Shades of Deep Magenta #BD13B9
Tints of Deep Magenta #BD13B9
RGB
CMYK
RGB Variations
Color information
#BD13B9 (or 0xBD13B9) is known color: Deep Magenta. HEX triplet: BD, 13 and B9. RGB value is (189,19,185). Sum of RGB (Red+Green+Blue) = 189+19+185=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 19 (7.81% from 255 or 4.83% from 393); Blue value is 185 (72.66% from 255 or 47.07% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BD13B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD13B9 is #42EC46. Grayscale: #585858. Windows color (decimal): -4385863 or 12129213. OLE color: 12129213.
HSL color Cylindrical-coordinate representation of color #BD13B9: hue angle of 301.41º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD13B9 is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 19 | 185 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.26 |
| HSL | 301.41º | 0.82% | 0.41% | - |
| HSV(B) | 301.41º | 0.9% | 0.74% | - |
| XYZ | 29.98 | 14.79 | 47.17 | - |
| YUV | 88.75 | 182.32 | 199.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 19 | 185 | 0 | 0.90 | 0.02 | 0.26 | 301.41 | 0.82 | 0.41 |
| Hex | BD | 13 | B9 | 0 | 5A | 2 | 1A | 12D | 52 | 29 |
| Octal | 275 | 23 | 271 | 0 | 132 | 2 | 32 | 455 | 122 | 51 |
| Binary | 10111101 | 10011 | 10111001 | 0 | 1011010 | 10 | 11010 | 100101101 | 1010010 | 101001 |
Color Harmonies of #BD13B9
Complementary color
Monochromatic Colors of #BD13B9
Black with #BD13B9
Text Example
Text Example
White with #BD13B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD13B9; }
p { color: rgb(189,19,185); }
H1.HeaderClassName
{
color: #BD13B9;
}
.AnyTagClassName
{
color: #BD13B9;
}
</style>
background-color css
<style>
a { background-color: #BD13B9; }
a { background-color: rgb(189,19,185); }
div.DivClassName
{
background-color: #BD13B9;
}
.BgClassName
{
background-color: #BD13B9;
}
</style>
border-color css
<style>
span { border-color: #BD13B9; }
span { border-color: rgb(189,19,185); }
td.TdClassName
{
border-color: #BD13B9;
}
.TagClassName
{
border-color: #BD13B9;
}
</style>