Shades of Deep Magenta #BD12B1
Tints of Deep Magenta #BD12B1
RGB
CMYK
RGB Variations
Color information
#BD12B1 (or 0xBD12B1) is known color: Deep Magenta. HEX triplet: BD, 12 and B1. RGB value is (189,18,177). Sum of RGB (Red+Green+Blue) = 189+18+177=384 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.22% from 384); Green value is 18 (7.42% from 255 or 4.69% from 384); Blue value is 177 (69.53% from 255 or 46.09% from 384); Max value from RGB is 189 - color contains mainly: red. Hex color #BD12B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD12B1 is #42ED4E. Grayscale: #565656. Windows color (decimal): -4386127 or 11604669. OLE color: 11604669.
HSL color Cylindrical-coordinate representation of color #BD12B1: hue angle of 304.21º 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 #BD12B1 is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 18 | 177 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.26 |
| HSL | 304.21º | 0.83% | 0.41% | - |
| HSV(B) | 304.21º | 0.9% | 0.74% | - |
| XYZ | 29.14 | 14.43 | 42.84 | - |
| YUV | 87.26 | 178.65 | 200.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 18 | 177 | 0 | 0.90 | 0.06 | 0.26 | 304.21 | 0.83 | 0.41 |
| Hex | BD | 12 | B1 | 0 | 5A | 6 | 1A | 130 | 53 | 29 |
| Octal | 275 | 22 | 261 | 0 | 132 | 6 | 32 | 460 | 123 | 51 |
| Binary | 10111101 | 10010 | 10110001 | 0 | 1011010 | 110 | 11010 | 100110000 | 1010011 | 101001 |
Color Harmonies of #BD12B1
Complementary color
Monochromatic Colors of #BD12B1
Black with #BD12B1
Text Example
Text Example
White with #BD12B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD12B1; }
p { color: rgb(189,18,177); }
H1.HeaderClassName
{
color: #BD12B1;
}
.AnyTagClassName
{
color: #BD12B1;
}
</style>
background-color css
<style>
a { background-color: #BD12B1; }
a { background-color: rgb(189,18,177); }
div.DivClassName
{
background-color: #BD12B1;
}
.BgClassName
{
background-color: #BD12B1;
}
</style>
border-color css
<style>
span { border-color: #BD12B1; }
span { border-color: rgb(189,18,177); }
td.TdClassName
{
border-color: #BD12B1;
}
.TagClassName
{
border-color: #BD12B1;
}
</style>