Shades of Deep Magenta #BD13BD
Tints of Deep Magenta #BD13BD
RGB
CMYK
RGB Variations
Color information
#BD13BD (or 0xBD13BD) is known color: Deep Magenta. HEX triplet: BD, 13 and BD. RGB value is (189,19,189). Sum of RGB (Red+Green+Blue) = 189+19+189=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 19 (7.81% from 255 or 4.79% from 397); Blue value is 189 (74.22% from 255 or 47.61% from 397); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BD13BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD13BD is #42EC42. Grayscale: #585858. Windows color (decimal): -4385859 or 12391357. OLE color: 12391357.
HSL color Cylindrical-coordinate representation of color #BD13BD: hue angle of 300º 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 #BD13BD is Cyan = 0, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 19 | 189 | - |
| CMYK | 0 | 0.90 | 0 | 0.26 |
| HSL | 300º | 0.82% | 0.41% | - |
| HSV(B) | 300º | 0.9% | 0.74% | - |
| XYZ | 30.4 | 14.96 | 49.43 | - |
| YUV | 89.21 | 184.32 | 199.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 19 | 189 | 0 | 0.90 | 0 | 0.26 | 300 | 0.82 | 0.41 |
| Hex | BD | 13 | BD | 0 | 5A | 0 | 1A | 12C | 52 | 29 |
| Octal | 275 | 23 | 275 | 0 | 132 | 0 | 32 | 454 | 122 | 51 |
| Binary | 10111101 | 10011 | 10111101 | 0 | 1011010 | 0 | 11010 | 100101100 | 1010010 | 101001 |
Color Harmonies of #BD13BD
Complementary color
Monochromatic Colors of #BD13BD
Black with #BD13BD
Text Example
Text Example
White with #BD13BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD13BD; }
p { color: rgb(189,19,189); }
H1.HeaderClassName
{
color: #BD13BD;
}
.AnyTagClassName
{
color: #BD13BD;
}
</style>
background-color css
<style>
a { background-color: #BD13BD; }
a { background-color: rgb(189,19,189); }
div.DivClassName
{
background-color: #BD13BD;
}
.BgClassName
{
background-color: #BD13BD;
}
</style>
border-color css
<style>
span { border-color: #BD13BD; }
span { border-color: rgb(189,19,189); }
td.TdClassName
{
border-color: #BD13BD;
}
.TagClassName
{
border-color: #BD13BD;
}
</style>