Shades of Deep Magenta #BD12B2
Tints of Deep Magenta #BD12B2
RGB
CMYK
RGB Variations
Color information
#BD12B2 (or 0xBD12B2) is known color: Deep Magenta. HEX triplet: BD, 12 and B2. RGB value is (189,18,178). Sum of RGB (Red+Green+Blue) = 189+18+178=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 18 (7.42% from 255 or 4.68% from 385); Blue value is 178 (69.92% from 255 or 46.23% from 385); Max value from RGB is 189 - color contains mainly: red. Hex color #BD12B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD12B2 is #42ED4D. Grayscale: #565656. Windows color (decimal): -4386126 or 11670205. OLE color: 11670205.
HSL color Cylindrical-coordinate representation of color #BD12B2: hue angle of 303.86º 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 #BD12B2 is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 18 | 178 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.26 |
| HSL | 303.86º | 0.83% | 0.41% | - |
| HSV(B) | 303.86º | 0.9% | 0.74% | - |
| XYZ | 29.24 | 14.47 | 43.37 | - |
| YUV | 87.37 | 179.15 | 200.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 18 | 178 | 0 | 0.90 | 0.06 | 0.26 | 303.86 | 0.83 | 0.41 |
| Hex | BD | 12 | B2 | 0 | 5A | 6 | 1A | 130 | 53 | 29 |
| Octal | 275 | 22 | 262 | 0 | 132 | 6 | 32 | 460 | 123 | 51 |
| Binary | 10111101 | 10010 | 10110010 | 0 | 1011010 | 110 | 11010 | 100110000 | 1010011 | 101001 |
Color Harmonies of #BD12B2
Complementary color
Monochromatic Colors of #BD12B2
Black with #BD12B2
Text Example
Text Example
White with #BD12B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD12B2; }
p { color: rgb(189,18,178); }
H1.HeaderClassName
{
color: #BD12B2;
}
.AnyTagClassName
{
color: #BD12B2;
}
</style>
background-color css
<style>
a { background-color: #BD12B2; }
a { background-color: rgb(189,18,178); }
div.DivClassName
{
background-color: #BD12B2;
}
.BgClassName
{
background-color: #BD12B2;
}
</style>
border-color css
<style>
span { border-color: #BD12B2; }
span { border-color: rgb(189,18,178); }
td.TdClassName
{
border-color: #BD12B2;
}
.TagClassName
{
border-color: #BD12B2;
}
</style>