Shades of Medium Orchid #BB4EC9
Tints of Medium Orchid #BB4EC9
RGB
CMYK
RGB Variations
Color information
#BB4EC9 (or 0xBB4EC9) is known color: Medium Orchid. HEX triplet: BB, 4E and C9. RGB value is (187,78,201). Sum of RGB (Red+Green+Blue) = 187+78+201=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 78 (30.86% from 255 or 16.74% from 466); Blue value is 201 (78.91% from 255 or 43.13% from 466); Max value from RGB is 201 - color contains mainly: blue. Hex color #BB4EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB4EC9 is #44B136. Grayscale: #7C7C7C. Windows color (decimal): -4501815 or 13192891. OLE color: 13192891.
HSL color Cylindrical-coordinate representation of color #BB4EC9: hue angle of 293.17º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB4EC9 is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 78 | 201 | - |
| CMYK | 0.07 | 0.61 | 0 | 0.21 |
| HSL | 293.17º | 0.53% | 0.55% | - |
| HSV(B) | 293.17º | 0.61% | 0.79% | - |
| XYZ | 33.76 | 20.23 | 57.38 | - |
| YUV | 124.61 | 171.11 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 78 | 201 | 0.07 | 0.61 | 0 | 0.21 | 293.17 | 0.53 | 0.55 |
| Hex | BB | 4E | C9 | 7 | 3D | 0 | 15 | 125 | 35 | 37 |
| Octal | 273 | 116 | 311 | 7 | 75 | 0 | 25 | 445 | 65 | 67 |
| Binary | 10111011 | 1001110 | 11001001 | 111 | 111101 | 0 | 10101 | 100100101 | 110101 | 110111 |
Color Harmonies of #BB4EC9
Complementary color
Monochromatic Colors of #BB4EC9
Black with #BB4EC9
Text Example
Text Example
White with #BB4EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4EC9; }
p { color: rgb(187,78,201); }
H1.HeaderClassName
{
color: #BB4EC9;
}
.AnyTagClassName
{
color: #BB4EC9;
}
</style>
background-color css
<style>
a { background-color: #BB4EC9; }
a { background-color: rgb(187,78,201); }
div.DivClassName
{
background-color: #BB4EC9;
}
.BgClassName
{
background-color: #BB4EC9;
}
</style>
border-color css
<style>
span { border-color: #BB4EC9; }
span { border-color: rgb(187,78,201); }
td.TdClassName
{
border-color: #BB4EC9;
}
.TagClassName
{
border-color: #BB4EC9;
}
</style>