Shades of Deep Magenta #BD13B0
Tints of Deep Magenta #BD13B0
RGB
CMYK
RGB Variations
Color information
#BD13B0 (or 0xBD13B0) is known color: Deep Magenta. HEX triplet: BD, 13 and B0. RGB value is (189,19,176). Sum of RGB (Red+Green+Blue) = 189+19+176=384 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.22% from 384); Green value is 19 (7.81% from 255 or 4.95% from 384); Blue value is 176 (69.14% from 255 or 45.83% from 384); Max value from RGB is 189 - color contains mainly: red. Hex color #BD13B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD13B0 is #42EC4F. Grayscale: #575757. Windows color (decimal): -4385872 or 11539389. OLE color: 11539389.
HSL color Cylindrical-coordinate representation of color #BD13B0: hue angle of 304.59º 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 #BD13B0 is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 19 | 176 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.26 |
| HSL | 304.59º | 0.82% | 0.41% | - |
| HSV(B) | 304.59º | 0.9% | 0.74% | - |
| XYZ | 29.06 | 14.42 | 42.33 | - |
| YUV | 87.73 | 177.82 | 200.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 19 | 176 | 0 | 0.90 | 0.07 | 0.26 | 304.59 | 0.82 | 0.41 |
| Hex | BD | 13 | B0 | 0 | 5A | 7 | 1A | 131 | 52 | 29 |
| Octal | 275 | 23 | 260 | 0 | 132 | 7 | 32 | 461 | 122 | 51 |
| Binary | 10111101 | 10011 | 10110000 | 0 | 1011010 | 111 | 11010 | 100110001 | 1010010 | 101001 |
Color Harmonies of #BD13B0
Complementary color
Monochromatic Colors of #BD13B0
Black with #BD13B0
Text Example
Text Example
White with #BD13B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD13B0; }
p { color: rgb(189,19,176); }
H1.HeaderClassName
{
color: #BD13B0;
}
.AnyTagClassName
{
color: #BD13B0;
}
</style>
background-color css
<style>
a { background-color: #BD13B0; }
a { background-color: rgb(189,19,176); }
div.DivClassName
{
background-color: #BD13B0;
}
.BgClassName
{
background-color: #BD13B0;
}
</style>
border-color css
<style>
span { border-color: #BD13B0; }
span { border-color: rgb(189,19,176); }
td.TdClassName
{
border-color: #BD13B0;
}
.TagClassName
{
border-color: #BD13B0;
}
</style>