Shades of Deep Magenta #BD11AF
Tints of Deep Magenta #BD11AF
RGB
CMYK
RGB Variations
Color information
#BD11AF (or 0xBD11AF) is known color: Deep Magenta. HEX triplet: BD, 11 and AF. RGB value is (189,17,175). Sum of RGB (Red+Green+Blue) = 189+17+175=381 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.61% from 381); Green value is 17 (7.03% from 255 or 4.46% from 381); Blue value is 175 (68.75% from 255 or 45.93% from 381); Max value from RGB is 189 - color contains mainly: red. Hex color #BD11AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD11AF is #42EE50. Grayscale: #555555. Windows color (decimal): -4386385 or 11473341. OLE color: 11473341.
HSL color Cylindrical-coordinate representation of color #BD11AF: hue angle of 304.88º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BD11AF is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 17 | 175 | - |
| CMYK | 0 | 0.91 | 0.07 | 0.26 |
| HSL | 304.88º | 0.83% | 0.4% | - |
| HSV(B) | 304.88º | 0.91% | 0.74% | - |
| XYZ | 28.92 | 14.31 | 41.8 | - |
| YUV | 86.44 | 177.98 | 201.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 17 | 175 | 0 | 0.91 | 0.07 | 0.26 | 304.88 | 0.83 | 0.4 |
| Hex | BD | 11 | AF | 0 | 5B | 7 | 1A | 131 | 53 | 28 |
| Octal | 275 | 21 | 257 | 0 | 133 | 7 | 32 | 461 | 123 | 50 |
| Binary | 10111101 | 10001 | 10101111 | 0 | 1011011 | 111 | 11010 | 100110001 | 1010011 | 101000 |
Color Harmonies of #BD11AF
Complementary color
Monochromatic Colors of #BD11AF
Black with #BD11AF
Text Example
Text Example
White with #BD11AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD11AF; }
p { color: rgb(189,17,175); }
H1.HeaderClassName
{
color: #BD11AF;
}
.AnyTagClassName
{
color: #BD11AF;
}
</style>
background-color css
<style>
a { background-color: #BD11AF; }
a { background-color: rgb(189,17,175); }
div.DivClassName
{
background-color: #BD11AF;
}
.BgClassName
{
background-color: #BD11AF;
}
</style>
border-color css
<style>
span { border-color: #BD11AF; }
span { border-color: rgb(189,17,175); }
td.TdClassName
{
border-color: #BD11AF;
}
.TagClassName
{
border-color: #BD11AF;
}
</style>