Shades of Medium Orchid #BB72DC
Tints of Medium Orchid #BB72DC
RGB
CMYK
RGB Variations
Color information
#BB72DC (or 0xBB72DC) is known color: Medium Orchid. HEX triplet: BB, 72 and DC. RGB value is (187,114,220). Sum of RGB (Red+Green+Blue) = 187+114+220=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 114 (44.92% from 255 or 21.88% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB72DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB72DC is #448D23. Grayscale: #939393. Windows color (decimal): -4492580 or 14447291. OLE color: 14447291.
HSL color Cylindrical-coordinate representation of color #BB72DC: hue angle of 281.32º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BB72DC is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 114 | 220 | - |
| CMYK | 0.15 | 0.48 | 0 | 0.14 |
| HSL | 281.32º | 0.6% | 0.65% | - |
| HSV(B) | 281.32º | 0.48% | 0.86% | - |
| XYZ | 39.43 | 27.77 | 70.99 | - |
| YUV | 147.91 | 168.68 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 114 | 220 | 0.15 | 0.48 | 0 | 0.14 | 281.32 | 0.6 | 0.65 |
| Hex | BB | 72 | DC | F | 30 | 0 | E | 119 | 3C | 41 |
| Octal | 273 | 162 | 334 | 17 | 60 | 0 | 16 | 431 | 74 | 101 |
| Binary | 10111011 | 1110010 | 11011100 | 1111 | 110000 | 0 | 1110 | 100011001 | 111100 | 1000001 |
Color Harmonies of #BB72DC
Complementary color
Monochromatic Colors of #BB72DC
Black with #BB72DC
Text Example
Text Example
White with #BB72DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB72DC; }
p { color: rgb(187,114,220); }
H1.HeaderClassName
{
color: #BB72DC;
}
.AnyTagClassName
{
color: #BB72DC;
}
</style>
background-color css
<style>
a { background-color: #BB72DC; }
a { background-color: rgb(187,114,220); }
div.DivClassName
{
background-color: #BB72DC;
}
.BgClassName
{
background-color: #BB72DC;
}
</style>
border-color css
<style>
span { border-color: #BB72DC; }
span { border-color: rgb(187,114,220); }
td.TdClassName
{
border-color: #BB72DC;
}
.TagClassName
{
border-color: #BB72DC;
}
</style>