Shades of Dark Orchid #B721DD
Tints of Dark Orchid #B721DD
RGB
CMYK
RGB Variations
Color information
#B721DD (or 0xB721DD) is known color: Dark Orchid. HEX triplet: B7, 21 and DD. RGB value is (183,33,221). Sum of RGB (Red+Green+Blue) = 183+33+221=437 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.88% from 437); Green value is 33 (13.28% from 255 or 7.55% from 437); Blue value is 221 (86.72% from 255 or 50.57% from 437); Max value from RGB is 221 - color contains mainly: blue. Hex color #B721DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B721DD is #48DE22. Grayscale: #626262. Windows color (decimal): -4775459 or 14492087. OLE color: 14492087.
HSL color Cylindrical-coordinate representation of color #B721DD: hue angle of 287.87º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B721DD is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 33 | 221 | - |
| CMYK | 0.17 | 0.85 | 0 | 0.13 |
| HSL | 287.87º | 0.74% | 0.5% | - |
| HSV(B) | 287.87º | 0.85% | 0.87% | - |
| XYZ | 33.12 | 16.38 | 69.82 | - |
| YUV | 99.28 | 196.7 | 187.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 33 | 221 | 0.17 | 0.85 | 0 | 0.13 | 287.87 | 0.74 | 0.5 |
| Hex | B7 | 21 | DD | 11 | 55 | 0 | D | 120 | 4A | 32 |
| Octal | 267 | 41 | 335 | 21 | 125 | 0 | 15 | 440 | 112 | 62 |
| Binary | 10110111 | 100001 | 11011101 | 10001 | 1010101 | 0 | 1101 | 100100000 | 1001010 | 110010 |
Color Harmonies of #B721DD
Complementary color
Monochromatic Colors of #B721DD
Black with #B721DD
Text Example
Text Example
White with #B721DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B721DD; }
p { color: rgb(183,33,221); }
H1.HeaderClassName
{
color: #B721DD;
}
.AnyTagClassName
{
color: #B721DD;
}
</style>
background-color css
<style>
a { background-color: #B721DD; }
a { background-color: rgb(183,33,221); }
div.DivClassName
{
background-color: #B721DD;
}
.BgClassName
{
background-color: #B721DD;
}
</style>
border-color css
<style>
span { border-color: #B721DD; }
span { border-color: rgb(183,33,221); }
td.TdClassName
{
border-color: #B721DD;
}
.TagClassName
{
border-color: #B721DD;
}
</style>