Shades of Deep Magenta #BD12CF
Tints of Deep Magenta #BD12CF
RGB
CMYK
RGB Variations
Color information
#BD12CF (or 0xBD12CF) is known color: Deep Magenta. HEX triplet: BD, 12 and CF. RGB value is (189,18,207). Sum of RGB (Red+Green+Blue) = 189+18+207=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 18 (7.42% from 255 or 4.35% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD12CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD12CF is #42ED30. Grayscale: #5A5A5A. Windows color (decimal): -4386097 or 13570749. OLE color: 13570749.
HSL color Cylindrical-coordinate representation of color #BD12CF: hue angle of 294.29º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BD12CF is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 18 | 207 | - |
| CMYK | 0.09 | 0.91 | 0 | 0.19 |
| HSL | 294.29º | 0.84% | 0.44% | - |
| HSV(B) | 294.29º | 0.91% | 0.81% | - |
| XYZ | 32.47 | 15.76 | 60.36 | - |
| YUV | 90.68 | 193.65 | 198.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 18 | 207 | 0.09 | 0.91 | 0 | 0.19 | 294.29 | 0.84 | 0.44 |
| Hex | BD | 12 | CF | 9 | 5B | 0 | 13 | 126 | 54 | 2C |
| Octal | 275 | 22 | 317 | 11 | 133 | 0 | 23 | 446 | 124 | 54 |
| Binary | 10111101 | 10010 | 11001111 | 1001 | 1011011 | 0 | 10011 | 100100110 | 1010100 | 101100 |
Color Harmonies of #BD12CF
Complementary color
Monochromatic Colors of #BD12CF
Black with #BD12CF
Text Example
Text Example
White with #BD12CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD12CF; }
p { color: rgb(189,18,207); }
H1.HeaderClassName
{
color: #BD12CF;
}
.AnyTagClassName
{
color: #BD12CF;
}
</style>
background-color css
<style>
a { background-color: #BD12CF; }
a { background-color: rgb(189,18,207); }
div.DivClassName
{
background-color: #BD12CF;
}
.BgClassName
{
background-color: #BD12CF;
}
</style>
border-color css
<style>
span { border-color: #BD12CF; }
span { border-color: rgb(189,18,207); }
td.TdClassName
{
border-color: #BD12CF;
}
.TagClassName
{
border-color: #BD12CF;
}
</style>