Shades of Deep Magenta #BD14AF
Tints of Deep Magenta #BD14AF
RGB
CMYK
RGB Variations
Color information
#BD14AF (or 0xBD14AF) is known color: Deep Magenta. HEX triplet: BD, 14 and AF. RGB value is (189,20,175). Sum of RGB (Red+Green+Blue) = 189+20+175=384 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.22% from 384); Green value is 20 (8.20% from 255 or 5.21% from 384); Blue value is 175 (68.75% from 255 or 45.57% from 384); Max value from RGB is 189 - color contains mainly: red. Hex color #BD14AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD14AF is #42EB50. Grayscale: #575757. Windows color (decimal): -4385617 or 11474109. OLE color: 11474109.
HSL color Cylindrical-coordinate representation of color #BD14AF: hue angle of 304.97º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD14AF is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 20 | 175 | - |
| CMYK | 0 | 0.89 | 0.07 | 0.26 |
| HSL | 304.97º | 0.81% | 0.41% | - |
| HSV(B) | 304.97º | 0.89% | 0.74% | - |
| XYZ | 28.97 | 14.41 | 41.81 | - |
| YUV | 88.2 | 176.99 | 199.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 20 | 175 | 0 | 0.89 | 0.07 | 0.26 | 304.97 | 0.81 | 0.41 |
| Hex | BD | 14 | AF | 0 | 59 | 7 | 1A | 131 | 51 | 29 |
| Octal | 275 | 24 | 257 | 0 | 131 | 7 | 32 | 461 | 121 | 51 |
| Binary | 10111101 | 10100 | 10101111 | 0 | 1011001 | 111 | 11010 | 100110001 | 1010001 | 101001 |
Color Harmonies of #BD14AF
Complementary color
Monochromatic Colors of #BD14AF
Black with #BD14AF
Text Example
Text Example
White with #BD14AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD14AF; }
p { color: rgb(189,20,175); }
H1.HeaderClassName
{
color: #BD14AF;
}
.AnyTagClassName
{
color: #BD14AF;
}
</style>
background-color css
<style>
a { background-color: #BD14AF; }
a { background-color: rgb(189,20,175); }
div.DivClassName
{
background-color: #BD14AF;
}
.BgClassName
{
background-color: #BD14AF;
}
</style>
border-color css
<style>
span { border-color: #BD14AF; }
span { border-color: rgb(189,20,175); }
td.TdClassName
{
border-color: #BD14AF;
}
.TagClassName
{
border-color: #BD14AF;
}
</style>