Shades of Deep Magenta #BD13B7
Tints of Deep Magenta #BD13B7
RGB
CMYK
RGB Variations
Color information
#BD13B7 (or 0xBD13B7) is known color: Deep Magenta. HEX triplet: BD, 13 and B7. RGB value is (189,19,183). Sum of RGB (Red+Green+Blue) = 189+19+183=391 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.34% from 391); Green value is 19 (7.81% from 255 or 4.86% from 391); Blue value is 183 (71.88% from 255 or 46.80% from 391); Max value from RGB is 189 - color contains mainly: red. Hex color #BD13B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD13B7 is #42EC48. Grayscale: #585858. Windows color (decimal): -4385865 or 11998141. OLE color: 11998141.
HSL color Cylindrical-coordinate representation of color #BD13B7: hue angle of 302.12º 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 #BD13B7 is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 19 | 183 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.26 |
| HSL | 302.12º | 0.82% | 0.41% | - |
| HSV(B) | 302.12º | 0.9% | 0.74% | - |
| XYZ | 29.77 | 14.7 | 46.07 | - |
| YUV | 88.53 | 181.32 | 199.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 19 | 183 | 0 | 0.90 | 0.03 | 0.26 | 302.12 | 0.82 | 0.41 |
| Hex | BD | 13 | B7 | 0 | 5A | 3 | 1A | 12E | 52 | 29 |
| Octal | 275 | 23 | 267 | 0 | 132 | 3 | 32 | 456 | 122 | 51 |
| Binary | 10111101 | 10011 | 10110111 | 0 | 1011010 | 11 | 11010 | 100101110 | 1010010 | 101001 |
Color Harmonies of #BD13B7
Complementary color
Monochromatic Colors of #BD13B7
Black with #BD13B7
Text Example
Text Example
White with #BD13B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD13B7; }
p { color: rgb(189,19,183); }
H1.HeaderClassName
{
color: #BD13B7;
}
.AnyTagClassName
{
color: #BD13B7;
}
</style>
background-color css
<style>
a { background-color: #BD13B7; }
a { background-color: rgb(189,19,183); }
div.DivClassName
{
background-color: #BD13B7;
}
.BgClassName
{
background-color: #BD13B7;
}
</style>
border-color css
<style>
span { border-color: #BD13B7; }
span { border-color: rgb(189,19,183); }
td.TdClassName
{
border-color: #BD13B7;
}
.TagClassName
{
border-color: #BD13B7;
}
</style>