Shades of Dark Orchid #B722DB
Tints of Dark Orchid #B722DB
RGB
CMYK
RGB Variations
Color information
#B722DB (or 0xB722DB) is known color: Dark Orchid. HEX triplet: B7, 22 and DB. RGB value is (183,34,219). Sum of RGB (Red+Green+Blue) = 183+34+219=436 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.97% from 436); Green value is 34 (13.67% from 255 or 7.80% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #B722DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B722DB is #48DD24. Grayscale: #636363. Windows color (decimal): -4775205 or 14361271. OLE color: 14361271.
HSL color Cylindrical-coordinate representation of color #B722DB: hue angle of 288.32º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B722DB is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 34 | 219 | - |
| CMYK | 0.16 | 0.84 | 0 | 0.14 |
| HSL | 288.32º | 0.73% | 0.5% | - |
| HSV(B) | 288.32º | 0.84% | 0.86% | - |
| XYZ | 32.89 | 16.33 | 68.44 | - |
| YUV | 99.64 | 195.36 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 34 | 219 | 0.16 | 0.84 | 0 | 0.14 | 288.32 | 0.73 | 0.5 |
| Hex | B7 | 22 | DB | 10 | 54 | 0 | E | 120 | 49 | 32 |
| Octal | 267 | 42 | 333 | 20 | 124 | 0 | 16 | 440 | 111 | 62 |
| Binary | 10110111 | 100010 | 11011011 | 10000 | 1010100 | 0 | 1110 | 100100000 | 1001001 | 110010 |
Color Harmonies of #B722DB
Complementary color
Monochromatic Colors of #B722DB
Black with #B722DB
Text Example
Text Example
White with #B722DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B722DB; }
p { color: rgb(183,34,219); }
H1.HeaderClassName
{
color: #B722DB;
}
.AnyTagClassName
{
color: #B722DB;
}
</style>
background-color css
<style>
a { background-color: #B722DB; }
a { background-color: rgb(183,34,219); }
div.DivClassName
{
background-color: #B722DB;
}
.BgClassName
{
background-color: #B722DB;
}
</style>
border-color css
<style>
span { border-color: #B722DB; }
span { border-color: rgb(183,34,219); }
td.TdClassName
{
border-color: #B722DB;
}
.TagClassName
{
border-color: #B722DB;
}
</style>