Shades of Medium Orchid #BB72CB
Tints of Medium Orchid #BB72CB
RGB
CMYK
RGB Variations
Color information
#BB72CB (or 0xBB72CB) is known color: Medium Orchid. HEX triplet: BB, 72 and CB. RGB value is (187,114,203). Sum of RGB (Red+Green+Blue) = 187+114+203=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 114 (44.92% from 255 or 22.62% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB72CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB72CB is #448D34. Grayscale: #919191. Windows color (decimal): -4492597 or 13333179. OLE color: 13333179.
HSL color Cylindrical-coordinate representation of color #BB72CB: hue angle of 289.21º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB72CB is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 114 | 203 | - |
| CMYK | 0.08 | 0.44 | 0 | 0.20 |
| HSL | 289.21º | 0.46% | 0.62% | - |
| HSV(B) | 289.21º | 0.44% | 0.8% | - |
| XYZ | 37.29 | 26.91 | 59.73 | - |
| YUV | 145.97 | 160.18 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 114 | 203 | 0.08 | 0.44 | 0 | 0.20 | 289.21 | 0.46 | 0.62 |
| Hex | BB | 72 | CB | 8 | 2C | 0 | 14 | 121 | 2E | 3E |
| Octal | 273 | 162 | 313 | 10 | 54 | 0 | 24 | 441 | 56 | 76 |
| Binary | 10111011 | 1110010 | 11001011 | 1000 | 101100 | 0 | 10100 | 100100001 | 101110 | 111110 |
Color Harmonies of #BB72CB
Complementary color
Monochromatic Colors of #BB72CB
Black with #BB72CB
Text Example
Text Example
White with #BB72CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB72CB; }
p { color: rgb(187,114,203); }
H1.HeaderClassName
{
color: #BB72CB;
}
.AnyTagClassName
{
color: #BB72CB;
}
</style>
background-color css
<style>
a { background-color: #BB72CB; }
a { background-color: rgb(187,114,203); }
div.DivClassName
{
background-color: #BB72CB;
}
.BgClassName
{
background-color: #BB72CB;
}
</style>
border-color css
<style>
span { border-color: #BB72CB; }
span { border-color: rgb(187,114,203); }
td.TdClassName
{
border-color: #BB72CB;
}
.TagClassName
{
border-color: #BB72CB;
}
</style>