Html Css Color HEX #BB2EE8 Medium Orchid

📋 copy color: '#BB2EE8'

red 187 ◦ green 46 ◦ blue 232

#BB2EE8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #BB2EE8

Tints of Medium Orchid #BB2EE8

RGB

 RED value IS 187 (73.44% from 255) = 40.22%

 GREEN value IS 46 (18.36% from 255) = 9.89%

 BLUE value IS 232 (91.02% from 255) = 49.89%

R = 40.22%
G = 9.89%
B = 49.89%

CMYK

 C value IS 0.19

 M value IS 0.80

 Y value IS 0

 K value IS 0.09

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BB2EE8 (or 0xBB2EE8) is known color: Medium Orchid. HEX triplet: BB, 2E and E8. RGB value is (187,46,232). Sum of RGB (Red+Green+Blue) = 187+46+232=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 46 (18.36% from 255 or 9.89% from 465); Blue value is 232 (91.02% from 255 or 49.89% from 465); Max value from RGB is 232 - color contains mainly: blue. Hex color #BB2EE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB2EE8 is #44D117. Grayscale: #6C6C6C. Windows color (decimal): -4509976 or 15216315. OLE color: 15216315.

HSL color Cylindrical-coordinate representation of color #BB2EE8: hue angle of 285.48º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB2EE8 is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 46 232 -
CMYK 0.19 0.80 0 0.09
HSL 285.48º 0.8% 0.55% -
HSV(B) 285.48º 0.8% 0.91% -
XYZ 36.04 18.34 77.99 -
YUV 109.36 197.21 183.38 -
System Red Green Blue C M Y K H S L
Decimal 187 46 232 0.19 0.80 0 0.09 285.48 0.8 0.55
Hex BB 2E E8 13 50 0 9 11D 50 37
Octal 273 56 350 23 120 0 11 435 120 67
Binary 10111011 101110 11101000 10011 1010000 0 1001 100011101 1010000 110111

Color Harmonies of #BB2EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2EE8

Black with #BB2EE8

Text Example


Text Example

White with #BB2EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2EE8; }

 p { color: rgb(187,46,232); }

 H1.HeaderClassName
 {
   color: #BB2EE8;
 }
 .AnyTagClassName
 {
   color: #BB2EE8;
 }
</style>

background-color css

<style>
 a { background-color: #BB2EE8; }

 a { background-color: rgb(187,46,232); }

 div.DivClassName
 {
   background-color: #BB2EE8;
 }
 .BgClassName
 {
   background-color: #BB2EE8;
 }
</style>

border-color css

<style>
 span { border-color: #BB2EE8; }

 span { border-color: rgb(187,46,232); }

 td.TdClassName
 {
   border-color: #BB2EE8;
 }
 .TagClassName
 {
   border-color: #BB2EE8;
 }
</style>