Shades of Deep Magenta #BD03D4
Tints of Deep Magenta #BD03D4
RGB
CMYK
RGB Variations
Color information
#BD03D4 (or 0xBD03D4) is known color: Deep Magenta. HEX triplet: BD, 03 and D4. RGB value is (189,3,212). Sum of RGB (Red+Green+Blue) = 189+3+212=404 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.78% from 404); Green value is 3 (1.56% from 255 or 0.74% from 404); Blue value is 212 (83.20% from 255 or 52.48% from 404); Max value from RGB is 212 - color contains mainly: blue. Hex color #BD03D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD03D4 is #42FC2B. Grayscale: #515151. Windows color (decimal): -4389932 or 13894589. OLE color: 13894589.
HSL color Cylindrical-coordinate representation of color #BD03D4: hue angle of 293.4º degrees, saturation: 0.97, 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 #BD03D4 is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 3 | 212 | - |
| CMYK | 0.11 | 0.99 | 0 | 0.17 |
| HSL | 293.4º | 0.97% | 0.42% | - |
| HSV(B) | 293.4º | 0.99% | 0.83% | - |
| XYZ | 32.9 | 15.64 | 63.57 | - |
| YUV | 82.44 | 201.12 | 204.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 3 | 212 | 0.11 | 0.99 | 0 | 0.17 | 293.4 | 0.97 | 0.42 |
| Hex | BD | 3 | D4 | B | 63 | 0 | 11 | 125 | 61 | 2A |
| Octal | 275 | 3 | 324 | 13 | 143 | 0 | 21 | 445 | 141 | 52 |
| Binary | 10111101 | 11 | 11010100 | 1011 | 1100011 | 0 | 10001 | 100100101 | 1100001 | 101010 |
Color Harmonies of #BD03D4
Complementary color
Monochromatic Colors of #BD03D4
Black with #BD03D4
Text Example
Text Example
White with #BD03D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD03D4; }
p { color: rgb(189,3,212); }
H1.HeaderClassName
{
color: #BD03D4;
}
.AnyTagClassName
{
color: #BD03D4;
}
</style>
background-color css
<style>
a { background-color: #BD03D4; }
a { background-color: rgb(189,3,212); }
div.DivClassName
{
background-color: #BD03D4;
}
.BgClassName
{
background-color: #BD03D4;
}
</style>
border-color css
<style>
span { border-color: #BD03D4; }
span { border-color: rgb(189,3,212); }
td.TdClassName
{
border-color: #BD03D4;
}
.TagClassName
{
border-color: #BD03D4;
}
</style>