Shades of Deep Magenta #BD12CC
Tints of Deep Magenta #BD12CC
RGB
CMYK
RGB Variations
Color information
#BD12CC (or 0xBD12CC) is known color: Deep Magenta. HEX triplet: BD, 12 and CC. RGB value is (189,18,204). Sum of RGB (Red+Green+Blue) = 189+18+204=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 18 (7.42% from 255 or 4.38% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD12CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD12CC is #42ED33. Grayscale: #595959. Windows color (decimal): -4386100 or 13374141. OLE color: 13374141.
HSL color Cylindrical-coordinate representation of color #BD12CC: hue angle of 295.16º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BD12CC is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 18 | 204 | - |
| CMYK | 0.07 | 0.91 | 0 | 0.2 |
| HSL | 295.16º | 0.84% | 0.44% | - |
| HSV(B) | 295.16º | 0.91% | 0.8% | - |
| XYZ | 32.1 | 15.61 | 58.45 | - |
| YUV | 90.33 | 192.15 | 198.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 18 | 204 | 0.07 | 0.91 | 0 | 0.2 | 295.16 | 0.84 | 0.44 |
| Hex | BD | 12 | CC | 7 | 5B | 0 | 14 | 127 | 54 | 2C |
| Octal | 275 | 22 | 314 | 7 | 133 | 0 | 24 | 447 | 124 | 54 |
| Binary | 10111101 | 10010 | 11001100 | 111 | 1011011 | 0 | 10100 | 100100111 | 1010100 | 101100 |
Color Harmonies of #BD12CC
Complementary color
Monochromatic Colors of #BD12CC
Black with #BD12CC
Text Example
Text Example
White with #BD12CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD12CC; }
p { color: rgb(189,18,204); }
H1.HeaderClassName
{
color: #BD12CC;
}
.AnyTagClassName
{
color: #BD12CC;
}
</style>
background-color css
<style>
a { background-color: #BD12CC; }
a { background-color: rgb(189,18,204); }
div.DivClassName
{
background-color: #BD12CC;
}
.BgClassName
{
background-color: #BD12CC;
}
</style>
border-color css
<style>
span { border-color: #BD12CC; }
span { border-color: rgb(189,18,204); }
td.TdClassName
{
border-color: #BD12CC;
}
.TagClassName
{
border-color: #BD12CC;
}
</style>