Shades of Dark Orchid #B720CE
Tints of Dark Orchid #B720CE
RGB
CMYK
RGB Variations
Color information
#B720CE (or 0xB720CE) is known color: Dark Orchid. HEX triplet: B7, 20 and CE. RGB value is (183,32,206). Sum of RGB (Red+Green+Blue) = 183+32+206=421 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.47% from 421); Green value is 32 (12.89% from 255 or 7.60% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #B720CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B720CE is #48DF31. Grayscale: #606060. Windows color (decimal): -4775730 or 13508791. OLE color: 13508791.
HSL color Cylindrical-coordinate representation of color #B720CE: hue angle of 292.07º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B720CE is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 32 | 206 | - |
| CMYK | 0.11 | 0.84 | 0 | 0.19 |
| HSL | 292.07º | 0.73% | 0.47% | - |
| HSV(B) | 292.07º | 0.84% | 0.81% | - |
| XYZ | 31.19 | 15.56 | 59.75 | - |
| YUV | 96.99 | 189.53 | 189.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 32 | 206 | 0.11 | 0.84 | 0 | 0.19 | 292.07 | 0.73 | 0.47 |
| Hex | B7 | 20 | CE | B | 54 | 0 | 13 | 124 | 49 | 2F |
| Octal | 267 | 40 | 316 | 13 | 124 | 0 | 23 | 444 | 111 | 57 |
| Binary | 10110111 | 100000 | 11001110 | 1011 | 1010100 | 0 | 10011 | 100100100 | 1001001 | 101111 |
Color Harmonies of #B720CE
Complementary color
Monochromatic Colors of #B720CE
Black with #B720CE
Text Example
Text Example
White with #B720CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B720CE; }
p { color: rgb(183,32,206); }
H1.HeaderClassName
{
color: #B720CE;
}
.AnyTagClassName
{
color: #B720CE;
}
</style>
background-color css
<style>
a { background-color: #B720CE; }
a { background-color: rgb(183,32,206); }
div.DivClassName
{
background-color: #B720CE;
}
.BgClassName
{
background-color: #B720CE;
}
</style>
border-color css
<style>
span { border-color: #B720CE; }
span { border-color: rgb(183,32,206); }
td.TdClassName
{
border-color: #B720CE;
}
.TagClassName
{
border-color: #B720CE;
}
</style>