Shades of Medium Orchid #BB72CA
Tints of Medium Orchid #BB72CA
RGB
CMYK
RGB Variations
Color information
#BB72CA (or 0xBB72CA) is known color: Medium Orchid. HEX triplet: BB, 72 and CA. RGB value is (187,114,202). Sum of RGB (Red+Green+Blue) = 187+114+202=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 114 (44.92% from 255 or 22.66% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 202 - color contains mainly: blue. Hex color #BB72CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB72CA is #448D35. Grayscale: #919191. Windows color (decimal): -4492598 or 13267643. OLE color: 13267643.
HSL color Cylindrical-coordinate representation of color #BB72CA: hue angle of 289.77º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB72CA is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 114 | 202 | - |
| CMYK | 0.07 | 0.44 | 0 | 0.21 |
| HSL | 289.77º | 0.45% | 0.62% | - |
| HSV(B) | 289.77º | 0.44% | 0.79% | - |
| XYZ | 37.17 | 26.86 | 59.1 | - |
| YUV | 145.86 | 159.68 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 114 | 202 | 0.07 | 0.44 | 0 | 0.21 | 289.77 | 0.45 | 0.62 |
| Hex | BB | 72 | CA | 7 | 2C | 0 | 15 | 122 | 2D | 3E |
| Octal | 273 | 162 | 312 | 7 | 54 | 0 | 25 | 442 | 55 | 76 |
| Binary | 10111011 | 1110010 | 11001010 | 111 | 101100 | 0 | 10101 | 100100010 | 101101 | 111110 |
Color Harmonies of #BB72CA
Complementary color
Monochromatic Colors of #BB72CA
Black with #BB72CA
Text Example
Text Example
White with #BB72CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB72CA; }
p { color: rgb(187,114,202); }
H1.HeaderClassName
{
color: #BB72CA;
}
.AnyTagClassName
{
color: #BB72CA;
}
</style>
background-color css
<style>
a { background-color: #BB72CA; }
a { background-color: rgb(187,114,202); }
div.DivClassName
{
background-color: #BB72CA;
}
.BgClassName
{
background-color: #BB72CA;
}
</style>
border-color css
<style>
span { border-color: #BB72CA; }
span { border-color: rgb(187,114,202); }
td.TdClassName
{
border-color: #BB72CA;
}
.TagClassName
{
border-color: #BB72CA;
}
</style>