Shades of Deep Magenta #BD21DF
Tints of Deep Magenta #BD21DF
RGB
CMYK
RGB Variations
Color information
#BD21DF (or 0xBD21DF) is known color: Deep Magenta. HEX triplet: BD, 21 and DF. RGB value is (189,33,223). Sum of RGB (Red+Green+Blue) = 189+33+223=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 33 (13.28% from 255 or 7.42% from 445); Blue value is 223 (87.5% from 255 or 50.11% from 445); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD21DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD21DF is #42DE20. Grayscale: #646464. Windows color (decimal): -4382241 or 14623165. OLE color: 14623165.
HSL color Cylindrical-coordinate representation of color #BD21DF: hue angle of 289.26º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD21DF is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 33 | 223 | - |
| CMYK | 0.15 | 0.85 | 0 | 0.13 |
| HSL | 289.26º | 0.75% | 0.5% | - |
| HSV(B) | 289.26º | 0.85% | 0.87% | - |
| XYZ | 34.85 | 17.23 | 71.3 | - |
| YUV | 101.3 | 196.68 | 190.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 33 | 223 | 0.15 | 0.85 | 0 | 0.13 | 289.26 | 0.75 | 0.5 |
| Hex | BD | 21 | DF | F | 55 | 0 | D | 121 | 4B | 32 |
| Octal | 275 | 41 | 337 | 17 | 125 | 0 | 15 | 441 | 113 | 62 |
| Binary | 10111101 | 100001 | 11011111 | 1111 | 1010101 | 0 | 1101 | 100100001 | 1001011 | 110010 |
Color Harmonies of #BD21DF
Complementary color
Monochromatic Colors of #BD21DF
Black with #BD21DF
Text Example
Text Example
White with #BD21DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD21DF; }
p { color: rgb(189,33,223); }
H1.HeaderClassName
{
color: #BD21DF;
}
.AnyTagClassName
{
color: #BD21DF;
}
</style>
background-color css
<style>
a { background-color: #BD21DF; }
a { background-color: rgb(189,33,223); }
div.DivClassName
{
background-color: #BD21DF;
}
.BgClassName
{
background-color: #BD21DF;
}
</style>
border-color css
<style>
span { border-color: #BD21DF; }
span { border-color: rgb(189,33,223); }
td.TdClassName
{
border-color: #BD21DF;
}
.TagClassName
{
border-color: #BD21DF;
}
</style>