Shades of Deep Magenta #BD21DB
Tints of Deep Magenta #BD21DB
RGB
CMYK
RGB Variations
Color information
#BD21DB (or 0xBD21DB) is known color: Deep Magenta. HEX triplet: BD, 21 and DB. RGB value is (189,33,219). Sum of RGB (Red+Green+Blue) = 189+33+219=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 33 (13.28% from 255 or 7.48% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD21DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD21DB is #42DE24. Grayscale: #646464. Windows color (decimal): -4382245 or 14361021. OLE color: 14361021.
HSL color Cylindrical-coordinate representation of color #BD21DB: hue angle of 290.32º 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 #BD21DB is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 33 | 219 | - |
| CMYK | 0.14 | 0.85 | 0 | 0.14 |
| HSL | 290.32º | 0.74% | 0.49% | - |
| HSV(B) | 290.32º | 0.85% | 0.86% | - |
| XYZ | 34.32 | 17.02 | 68.49 | - |
| YUV | 100.85 | 194.68 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 33 | 219 | 0.14 | 0.85 | 0 | 0.14 | 290.32 | 0.74 | 0.49 |
| Hex | BD | 21 | DB | E | 55 | 0 | E | 122 | 4A | 31 |
| Octal | 275 | 41 | 333 | 16 | 125 | 0 | 16 | 442 | 112 | 61 |
| Binary | 10111101 | 100001 | 11011011 | 1110 | 1010101 | 0 | 1110 | 100100010 | 1001010 | 110001 |
Color Harmonies of #BD21DB
Complementary color
Monochromatic Colors of #BD21DB
Black with #BD21DB
Text Example
Text Example
White with #BD21DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD21DB; }
p { color: rgb(189,33,219); }
H1.HeaderClassName
{
color: #BD21DB;
}
.AnyTagClassName
{
color: #BD21DB;
}
</style>
background-color css
<style>
a { background-color: #BD21DB; }
a { background-color: rgb(189,33,219); }
div.DivClassName
{
background-color: #BD21DB;
}
.BgClassName
{
background-color: #BD21DB;
}
</style>
border-color css
<style>
span { border-color: #BD21DB; }
span { border-color: rgb(189,33,219); }
td.TdClassName
{
border-color: #BD21DB;
}
.TagClassName
{
border-color: #BD21DB;
}
</style>