Shades of Deep Magenta #BD12B7
Tints of Deep Magenta #BD12B7
RGB
CMYK
RGB Variations
Color information
#BD12B7 (or 0xBD12B7) is known color: Deep Magenta. HEX triplet: BD, 12 and B7. RGB value is (189,18,183). Sum of RGB (Red+Green+Blue) = 189+18+183=390 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.46% from 390); Green value is 18 (7.42% from 255 or 4.62% from 390); Blue value is 183 (71.88% from 255 or 46.92% from 390); Max value from RGB is 189 - color contains mainly: red. Hex color #BD12B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD12B7 is #42ED48. Grayscale: #575757. Windows color (decimal): -4386121 or 11997885. OLE color: 11997885.
HSL color Cylindrical-coordinate representation of color #BD12B7: hue angle of 302.11º 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 #BD12B7 is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 18 | 183 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.26 |
| HSL | 302.11º | 0.83% | 0.41% | - |
| HSV(B) | 302.11º | 0.9% | 0.74% | - |
| XYZ | 29.75 | 14.67 | 46.06 | - |
| YUV | 87.94 | 181.65 | 200.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 18 | 183 | 0 | 0.90 | 0.03 | 0.26 | 302.11 | 0.83 | 0.41 |
| Hex | BD | 12 | B7 | 0 | 5A | 3 | 1A | 12E | 53 | 29 |
| Octal | 275 | 22 | 267 | 0 | 132 | 3 | 32 | 456 | 123 | 51 |
| Binary | 10111101 | 10010 | 10110111 | 0 | 1011010 | 11 | 11010 | 100101110 | 1010011 | 101001 |
Color Harmonies of #BD12B7
Complementary color
Monochromatic Colors of #BD12B7
Black with #BD12B7
Text Example
Text Example
White with #BD12B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD12B7; }
p { color: rgb(189,18,183); }
H1.HeaderClassName
{
color: #BD12B7;
}
.AnyTagClassName
{
color: #BD12B7;
}
</style>
background-color css
<style>
a { background-color: #BD12B7; }
a { background-color: rgb(189,18,183); }
div.DivClassName
{
background-color: #BD12B7;
}
.BgClassName
{
background-color: #BD12B7;
}
</style>
border-color css
<style>
span { border-color: #BD12B7; }
span { border-color: rgb(189,18,183); }
td.TdClassName
{
border-color: #BD12B7;
}
.TagClassName
{
border-color: #BD12B7;
}
</style>