Shades of Dark Orchid #B721DC
Tints of Dark Orchid #B721DC
RGB
CMYK
RGB Variations
Color information
#B721DC (or 0xB721DC) is known color: Dark Orchid. HEX triplet: B7, 21 and DC. RGB value is (183,33,220). Sum of RGB (Red+Green+Blue) = 183+33+220=436 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.97% from 436); Green value is 33 (13.28% from 255 or 7.57% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #B721DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B721DC is #48DE23. Grayscale: #626262. Windows color (decimal): -4775460 or 14426551. OLE color: 14426551.
HSL color Cylindrical-coordinate representation of color #B721DC: hue angle of 288.13º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B721DC is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 33 | 220 | - |
| CMYK | 0.17 | 0.85 | 0 | 0.14 |
| HSL | 288.13º | 0.74% | 0.5% | - |
| HSV(B) | 288.13º | 0.85% | 0.86% | - |
| XYZ | 32.99 | 16.32 | 69.12 | - |
| YUV | 99.17 | 196.2 | 187.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 33 | 220 | 0.17 | 0.85 | 0 | 0.14 | 288.13 | 0.74 | 0.5 |
| Hex | B7 | 21 | DC | 11 | 55 | 0 | E | 120 | 4A | 32 |
| Octal | 267 | 41 | 334 | 21 | 125 | 0 | 16 | 440 | 112 | 62 |
| Binary | 10110111 | 100001 | 11011100 | 10001 | 1010101 | 0 | 1110 | 100100000 | 1001010 | 110010 |
Color Harmonies of #B721DC
Complementary color
Monochromatic Colors of #B721DC
Black with #B721DC
Text Example
Text Example
White with #B721DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B721DC; }
p { color: rgb(183,33,220); }
H1.HeaderClassName
{
color: #B721DC;
}
.AnyTagClassName
{
color: #B721DC;
}
</style>
background-color css
<style>
a { background-color: #B721DC; }
a { background-color: rgb(183,33,220); }
div.DivClassName
{
background-color: #B721DC;
}
.BgClassName
{
background-color: #B721DC;
}
</style>
border-color css
<style>
span { border-color: #B721DC; }
span { border-color: rgb(183,33,220); }
td.TdClassName
{
border-color: #B721DC;
}
.TagClassName
{
border-color: #B721DC;
}
</style>