Shades of Deep Magenta #BD02D4
Tints of Deep Magenta #BD02D4
RGB
CMYK
RGB Variations
Color information
#BD02D4 (or 0xBD02D4) is known color: Deep Magenta. HEX triplet: BD, 02 and D4. RGB value is (189,2,212). Sum of RGB (Red+Green+Blue) = 189+2+212=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 2 (1.17% from 255 or 0.50% from 403); Blue value is 212 (83.20% from 255 or 52.61% from 403); Max value from RGB is 212 - color contains mainly: blue. Hex color #BD02D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD02D4 is #42FD2B. Grayscale: #515151. Windows color (decimal): -4390188 or 13894333. OLE color: 13894333.
HSL color Cylindrical-coordinate representation of color #BD02D4: hue angle of 293.43º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD02D4 is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 2 | 212 | - |
| CMYK | 0.11 | 0.99 | 0 | 0.17 |
| HSL | 293.43º | 0.98% | 0.42% | - |
| HSV(B) | 293.43º | 0.99% | 0.83% | - |
| XYZ | 32.89 | 15.62 | 63.57 | - |
| YUV | 81.85 | 201.45 | 204.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 2 | 212 | 0.11 | 0.99 | 0 | 0.17 | 293.43 | 0.98 | 0.42 |
| Hex | BD | 2 | D4 | B | 63 | 0 | 11 | 125 | 62 | 2A |
| Octal | 275 | 2 | 324 | 13 | 143 | 0 | 21 | 445 | 142 | 52 |
| Binary | 10111101 | 10 | 11010100 | 1011 | 1100011 | 0 | 10001 | 100100101 | 1100010 | 101010 |
Color Harmonies of #BD02D4
Complementary color
Monochromatic Colors of #BD02D4
Black with #BD02D4
Text Example
Text Example
White with #BD02D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD02D4; }
p { color: rgb(189,2,212); }
H1.HeaderClassName
{
color: #BD02D4;
}
.AnyTagClassName
{
color: #BD02D4;
}
</style>
background-color css
<style>
a { background-color: #BD02D4; }
a { background-color: rgb(189,2,212); }
div.DivClassName
{
background-color: #BD02D4;
}
.BgClassName
{
background-color: #BD02D4;
}
</style>
border-color css
<style>
span { border-color: #BD02D4; }
span { border-color: rgb(189,2,212); }
td.TdClassName
{
border-color: #BD02D4;
}
.TagClassName
{
border-color: #BD02D4;
}
</style>