Shades of Deep Magenta #BD19CB
Tints of Deep Magenta #BD19CB
RGB
CMYK
RGB Variations
Color information
#BD19CB (or 0xBD19CB) is known color: Deep Magenta. HEX triplet: BD, 19 and CB. RGB value is (189,25,203). Sum of RGB (Red+Green+Blue) = 189+25+203=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 25 (10.16% from 255 or 6.00% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD19CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD19CB is #42E634. Grayscale: #5D5D5D. Windows color (decimal): -4384309 or 13310397. OLE color: 13310397.
HSL color Cylindrical-coordinate representation of color #BD19CB: hue angle of 295.28º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD19CB is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 25 | 203 | - |
| CMYK | 0.07 | 0.88 | 0 | 0.20 |
| HSL | 295.28º | 0.78% | 0.45% | - |
| HSV(B) | 295.28º | 0.88% | 0.8% | - |
| XYZ | 32.11 | 15.83 | 57.86 | - |
| YUV | 94.33 | 189.33 | 195.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 25 | 203 | 0.07 | 0.88 | 0 | 0.20 | 295.28 | 0.78 | 0.45 |
| Hex | BD | 19 | CB | 7 | 58 | 0 | 14 | 127 | 4E | 2D |
| Octal | 275 | 31 | 313 | 7 | 130 | 0 | 24 | 447 | 116 | 55 |
| Binary | 10111101 | 11001 | 11001011 | 111 | 1011000 | 0 | 10100 | 100100111 | 1001110 | 101101 |
Color Harmonies of #BD19CB
Complementary color
Monochromatic Colors of #BD19CB
Black with #BD19CB
Text Example
Text Example
White with #BD19CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD19CB; }
p { color: rgb(189,25,203); }
H1.HeaderClassName
{
color: #BD19CB;
}
.AnyTagClassName
{
color: #BD19CB;
}
</style>
background-color css
<style>
a { background-color: #BD19CB; }
a { background-color: rgb(189,25,203); }
div.DivClassName
{
background-color: #BD19CB;
}
.BgClassName
{
background-color: #BD19CB;
}
</style>
border-color css
<style>
span { border-color: #BD19CB; }
span { border-color: rgb(189,25,203); }
td.TdClassName
{
border-color: #BD19CB;
}
.TagClassName
{
border-color: #BD19CB;
}
</style>