Shades of Dark Orchid #B421DB
Tints of Dark Orchid #B421DB
RGB
CMYK
RGB Variations
Color information
#B421DB (or 0xB421DB) is known color: Dark Orchid. HEX triplet: B4, 21 and DB. RGB value is (180,33,219). Sum of RGB (Red+Green+Blue) = 180+33+219=432 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.67% from 432); Green value is 33 (13.28% from 255 or 7.64% from 432); Blue value is 219 (85.94% from 255 or 50.69% from 432); Max value from RGB is 219 - color contains mainly: blue. Hex color #B421DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B421DB is #4BDE24. Grayscale: #616161. Windows color (decimal): -4972069 or 14361012. OLE color: 14361012.
HSL color Cylindrical-coordinate representation of color #B421DB: hue angle of 287.42º 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 #B421DB is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 33 | 219 | - |
| CMYK | 0.18 | 0.85 | 0 | 0.14 |
| HSL | 287.42º | 0.74% | 0.49% | - |
| HSV(B) | 287.42º | 0.85% | 0.86% | - |
| XYZ | 32.15 | 15.91 | 68.39 | - |
| YUV | 98.16 | 196.2 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 33 | 219 | 0.18 | 0.85 | 0 | 0.14 | 287.42 | 0.74 | 0.49 |
| Hex | B4 | 21 | DB | 12 | 55 | 0 | E | 11F | 4A | 31 |
| Octal | 264 | 41 | 333 | 22 | 125 | 0 | 16 | 437 | 112 | 61 |
| Binary | 10110100 | 100001 | 11011011 | 10010 | 1010101 | 0 | 1110 | 100011111 | 1001010 | 110001 |
Color Harmonies of #B421DB
Complementary color
Monochromatic Colors of #B421DB
Black with #B421DB
Text Example
Text Example
White with #B421DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B421DB; }
p { color: rgb(180,33,219); }
H1.HeaderClassName
{
color: #B421DB;
}
.AnyTagClassName
{
color: #B421DB;
}
</style>
background-color css
<style>
a { background-color: #B421DB; }
a { background-color: rgb(180,33,219); }
div.DivClassName
{
background-color: #B421DB;
}
.BgClassName
{
background-color: #B421DB;
}
</style>
border-color css
<style>
span { border-color: #B421DB; }
span { border-color: rgb(180,33,219); }
td.TdClassName
{
border-color: #B421DB;
}
.TagClassName
{
border-color: #B421DB;
}
</style>