Shades of Medium Orchid #BB72D0
Tints of Medium Orchid #BB72D0
RGB
CMYK
RGB Variations
Color information
#BB72D0 (or 0xBB72D0) is known color: Medium Orchid. HEX triplet: BB, 72 and D0. RGB value is (187,114,208). Sum of RGB (Red+Green+Blue) = 187+114+208=509 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.74% from 509); Green value is 114 (44.92% from 255 or 22.40% from 509); Blue value is 208 (81.64% from 255 or 40.86% from 509); Max value from RGB is 208 - color contains mainly: blue. Hex color #BB72D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB72D0 is #448D2F. Grayscale: #929292. Windows color (decimal): -4492592 or 13660859. OLE color: 13660859.
HSL color Cylindrical-coordinate representation of color #BB72D0: hue angle of 286.6º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BB72D0 is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 114 | 208 | - |
| CMYK | 0.10 | 0.45 | 0 | 0.18 |
| HSL | 286.6º | 0.5% | 0.63% | - |
| HSV(B) | 286.6º | 0.45% | 0.82% | - |
| XYZ | 37.9 | 27.15 | 62.92 | - |
| YUV | 146.54 | 162.68 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 114 | 208 | 0.10 | 0.45 | 0 | 0.18 | 286.6 | 0.5 | 0.63 |
| Hex | BB | 72 | D0 | A | 2D | 0 | 12 | 11F | 32 | 3F |
| Octal | 273 | 162 | 320 | 12 | 55 | 0 | 22 | 437 | 62 | 77 |
| Binary | 10111011 | 1110010 | 11010000 | 1010 | 101101 | 0 | 10010 | 100011111 | 110010 | 111111 |
Color Harmonies of #BB72D0
Complementary color
Monochromatic Colors of #BB72D0
Black with #BB72D0
Text Example
Text Example
White with #BB72D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB72D0; }
p { color: rgb(187,114,208); }
H1.HeaderClassName
{
color: #BB72D0;
}
.AnyTagClassName
{
color: #BB72D0;
}
</style>
background-color css
<style>
a { background-color: #BB72D0; }
a { background-color: rgb(187,114,208); }
div.DivClassName
{
background-color: #BB72D0;
}
.BgClassName
{
background-color: #BB72D0;
}
</style>
border-color css
<style>
span { border-color: #BB72D0; }
span { border-color: rgb(187,114,208); }
td.TdClassName
{
border-color: #BB72D0;
}
.TagClassName
{
border-color: #BB72D0;
}
</style>