Html Css Color HEX #BB6EE9 Medium Orchid

📋 copy color: '#BB6EE9'

red 187 ◦ green 110 ◦ blue 233

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

Shades of Medium Orchid #BB6EE9

Tints of Medium Orchid #BB6EE9

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.75%

 BLUE value IS 233 (91.41% from 255) = 43.96%

R = 35.28%
G = 20.75%
B = 43.96%

CMYK

 C value IS 0.20

 M value IS 0.53

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BB6EE9 (or 0xBB6EE9) is known color: Medium Orchid. HEX triplet: BB, 6E and E9. RGB value is (187,110,233). Sum of RGB (Red+Green+Blue) = 187+110+233=530 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.28% from 530); Green value is 110 (43.36% from 255 or 20.75% from 530); Blue value is 233 (91.41% from 255 or 43.96% from 530); Max value from RGB is 233 - color contains mainly: blue. Hex color #BB6EE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB6EE9 is #449116. Grayscale: #929292. Windows color (decimal): -4493591 or 15298235. OLE color: 15298235.

HSL color Cylindrical-coordinate representation of color #BB6EE9: hue angle of 277.56º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BB6EE9 is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 110 233 -
CMYK 0.20 0.53 0 0.09
HSL 277.56º 0.74% 0.67% -
HSV(B) 277.56º 0.53% 0.91% -
XYZ 40.78 27.6 80.27 -
YUV 147.05 176.51 156.5 -
System Red Green Blue C M Y K H S L
Decimal 187 110 233 0.20 0.53 0 0.09 277.56 0.74 0.67
Hex BB 6E E9 14 35 0 9 116 4A 43
Octal 273 156 351 24 65 0 11 426 112 103
Binary 10111011 1101110 11101001 10100 110101 0 1001 100010110 1001010 1000011

Color Harmonies of #BB6EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6EE9

Black with #BB6EE9

Text Example


Text Example

White with #BB6EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6EE9; }

 p { color: rgb(187,110,233); }

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

background-color css

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

 a { background-color: rgb(187,110,233); }

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

border-color css

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

 span { border-color: rgb(187,110,233); }

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