Shades of Dark Orchid #B720CF
Tints of Dark Orchid #B720CF
RGB
CMYK
RGB Variations
Color information
#B720CF (or 0xB720CF) is known color: Dark Orchid. HEX triplet: B7, 20 and CF. RGB value is (183,32,207). Sum of RGB (Red+Green+Blue) = 183+32+207=422 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.36% from 422); Green value is 32 (12.89% from 255 or 7.58% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 207 - color contains mainly: blue. Hex color #B720CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B720CF is #48DF30. Grayscale: #606060. Windows color (decimal): -4775729 or 13574327. OLE color: 13574327.
HSL color Cylindrical-coordinate representation of color #B720CF: hue angle of 291.77º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B720CF is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 32 | 207 | - |
| CMYK | 0.12 | 0.85 | 0 | 0.19 |
| HSL | 291.77º | 0.73% | 0.47% | - |
| HSV(B) | 291.77º | 0.85% | 0.81% | - |
| XYZ | 31.31 | 15.61 | 60.39 | - |
| YUV | 97.1 | 190.03 | 189.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 32 | 207 | 0.12 | 0.85 | 0 | 0.19 | 291.77 | 0.73 | 0.47 |
| Hex | B7 | 20 | CF | C | 55 | 0 | 13 | 124 | 49 | 2F |
| Octal | 267 | 40 | 317 | 14 | 125 | 0 | 23 | 444 | 111 | 57 |
| Binary | 10110111 | 100000 | 11001111 | 1100 | 1010101 | 0 | 10011 | 100100100 | 1001001 | 101111 |
Color Harmonies of #B720CF
Complementary color
Monochromatic Colors of #B720CF
Black with #B720CF
Text Example
Text Example
White with #B720CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B720CF; }
p { color: rgb(183,32,207); }
H1.HeaderClassName
{
color: #B720CF;
}
.AnyTagClassName
{
color: #B720CF;
}
</style>
background-color css
<style>
a { background-color: #B720CF; }
a { background-color: rgb(183,32,207); }
div.DivClassName
{
background-color: #B720CF;
}
.BgClassName
{
background-color: #B720CF;
}
</style>
border-color css
<style>
span { border-color: #B720CF; }
span { border-color: rgb(183,32,207); }
td.TdClassName
{
border-color: #B720CF;
}
.TagClassName
{
border-color: #B720CF;
}
</style>