Shades of Dark Orchid #B420DB
Tints of Dark Orchid #B420DB
RGB
CMYK
RGB Variations
Color information
#B420DB (or 0xB420DB) is known color: Dark Orchid. HEX triplet: B4, 20 and DB. RGB value is (180,32,219). Sum of RGB (Red+Green+Blue) = 180+32+219=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 32 (12.89% from 255 or 7.42% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #B420DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B420DB is #4BDF24. Grayscale: #606060. Windows color (decimal): -4972325 or 14360756. OLE color: 14360756.
HSL color Cylindrical-coordinate representation of color #B420DB: hue angle of 287.49º 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 #B420DB is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 32 | 219 | - |
| CMYK | 0.18 | 0.85 | 0 | 0.14 |
| HSL | 287.49º | 0.75% | 0.49% | - |
| HSV(B) | 287.49º | 0.85% | 0.86% | - |
| XYZ | 32.13 | 15.85 | 68.38 | - |
| YUV | 97.57 | 196.53 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 32 | 219 | 0.18 | 0.85 | 0 | 0.14 | 287.49 | 0.75 | 0.49 |
| Hex | B4 | 20 | DB | 12 | 55 | 0 | E | 11F | 4B | 31 |
| Octal | 264 | 40 | 333 | 22 | 125 | 0 | 16 | 437 | 113 | 61 |
| Binary | 10110100 | 100000 | 11011011 | 10010 | 1010101 | 0 | 1110 | 100011111 | 1001011 | 110001 |
Color Harmonies of #B420DB
Complementary color
Monochromatic Colors of #B420DB
Black with #B420DB
Text Example
Text Example
White with #B420DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B420DB; }
p { color: rgb(180,32,219); }
H1.HeaderClassName
{
color: #B420DB;
}
.AnyTagClassName
{
color: #B420DB;
}
</style>
background-color css
<style>
a { background-color: #B420DB; }
a { background-color: rgb(180,32,219); }
div.DivClassName
{
background-color: #B420DB;
}
.BgClassName
{
background-color: #B420DB;
}
</style>
border-color css
<style>
span { border-color: #B420DB; }
span { border-color: rgb(180,32,219); }
td.TdClassName
{
border-color: #B420DB;
}
.TagClassName
{
border-color: #B420DB;
}
</style>