Shades of Deep Magenta #BD12DC
Tints of Deep Magenta #BD12DC
RGB
CMYK
RGB Variations
Color information
#BD12DC (or 0xBD12DC) is known color: Deep Magenta. HEX triplet: BD, 12 and DC. RGB value is (189,18,220). Sum of RGB (Red+Green+Blue) = 189+18+220=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 18 (7.42% from 255 or 4.22% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD12DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD12DC is #42ED23. Grayscale: #5B5B5B. Windows color (decimal): -4386084 or 14422717. OLE color: 14422717.
HSL color Cylindrical-coordinate representation of color #BD12DC: hue angle of 290.79º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD12DC is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 18 | 220 | - |
| CMYK | 0.14 | 0.92 | 0 | 0.14 |
| HSL | 290.79º | 0.85% | 0.47% | - |
| HSV(B) | 290.79º | 0.92% | 0.86% | - |
| XYZ | 34.12 | 16.42 | 69.08 | - |
| YUV | 92.16 | 200.15 | 197.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 18 | 220 | 0.14 | 0.92 | 0 | 0.14 | 290.79 | 0.85 | 0.47 |
| Hex | BD | 12 | DC | E | 5C | 0 | E | 123 | 55 | 2F |
| Octal | 275 | 22 | 334 | 16 | 134 | 0 | 16 | 443 | 125 | 57 |
| Binary | 10111101 | 10010 | 11011100 | 1110 | 1011100 | 0 | 1110 | 100100011 | 1010101 | 101111 |
Color Harmonies of #BD12DC
Complementary color
Monochromatic Colors of #BD12DC
Black with #BD12DC
Text Example
Text Example
White with #BD12DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD12DC; }
p { color: rgb(189,18,220); }
H1.HeaderClassName
{
color: #BD12DC;
}
.AnyTagClassName
{
color: #BD12DC;
}
</style>
background-color css
<style>
a { background-color: #BD12DC; }
a { background-color: rgb(189,18,220); }
div.DivClassName
{
background-color: #BD12DC;
}
.BgClassName
{
background-color: #BD12DC;
}
</style>
border-color css
<style>
span { border-color: #BD12DC; }
span { border-color: rgb(189,18,220); }
td.TdClassName
{
border-color: #BD12DC;
}
.TagClassName
{
border-color: #BD12DC;
}
</style>