Shades of Dark Orchid #B221DB
Tints of Dark Orchid #B221DB
RGB
CMYK
RGB Variations
Color information
#B221DB (or 0xB221DB) is known color: Dark Orchid. HEX triplet: B2, 21 and DB. RGB value is (178,33,219). Sum of RGB (Red+Green+Blue) = 178+33+219=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 33 (13.28% from 255 or 7.67% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #B221DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B221DB is #4DDE24. Grayscale: #606060. Windows color (decimal): -5103141 or 14361010. OLE color: 14361010.
HSL color Cylindrical-coordinate representation of color #B221DB: hue angle of 286.77º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B221DB is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 33 | 219 | - |
| CMYK | 0.19 | 0.85 | 0 | 0.14 |
| HSL | 286.77º | 0.74% | 0.49% | - |
| HSV(B) | 286.77º | 0.85% | 0.86% | - |
| XYZ | 31.69 | 15.67 | 68.37 | - |
| YUV | 97.56 | 196.54 | 185.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 33 | 219 | 0.19 | 0.85 | 0 | 0.14 | 286.77 | 0.74 | 0.49 |
| Hex | B2 | 21 | DB | 13 | 55 | 0 | E | 11F | 4A | 31 |
| Octal | 262 | 41 | 333 | 23 | 125 | 0 | 16 | 437 | 112 | 61 |
| Binary | 10110010 | 100001 | 11011011 | 10011 | 1010101 | 0 | 1110 | 100011111 | 1001010 | 110001 |
Color Harmonies of #B221DB
Complementary color
Monochromatic Colors of #B221DB
Black with #B221DB
Text Example
Text Example
White with #B221DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B221DB; }
p { color: rgb(178,33,219); }
H1.HeaderClassName
{
color: #B221DB;
}
.AnyTagClassName
{
color: #B221DB;
}
</style>
background-color css
<style>
a { background-color: #B221DB; }
a { background-color: rgb(178,33,219); }
div.DivClassName
{
background-color: #B221DB;
}
.BgClassName
{
background-color: #B221DB;
}
</style>
border-color css
<style>
span { border-color: #B221DB; }
span { border-color: rgb(178,33,219); }
td.TdClassName
{
border-color: #B221DB;
}
.TagClassName
{
border-color: #B221DB;
}
</style>