Shades of Deep Magenta #BD12BD
Tints of Deep Magenta #BD12BD
RGB
CMYK
RGB Variations
Color information
#BD12BD (or 0xBD12BD) is known color: Deep Magenta. HEX triplet: BD, 12 and BD. RGB value is (189,18,189). Sum of RGB (Red+Green+Blue) = 189+18+189=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 18 (7.42% from 255 or 4.55% from 396); Blue value is 189 (74.22% from 255 or 47.73% from 396); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BD12BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD12BD is #42ED42. Grayscale: #585858. Windows color (decimal): -4386115 or 12391101. OLE color: 12391101.
HSL color Cylindrical-coordinate representation of color #BD12BD: hue angle of 300º degrees, saturation: 0.83, 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 #BD12BD is Cyan = 0, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 18 | 189 | - |
| CMYK | 0 | 0.90 | 0 | 0.26 |
| HSL | 300º | 0.83% | 0.41% | - |
| HSV(B) | 300º | 0.9% | 0.74% | - |
| XYZ | 30.39 | 14.93 | 49.42 | - |
| YUV | 88.62 | 184.65 | 199.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 18 | 189 | 0 | 0.90 | 0 | 0.26 | 300 | 0.83 | 0.41 |
| Hex | BD | 12 | BD | 0 | 5A | 0 | 1A | 12C | 53 | 29 |
| Octal | 275 | 22 | 275 | 0 | 132 | 0 | 32 | 454 | 123 | 51 |
| Binary | 10111101 | 10010 | 10111101 | 0 | 1011010 | 0 | 11010 | 100101100 | 1010011 | 101001 |
Color Harmonies of #BD12BD
Complementary color
Monochromatic Colors of #BD12BD
Black with #BD12BD
Text Example
Text Example
White with #BD12BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD12BD; }
p { color: rgb(189,18,189); }
H1.HeaderClassName
{
color: #BD12BD;
}
.AnyTagClassName
{
color: #BD12BD;
}
</style>
background-color css
<style>
a { background-color: #BD12BD; }
a { background-color: rgb(189,18,189); }
div.DivClassName
{
background-color: #BD12BD;
}
.BgClassName
{
background-color: #BD12BD;
}
</style>
border-color css
<style>
span { border-color: #BD12BD; }
span { border-color: rgb(189,18,189); }
td.TdClassName
{
border-color: #BD12BD;
}
.TagClassName
{
border-color: #BD12BD;
}
</style>