Shades of Medium Orchid #BB4ECC
Tints of Medium Orchid #BB4ECC
RGB
CMYK
RGB Variations
Color information
#BB4ECC (or 0xBB4ECC) is known color: Medium Orchid. HEX triplet: BB, 4E and CC. RGB value is (187,78,204). Sum of RGB (Red+Green+Blue) = 187+78+204=469 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.87% from 469); Green value is 78 (30.86% from 255 or 16.63% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB4ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB4ECC is #44B133. Grayscale: #7C7C7C. Windows color (decimal): -4501812 or 13389499. OLE color: 13389499.
HSL color Cylindrical-coordinate representation of color #BB4ECC: hue angle of 291.9º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BB4ECC is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 78 | 204 | - |
| CMYK | 0.08 | 0.62 | 0 | 0.2 |
| HSL | 291.9º | 0.55% | 0.55% | - |
| HSV(B) | 291.9º | 0.62% | 0.8% | - |
| XYZ | 34.12 | 20.37 | 59.26 | - |
| YUV | 124.96 | 172.61 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 78 | 204 | 0.08 | 0.62 | 0 | 0.2 | 291.9 | 0.55 | 0.55 |
| Hex | BB | 4E | CC | 8 | 3E | 0 | 14 | 124 | 37 | 37 |
| Octal | 273 | 116 | 314 | 10 | 76 | 0 | 24 | 444 | 67 | 67 |
| Binary | 10111011 | 1001110 | 11001100 | 1000 | 111110 | 0 | 10100 | 100100100 | 110111 | 110111 |
Color Harmonies of #BB4ECC
Complementary color
Monochromatic Colors of #BB4ECC
Black with #BB4ECC
Text Example
Text Example
White with #BB4ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4ECC; }
p { color: rgb(187,78,204); }
H1.HeaderClassName
{
color: #BB4ECC;
}
.AnyTagClassName
{
color: #BB4ECC;
}
</style>
background-color css
<style>
a { background-color: #BB4ECC; }
a { background-color: rgb(187,78,204); }
div.DivClassName
{
background-color: #BB4ECC;
}
.BgClassName
{
background-color: #BB4ECC;
}
</style>
border-color css
<style>
span { border-color: #BB4ECC; }
span { border-color: rgb(187,78,204); }
td.TdClassName
{
border-color: #BB4ECC;
}
.TagClassName
{
border-color: #BB4ECC;
}
</style>