Shades of Dark Orchid #B721DE
Tints of Dark Orchid #B721DE
RGB
CMYK
RGB Variations
Color information
#B721DE (or 0xB721DE) is known color: Dark Orchid. HEX triplet: B7, 21 and DE. RGB value is (183,33,222). Sum of RGB (Red+Green+Blue) = 183+33+222=438 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.78% from 438); Green value is 33 (13.28% from 255 or 7.53% from 438); Blue value is 222 (87.11% from 255 or 50.68% from 438); Max value from RGB is 222 - color contains mainly: blue. Hex color #B721DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B721DE is #48DE21. Grayscale: #626262. Windows color (decimal): -4775458 or 14557623. OLE color: 14557623.
HSL color Cylindrical-coordinate representation of color #B721DE: hue angle of 287.62º 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 #B721DE is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 33 | 222 | - |
| CMYK | 0.18 | 0.85 | 0 | 0.13 |
| HSL | 287.62º | 0.74% | 0.5% | - |
| HSV(B) | 287.62º | 0.85% | 0.87% | - |
| XYZ | 33.26 | 16.43 | 70.53 | - |
| YUV | 99.4 | 197.2 | 187.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 33 | 222 | 0.18 | 0.85 | 0 | 0.13 | 287.62 | 0.74 | 0.5 |
| Hex | B7 | 21 | DE | 12 | 55 | 0 | D | 120 | 4A | 32 |
| Octal | 267 | 41 | 336 | 22 | 125 | 0 | 15 | 440 | 112 | 62 |
| Binary | 10110111 | 100001 | 11011110 | 10010 | 1010101 | 0 | 1101 | 100100000 | 1001010 | 110010 |
Color Harmonies of #B721DE
Complementary color
Monochromatic Colors of #B721DE
Black with #B721DE
Text Example
Text Example
White with #B721DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B721DE; }
p { color: rgb(183,33,222); }
H1.HeaderClassName
{
color: #B721DE;
}
.AnyTagClassName
{
color: #B721DE;
}
</style>
background-color css
<style>
a { background-color: #B721DE; }
a { background-color: rgb(183,33,222); }
div.DivClassName
{
background-color: #B721DE;
}
.BgClassName
{
background-color: #B721DE;
}
</style>
border-color css
<style>
span { border-color: #B721DE; }
span { border-color: rgb(183,33,222); }
td.TdClassName
{
border-color: #B721DE;
}
.TagClassName
{
border-color: #B721DE;
}
</style>