Shades of Medium Orchid #BB4DCC
Tints of Medium Orchid #BB4DCC
RGB
CMYK
RGB Variations
Color information
#BB4DCC (or 0xBB4DCC) is known color: Medium Orchid. HEX triplet: BB, 4D and CC. RGB value is (187,77,204). Sum of RGB (Red+Green+Blue) = 187+77+204=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 77 (30.47% from 255 or 16.45% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB4DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB4DCC is #44B233. Grayscale: #7B7B7B. Windows color (decimal): -4502068 or 13389243. OLE color: 13389243.
HSL color Cylindrical-coordinate representation of color #BB4DCC: hue angle of 291.97º 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 #BB4DCC is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 77 | 204 | - |
| CMYK | 0.08 | 0.62 | 0 | 0.2 |
| HSL | 291.97º | 0.55% | 0.55% | - |
| HSV(B) | 291.97º | 0.62% | 0.8% | - |
| XYZ | 34.05 | 20.23 | 59.24 | - |
| YUV | 124.37 | 172.94 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 77 | 204 | 0.08 | 0.62 | 0 | 0.2 | 291.97 | 0.55 | 0.55 |
| Hex | BB | 4D | CC | 8 | 3E | 0 | 14 | 124 | 37 | 37 |
| Octal | 273 | 115 | 314 | 10 | 76 | 0 | 24 | 444 | 67 | 67 |
| Binary | 10111011 | 1001101 | 11001100 | 1000 | 111110 | 0 | 10100 | 100100100 | 110111 | 110111 |
Color Harmonies of #BB4DCC
Complementary color
Monochromatic Colors of #BB4DCC
Black with #BB4DCC
Text Example
Text Example
White with #BB4DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4DCC; }
p { color: rgb(187,77,204); }
H1.HeaderClassName
{
color: #BB4DCC;
}
.AnyTagClassName
{
color: #BB4DCC;
}
</style>
background-color css
<style>
a { background-color: #BB4DCC; }
a { background-color: rgb(187,77,204); }
div.DivClassName
{
background-color: #BB4DCC;
}
.BgClassName
{
background-color: #BB4DCC;
}
</style>
border-color css
<style>
span { border-color: #BB4DCC; }
span { border-color: rgb(187,77,204); }
td.TdClassName
{
border-color: #BB4DCC;
}
.TagClassName
{
border-color: #BB4DCC;
}
</style>