Shades of Dark Orchid #B72FCE
Tints of Dark Orchid #B72FCE
RGB
CMYK
RGB Variations
Color information
#B72FCE (or 0xB72FCE) is known color: Dark Orchid. HEX triplet: B7, 2F and CE. RGB value is (183,47,206). Sum of RGB (Red+Green+Blue) = 183+47+206=436 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.97% from 436); Green value is 47 (18.75% from 255 or 10.78% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #B72FCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72FCE is #48D031. Grayscale: #696969. Windows color (decimal): -4771890 or 13512631. OLE color: 13512631.
HSL color Cylindrical-coordinate representation of color #B72FCE: hue angle of 291.32º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B72FCE is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 47 | 206 | - |
| CMYK | 0.11 | 0.77 | 0 | 0.19 |
| HSL | 291.32º | 0.63% | 0.5% | - |
| HSV(B) | 291.32º | 0.77% | 0.81% | - |
| XYZ | 31.69 | 16.56 | 59.92 | - |
| YUV | 105.79 | 184.56 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 47 | 206 | 0.11 | 0.77 | 0 | 0.19 | 291.32 | 0.63 | 0.5 |
| Hex | B7 | 2F | CE | B | 4D | 0 | 13 | 123 | 3F | 32 |
| Octal | 267 | 57 | 316 | 13 | 115 | 0 | 23 | 443 | 77 | 62 |
| Binary | 10110111 | 101111 | 11001110 | 1011 | 1001101 | 0 | 10011 | 100100011 | 111111 | 110010 |
Color Harmonies of #B72FCE
Complementary color
Monochromatic Colors of #B72FCE
Black with #B72FCE
Text Example
Text Example
White with #B72FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72FCE; }
p { color: rgb(183,47,206); }
H1.HeaderClassName
{
color: #B72FCE;
}
.AnyTagClassName
{
color: #B72FCE;
}
</style>
background-color css
<style>
a { background-color: #B72FCE; }
a { background-color: rgb(183,47,206); }
div.DivClassName
{
background-color: #B72FCE;
}
.BgClassName
{
background-color: #B72FCE;
}
</style>
border-color css
<style>
span { border-color: #B72FCE; }
span { border-color: rgb(183,47,206); }
td.TdClassName
{
border-color: #B72FCE;
}
.TagClassName
{
border-color: #B72FCE;
}
</style>