Shades of Dark Orchid #B220DB
Tints of Dark Orchid #B220DB
RGB
CMYK
RGB Variations
Color information
#B220DB (or 0xB220DB) is known color: Dark Orchid. HEX triplet: B2, 20 and DB. RGB value is (178,32,219). Sum of RGB (Red+Green+Blue) = 178+32+219=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 32 (12.89% from 255 or 7.46% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #B220DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B220DB is #4DDF24. Grayscale: #606060. Windows color (decimal): -5103397 or 14360754. OLE color: 14360754.
HSL color Cylindrical-coordinate representation of color #B220DB: hue angle of 286.84º degrees, saturation: 0.75, 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 #B220DB is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 32 | 219 | - |
| CMYK | 0.19 | 0.85 | 0 | 0.14 |
| HSL | 286.84º | 0.75% | 0.49% | - |
| HSV(B) | 286.84º | 0.85% | 0.86% | - |
| XYZ | 31.66 | 15.61 | 68.36 | - |
| YUV | 96.97 | 196.87 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 32 | 219 | 0.19 | 0.85 | 0 | 0.14 | 286.84 | 0.75 | 0.49 |
| Hex | B2 | 20 | DB | 13 | 55 | 0 | E | 11F | 4B | 31 |
| Octal | 262 | 40 | 333 | 23 | 125 | 0 | 16 | 437 | 113 | 61 |
| Binary | 10110010 | 100000 | 11011011 | 10011 | 1010101 | 0 | 1110 | 100011111 | 1001011 | 110001 |
Color Harmonies of #B220DB
Complementary color
Monochromatic Colors of #B220DB
Black with #B220DB
Text Example
Text Example
White with #B220DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B220DB; }
p { color: rgb(178,32,219); }
H1.HeaderClassName
{
color: #B220DB;
}
.AnyTagClassName
{
color: #B220DB;
}
</style>
background-color css
<style>
a { background-color: #B220DB; }
a { background-color: rgb(178,32,219); }
div.DivClassName
{
background-color: #B220DB;
}
.BgClassName
{
background-color: #B220DB;
}
</style>
border-color css
<style>
span { border-color: #B220DB; }
span { border-color: rgb(178,32,219); }
td.TdClassName
{
border-color: #B220DB;
}
.TagClassName
{
border-color: #B220DB;
}
</style>