Shades of Dark Orchid #B72DCF
Tints of Dark Orchid #B72DCF
RGB
CMYK
RGB Variations
Color information
#B72DCF (or 0xB72DCF) is known color: Dark Orchid. HEX triplet: B7, 2D and CF. RGB value is (183,45,207). Sum of RGB (Red+Green+Blue) = 183+45+207=435 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.07% from 435); Green value is 45 (17.97% from 255 or 10.34% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 207 - color contains mainly: blue. Hex color #B72DCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72DCF is #48D230. Grayscale: #686868. Windows color (decimal): -4772401 or 13577655. OLE color: 13577655.
HSL color Cylindrical-coordinate representation of color #B72DCF: hue angle of 291.11º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B72DCF is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 45 | 207 | - |
| CMYK | 0.12 | 0.78 | 0 | 0.19 |
| HSL | 291.11º | 0.64% | 0.49% | - |
| HSV(B) | 291.11º | 0.78% | 0.81% | - |
| XYZ | 31.73 | 16.45 | 60.53 | - |
| YUV | 104.73 | 185.72 | 183.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 45 | 207 | 0.12 | 0.78 | 0 | 0.19 | 291.11 | 0.64 | 0.49 |
| Hex | B7 | 2D | CF | C | 4E | 0 | 13 | 123 | 40 | 31 |
| Octal | 267 | 55 | 317 | 14 | 116 | 0 | 23 | 443 | 100 | 61 |
| Binary | 10110111 | 101101 | 11001111 | 1100 | 1001110 | 0 | 10011 | 100100011 | 1000000 | 110001 |
Color Harmonies of #B72DCF
Complementary color
Monochromatic Colors of #B72DCF
Black with #B72DCF
Text Example
Text Example
White with #B72DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72DCF; }
p { color: rgb(183,45,207); }
H1.HeaderClassName
{
color: #B72DCF;
}
.AnyTagClassName
{
color: #B72DCF;
}
</style>
background-color css
<style>
a { background-color: #B72DCF; }
a { background-color: rgb(183,45,207); }
div.DivClassName
{
background-color: #B72DCF;
}
.BgClassName
{
background-color: #B72DCF;
}
</style>
border-color css
<style>
span { border-color: #B72DCF; }
span { border-color: rgb(183,45,207); }
td.TdClassName
{
border-color: #B72DCF;
}
.TagClassName
{
border-color: #B72DCF;
}
</style>