Broccoli Soup Broccoli Soup
  1. image
  2. image
  3. image
  4. image
  5. image
  6. image
  7. image
  8. image
  9. image
  10. image
  11. image

Comments (120)

Avatar
New

well, that answers what RBG (and chromatic aberration) represents.

255/255/255, pure white, is "perfection". it is a maxed-out balance of all colors. there is nowhere to go from it.

each of the realms has its own aesthetic - its own colors, that would be "ugly" if pushed together.

the Void is pure white, clearly defined, empty, perfect.

Lady Doris would quite like to be that, as well; a perfectly polite and good entity that sews disorder into order.

but her eye is red, isn't it?

that's why she keeps it covered with her hair. consciously or not, she doesn't want to think about that clear mark of 'imperfection'.

chromatic aberration is pure white being split into its composite colors, a perfection being subjected to entropy and decoherence.

Avatar
Senior

You know, this made me realize that even though the pattern around “I am perfect” is additive, starting with RGB and combining into white, when Doris chromatically abberates, the only thing being separated is her outline, which, if you look closely, is subtractive. Cyan, magenta and yellow combining into black. Student, on the other hand, has a white outline that gets separated into red, green and blue as seen here. Maybe there’s some kind of Yin-Yang going on where Doris is supposed to be perfect but deviates, while Student starts out evil but slowly learns to be good.

Avatar
New

I personally wonder if she secretly has 3 eyes, a red one a blue one and a green one because of the RGB thing

Avatar
Regular

good thought!

Avatar
Regular

Interesting theory

Avatar
New

I wonder if the color scheme of the buttons of this website have anything to do with this!

Avatar
New

I figured it was an implication that they're OOO.

Avatar
New

Regarding the RGB colors, Doris' "I am perfect" dialogue line is in the middle of three circles, one each of red, green, and blue. You can also view them as three _rings_ filled with red, green, and blue. On page 29, "Suit yourself," we see that Doris gave Broccoli "A Practical Guide To All that is polite & Good," and we see a page titled "The Ideal Rules for you to Remember and Obey." Ideal Rule 23 states that "If you ever see three floating rings, run away, and report to me of its whereabouts[.]" Perhaps the "I am perfect" RGB circles are the three floating rings that Doris warned Broccoli about. Perhaps they are an omen of Doris' death, or her decohering into three things or three people.

Avatar
New

lady Doris is just straight up white diamond at this point.

Avatar
New

Also, y'know, the Trinity. I Am What I Am.

Avatar
Senior

“I wish I were there to tell you your name is Doris and give you hot tea and tell you that you are loved.”

This is the cutest thing I can’t

Avatar
New

ikr broccoli is so sweet i love them so much

Avatar
Regular

It literally made me cry the first time I read it

Avatar
New

Just binged the whole thing in a day. This is very Polite and GOOD! Gives me existential cute vibes. Idk if that’s a real term

Avatar
New

2 days! I just discovered it yesterday.

Avatar
Regular

Same here!

Avatar
New

"I'm perfect" yet you keep chromatically abberating, please explain

Avatar
New

NOOOOOO WHY DOES THIS HAVE TO BE THE LAST ONE!? I mean I guess it's not but NOOOOO WHY MUST IT BE THE LAST ONE AT THE TIME OF MY BINGE READ/WRITING OF THIS COMMENT!? I'll definitely be here for the next one, and the one after that, and the one after that. My politeness and goodness I got way more invested in this than I thought I would

Add Comment

* Required information
8000
Drag & drop images (max 3)
Captcha Image
Powered by Commentics

Want to know when the comic updates? Subscribe to my newsletter!

jQuery(document).ready(function () { var alt_down = false; jQuery(document).keyup(function(e) { if(document.querySelector('#comment:focus,#author:focus,#email:focus,#url:focus,#mcspvalue:focus')) return; if(e.which == 18) { alt_down = false; } }); jQuery(document).keydown(function(e) { var url = false; if(document.querySelector('#comment:focus,#author:focus,#email:focus,#url:focus,#mcspvalue:focus') || alt_down) return; if (e.which == 37) { // Left arrow key code url = jQuery('comic_url_prev').attr('href'); } else if (e.which == 39) { // Right arrow key code url = jQuery('a.comic-nav-next').attr('href'); } else if (e.which == 18) { // Alt key code alt_down = true; } if (url) { window.location = url; } }); });