Shades of Dark Orchid #B72CC0
Tints of Dark Orchid #B72CC0
RGB
CMYK
RGB Variations
Color information
#B72CC0 (or 0xB72CC0) is known color: Dark Orchid. HEX triplet: B7, 2C and C0. RGB value is (183,44,192). Sum of RGB (Red+Green+Blue) = 183+44+192=419 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.68% from 419); Green value is 44 (17.58% from 255 or 10.50% from 419); Blue value is 192 (75.39% from 255 or 45.82% from 419); Max value from RGB is 192 - color contains mainly: blue. Hex color #B72CC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72CC0 is #48D33F. Grayscale: #656565. Windows color (decimal): -4772672 or 12594359. OLE color: 12594359.
HSL color Cylindrical-coordinate representation of color #B72CC0: hue angle of 296.35º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B72CC0 is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 183 | 44 | 192 | - |
| CMYK | 0.05 | 0.77 | 0 | 0.25 |
| HSL | 296.35º | 0.63% | 0.46% | - |
| HSV(B) | 296.35º | 0.77% | 0.75% | - |
| XYZ | 29.94 | 15.67 | 51.32 | - |
| YUV | 102.43 | 178.55 | 185.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 44 | 192 | 0.05 | 0.77 | 0 | 0.25 | 296.35 | 0.63 | 0.46 |
| Hex | B7 | 2C | C0 | 5 | 4D | 0 | 19 | 128 | 3F | 2E |
| Octal | 267 | 54 | 300 | 5 | 115 | 0 | 31 | 450 | 77 | 56 |
| Binary | 10110111 | 101100 | 11000000 | 101 | 1001101 | 0 | 11001 | 100101000 | 111111 | 101110 |
Color Harmonies of #B72CC0
Complementary color
Monochromatic Colors of #B72CC0
Black with #B72CC0
Text Example
Text Example
White with #B72CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72CC0; }
p { color: rgb(183,44,192); }
H1.HeaderClassName
{
color: #B72CC0;
}
.AnyTagClassName
{
color: #B72CC0;
}
</style>
background-color css
<style>
a { background-color: #B72CC0; }
a { background-color: rgb(183,44,192); }
div.DivClassName
{
background-color: #B72CC0;
}
.BgClassName
{
background-color: #B72CC0;
}
</style>
border-color css
<style>
span { border-color: #B72CC0; }
span { border-color: rgb(183,44,192); }
td.TdClassName
{
border-color: #B72CC0;
}
.TagClassName
{
border-color: #B72CC0;
}
</style>