Shades of Dark Orchid #B722DC
Tints of Dark Orchid #B722DC
RGB
CMYK
RGB Variations
Color information
#B722DC (or 0xB722DC) is known color: Dark Orchid. HEX triplet: B7, 22 and DC. RGB value is (183,34,220). Sum of RGB (Red+Green+Blue) = 183+34+220=437 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.88% from 437); Green value is 34 (13.67% from 255 or 7.78% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #B722DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B722DC is #48DD23. Grayscale: #636363. Windows color (decimal): -4775204 or 14426807. OLE color: 14426807.
HSL color Cylindrical-coordinate representation of color #B722DC: hue angle of 288.06º degrees, saturation: 0.73, 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 #B722DC is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 34 | 220 | - |
| CMYK | 0.17 | 0.85 | 0 | 0.14 |
| HSL | 288.06º | 0.73% | 0.5% | - |
| HSV(B) | 288.06º | 0.85% | 0.86% | - |
| XYZ | 33.02 | 16.38 | 69.13 | - |
| YUV | 99.76 | 195.86 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 34 | 220 | 0.17 | 0.85 | 0 | 0.14 | 288.06 | 0.73 | 0.5 |
| Hex | B7 | 22 | DC | 11 | 55 | 0 | E | 120 | 49 | 32 |
| Octal | 267 | 42 | 334 | 21 | 125 | 0 | 16 | 440 | 111 | 62 |
| Binary | 10110111 | 100010 | 11011100 | 10001 | 1010101 | 0 | 1110 | 100100000 | 1001001 | 110010 |
Color Harmonies of #B722DC
Complementary color
Monochromatic Colors of #B722DC
Black with #B722DC
Text Example
Text Example
White with #B722DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B722DC; }
p { color: rgb(183,34,220); }
H1.HeaderClassName
{
color: #B722DC;
}
.AnyTagClassName
{
color: #B722DC;
}
</style>
background-color css
<style>
a { background-color: #B722DC; }
a { background-color: rgb(183,34,220); }
div.DivClassName
{
background-color: #B722DC;
}
.BgClassName
{
background-color: #B722DC;
}
</style>
border-color css
<style>
span { border-color: #B722DC; }
span { border-color: rgb(183,34,220); }
td.TdClassName
{
border-color: #B722DC;
}
.TagClassName
{
border-color: #B722DC;
}
</style>