Shades of Deep Magenta #BD03B9
Tints of Deep Magenta #BD03B9
RGB
CMYK
RGB Variations
Color information
#BD03B9 (or 0xBD03B9) is known color: Deep Magenta. HEX triplet: BD, 03 and B9. RGB value is (189,3,185). Sum of RGB (Red+Green+Blue) = 189+3+185=377 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.13% from 377); Green value is 3 (1.56% from 255 or 0.80% from 377); Blue value is 185 (72.66% from 255 or 49.07% from 377); Max value from RGB is 189 - color contains mainly: red. Hex color #BD03B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD03B9 is #42FC46. Grayscale: #4E4E4E. Windows color (decimal): -4389959 or 12125117. OLE color: 12125117.
HSL color Cylindrical-coordinate representation of color #BD03B9: hue angle of 301.29º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD03B9 is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 3 | 185 | - |
| CMYK | 0 | 0.98 | 0.02 | 0.26 |
| HSL | 301.29º | 0.97% | 0.38% | - |
| HSV(B) | 301.29º | 0.98% | 0.74% | - |
| XYZ | 29.78 | 14.39 | 47.11 | - |
| YUV | 79.36 | 187.62 | 206.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 3 | 185 | 0 | 0.98 | 0.02 | 0.26 | 301.29 | 0.97 | 0.38 |
| Hex | BD | 3 | B9 | 0 | 62 | 2 | 1A | 12D | 61 | 26 |
| Octal | 275 | 3 | 271 | 0 | 142 | 2 | 32 | 455 | 141 | 46 |
| Binary | 10111101 | 11 | 10111001 | 0 | 1100010 | 10 | 11010 | 100101101 | 1100001 | 100110 |
Color Harmonies of #BD03B9
Complementary color
Monochromatic Colors of #BD03B9
Black with #BD03B9
Text Example
Text Example
White with #BD03B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD03B9; }
p { color: rgb(189,3,185); }
H1.HeaderClassName
{
color: #BD03B9;
}
.AnyTagClassName
{
color: #BD03B9;
}
</style>
background-color css
<style>
a { background-color: #BD03B9; }
a { background-color: rgb(189,3,185); }
div.DivClassName
{
background-color: #BD03B9;
}
.BgClassName
{
background-color: #BD03B9;
}
</style>
border-color css
<style>
span { border-color: #BD03B9; }
span { border-color: rgb(189,3,185); }
td.TdClassName
{
border-color: #BD03B9;
}
.TagClassName
{
border-color: #BD03B9;
}
</style>