Shades of Medium Orchid #BB72D2
Tints of Medium Orchid #BB72D2
RGB
CMYK
RGB Variations
Color information
#BB72D2 (or 0xBB72D2) is known color: Medium Orchid. HEX triplet: BB, 72 and D2. RGB value is (187,114,210). Sum of RGB (Red+Green+Blue) = 187+114+210=511 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.59% from 511); Green value is 114 (44.92% from 255 or 22.31% from 511); Blue value is 210 (82.42% from 255 or 41.10% from 511); Max value from RGB is 210 - color contains mainly: blue. Hex color #BB72D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB72D2 is #448D2D. Grayscale: #929292. Windows color (decimal): -4492590 or 13791931. OLE color: 13791931.
HSL color Cylindrical-coordinate representation of color #BB72D2: hue angle of 285.62º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BB72D2 is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 114 | 210 | - |
| CMYK | 0.11 | 0.46 | 0 | 0.18 |
| HSL | 285.63º | 0.52% | 0.64% | - |
| HSV(B) | 285.63º | 0.46% | 0.82% | - |
| XYZ | 38.14 | 27.25 | 64.22 | - |
| YUV | 146.77 | 163.68 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 114 | 210 | 0.11 | 0.46 | 0 | 0.18 | 285.63 | 0.52 | 0.64 |
| Hex | BB | 72 | D2 | B | 2E | 0 | 12 | 11E | 34 | 40 |
| Octal | 273 | 162 | 322 | 13 | 56 | 0 | 22 | 436 | 64 | 100 |
| Binary | 10111011 | 1110010 | 11010010 | 1011 | 101110 | 0 | 10010 | 100011110 | 110100 | 1000000 |
Color Harmonies of #BB72D2
Complementary color
Monochromatic Colors of #BB72D2
Black with #BB72D2
Text Example
Text Example
White with #BB72D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB72D2; }
p { color: rgb(187,114,210); }
H1.HeaderClassName
{
color: #BB72D2;
}
.AnyTagClassName
{
color: #BB72D2;
}
</style>
background-color css
<style>
a { background-color: #BB72D2; }
a { background-color: rgb(187,114,210); }
div.DivClassName
{
background-color: #BB72D2;
}
.BgClassName
{
background-color: #BB72D2;
}
</style>
border-color css
<style>
span { border-color: #BB72D2; }
span { border-color: rgb(187,114,210); }
td.TdClassName
{
border-color: #BB72D2;
}
.TagClassName
{
border-color: #BB72D2;
}
</style>