Shades of Deep Magenta #BD19B1
Tints of Deep Magenta #BD19B1
RGB
CMYK
RGB Variations
Color information
#BD19B1 (or 0xBD19B1) is known color: Deep Magenta. HEX triplet: BD, 19 and B1. RGB value is (189,25,177). Sum of RGB (Red+Green+Blue) = 189+25+177=391 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.34% from 391); Green value is 25 (10.16% from 255 or 6.39% from 391); Blue value is 177 (69.53% from 255 or 45.27% from 391); Max value from RGB is 189 - color contains mainly: red. Hex color #BD19B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD19B1 is #42E64E. Grayscale: #5A5A5A. Windows color (decimal): -4384335 or 11606461. OLE color: 11606461.
HSL color Cylindrical-coordinate representation of color #BD19B1: hue angle of 304.39º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD19B1 is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 25 | 177 | - |
| CMYK | 0 | 0.87 | 0.06 | 0.26 |
| HSL | 304.39º | 0.77% | 0.42% | - |
| HSV(B) | 304.39º | 0.87% | 0.74% | - |
| XYZ | 29.27 | 14.69 | 42.89 | - |
| YUV | 91.36 | 176.33 | 197.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 25 | 177 | 0 | 0.87 | 0.06 | 0.26 | 304.39 | 0.77 | 0.42 |
| Hex | BD | 19 | B1 | 0 | 57 | 6 | 1A | 130 | 4D | 2A |
| Octal | 275 | 31 | 261 | 0 | 127 | 6 | 32 | 460 | 115 | 52 |
| Binary | 10111101 | 11001 | 10110001 | 0 | 1010111 | 110 | 11010 | 100110000 | 1001101 | 101010 |
Color Harmonies of #BD19B1
Complementary color
Monochromatic Colors of #BD19B1
Black with #BD19B1
Text Example
Text Example
White with #BD19B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD19B1; }
p { color: rgb(189,25,177); }
H1.HeaderClassName
{
color: #BD19B1;
}
.AnyTagClassName
{
color: #BD19B1;
}
</style>
background-color css
<style>
a { background-color: #BD19B1; }
a { background-color: rgb(189,25,177); }
div.DivClassName
{
background-color: #BD19B1;
}
.BgClassName
{
background-color: #BD19B1;
}
</style>
border-color css
<style>
span { border-color: #BD19B1; }
span { border-color: rgb(189,25,177); }
td.TdClassName
{
border-color: #BD19B1;
}
.TagClassName
{
border-color: #BD19B1;
}
</style>