Shades of Deep Magenta #BD12B5
Tints of Deep Magenta #BD12B5
RGB
CMYK
RGB Variations
Color information
#BD12B5 (or 0xBD12B5) is known color: Deep Magenta. HEX triplet: BD, 12 and B5. RGB value is (189,18,181). Sum of RGB (Red+Green+Blue) = 189+18+181=388 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.71% from 388); Green value is 18 (7.42% from 255 or 4.64% from 388); Blue value is 181 (71.09% from 255 or 46.65% from 388); Max value from RGB is 189 - color contains mainly: red. Hex color #BD12B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD12B5 is #42ED4A. Grayscale: #575757. Windows color (decimal): -4386123 or 11866813. OLE color: 11866813.
HSL color Cylindrical-coordinate representation of color #BD12B5: hue angle of 302.81º 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 #BD12B5 is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 18 | 181 | - |
| CMYK | 0 | 0.90 | 0.04 | 0.26 |
| HSL | 302.81º | 0.83% | 0.41% | - |
| HSV(B) | 302.81º | 0.9% | 0.74% | - |
| XYZ | 29.54 | 14.59 | 44.97 | - |
| YUV | 87.71 | 180.65 | 200.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 18 | 181 | 0 | 0.90 | 0.04 | 0.26 | 302.81 | 0.83 | 0.41 |
| Hex | BD | 12 | B5 | 0 | 5A | 4 | 1A | 12F | 53 | 29 |
| Octal | 275 | 22 | 265 | 0 | 132 | 4 | 32 | 457 | 123 | 51 |
| Binary | 10111101 | 10010 | 10110101 | 0 | 1011010 | 100 | 11010 | 100101111 | 1010011 | 101001 |
Color Harmonies of #BD12B5
Complementary color
Monochromatic Colors of #BD12B5
Black with #BD12B5
Text Example
Text Example
White with #BD12B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD12B5; }
p { color: rgb(189,18,181); }
H1.HeaderClassName
{
color: #BD12B5;
}
.AnyTagClassName
{
color: #BD12B5;
}
</style>
background-color css
<style>
a { background-color: #BD12B5; }
a { background-color: rgb(189,18,181); }
div.DivClassName
{
background-color: #BD12B5;
}
.BgClassName
{
background-color: #BD12B5;
}
</style>
border-color css
<style>
span { border-color: #BD12B5; }
span { border-color: rgb(189,18,181); }
td.TdClassName
{
border-color: #BD12B5;
}
.TagClassName
{
border-color: #BD12B5;
}
</style>