Html Css Color HEX #BB6ECC Medium Orchid

📋 copy color: '#BB6ECC'

red 187 ◦ green 110 ◦ blue 204

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

Shades of Medium Orchid #BB6ECC

Tints of Medium Orchid #BB6ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.72%

R = 37.33%
G = 21.96%
B = 40.72%

CMYK

 C value IS 0.08

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BB6ECC (or 0xBB6ECC) is known color: Medium Orchid. HEX triplet: BB, 6E and CC. RGB value is (187,110,204). Sum of RGB (Red+Green+Blue) = 187+110+204=501 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.33% from 501); Green value is 110 (43.36% from 255 or 21.96% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB6ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6ECC is #449133. Grayscale: #8F8F8F. Windows color (decimal): -4493620 or 13397691. OLE color: 13397691.

HSL color Cylindrical-coordinate representation of color #BB6ECC: hue angle of 289.15º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BB6ECC is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 187 110 204 -
CMYK 0.08 0.46 0 0.2
HSL 289.15º 0.48% 0.62% -
HSV(B) 289.15º 0.46% 0.8% -
XYZ 36.97 26.08 60.21 -
YUV 143.74 162.01 158.86 -
System Red Green Blue C M Y K H S L
Decimal 187 110 204 0.08 0.46 0 0.2 289.15 0.48 0.62
Hex BB 6E CC 8 2E 0 14 121 30 3E
Octal 273 156 314 10 56 0 24 441 60 76
Binary 10111011 1101110 11001100 1000 101110 0 10100 100100001 110000 111110

Color Harmonies of #BB6ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6ECC

Black with #BB6ECC

Text Example


Text Example

White with #BB6ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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