Shades of Dark Orchid #B22BDB
Tints of Dark Orchid #B22BDB
RGB
CMYK
RGB Variations
Color information
#B22BDB (or 0xB22BDB) is known color: Dark Orchid. HEX triplet: B2, 2B and DB. RGB value is (178,43,219). Sum of RGB (Red+Green+Blue) = 178+43+219=440 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.45% from 440); Green value is 43 (17.19% from 255 or 9.77% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #B22BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B22BDB is #4DD424. Grayscale: #666666. Windows color (decimal): -5100581 or 14363570. OLE color: 14363570.
HSL color Cylindrical-coordinate representation of color #B22BDB: hue angle of 286.02º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B22BDB is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 43 | 219 | - |
| CMYK | 0.19 | 0.80 | 0 | 0.14 |
| HSL | 286.02º | 0.71% | 0.51% | - |
| HSV(B) | 286.02º | 0.8% | 0.86% | - |
| XYZ | 32.01 | 16.31 | 68.48 | - |
| YUV | 103.43 | 193.23 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 43 | 219 | 0.19 | 0.80 | 0 | 0.14 | 286.02 | 0.71 | 0.51 |
| Hex | B2 | 2B | DB | 13 | 50 | 0 | E | 11E | 47 | 33 |
| Octal | 262 | 53 | 333 | 23 | 120 | 0 | 16 | 436 | 107 | 63 |
| Binary | 10110010 | 101011 | 11011011 | 10011 | 1010000 | 0 | 1110 | 100011110 | 1000111 | 110011 |
Color Harmonies of #B22BDB
Complementary color
Monochromatic Colors of #B22BDB
Black with #B22BDB
Text Example
Text Example
White with #B22BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22BDB; }
p { color: rgb(178,43,219); }
H1.HeaderClassName
{
color: #B22BDB;
}
.AnyTagClassName
{
color: #B22BDB;
}
</style>
background-color css
<style>
a { background-color: #B22BDB; }
a { background-color: rgb(178,43,219); }
div.DivClassName
{
background-color: #B22BDB;
}
.BgClassName
{
background-color: #B22BDB;
}
</style>
border-color css
<style>
span { border-color: #B22BDB; }
span { border-color: rgb(178,43,219); }
td.TdClassName
{
border-color: #B22BDB;
}
.TagClassName
{
border-color: #B22BDB;
}
</style>