Shades of Deep Magenta #BD15AF
Tints of Deep Magenta #BD15AF
RGB
CMYK
RGB Variations
Color information
#BD15AF (or 0xBD15AF) is known color: Deep Magenta. HEX triplet: BD, 15 and AF. RGB value is (189,21,175). Sum of RGB (Red+Green+Blue) = 189+21+175=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 21 (8.59% from 255 or 5.45% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 189 - color contains mainly: red. Hex color #BD15AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD15AF is #42EA50. Grayscale: #585858. Windows color (decimal): -4385361 or 11474365. OLE color: 11474365.
HSL color Cylindrical-coordinate representation of color #BD15AF: hue angle of 305º degrees, saturation: 0.8, 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 #BD15AF is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 21 | 175 | - |
| CMYK | 0 | 0.89 | 0.07 | 0.26 |
| HSL | 305º | 0.8% | 0.41% | - |
| HSV(B) | 305º | 0.89% | 0.74% | - |
| XYZ | 28.99 | 14.45 | 41.82 | - |
| YUV | 88.79 | 176.66 | 199.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 21 | 175 | 0 | 0.89 | 0.07 | 0.26 | 305 | 0.8 | 0.41 |
| Hex | BD | 15 | AF | 0 | 59 | 7 | 1A | 131 | 50 | 29 |
| Octal | 275 | 25 | 257 | 0 | 131 | 7 | 32 | 461 | 120 | 51 |
| Binary | 10111101 | 10101 | 10101111 | 0 | 1011001 | 111 | 11010 | 100110001 | 1010000 | 101001 |
Color Harmonies of #BD15AF
Complementary color
Monochromatic Colors of #BD15AF
Black with #BD15AF
Text Example
Text Example
White with #BD15AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD15AF; }
p { color: rgb(189,21,175); }
H1.HeaderClassName
{
color: #BD15AF;
}
.AnyTagClassName
{
color: #BD15AF;
}
</style>
background-color css
<style>
a { background-color: #BD15AF; }
a { background-color: rgb(189,21,175); }
div.DivClassName
{
background-color: #BD15AF;
}
.BgClassName
{
background-color: #BD15AF;
}
</style>
border-color css
<style>
span { border-color: #BD15AF; }
span { border-color: rgb(189,21,175); }
td.TdClassName
{
border-color: #BD15AF;
}
.TagClassName
{
border-color: #BD15AF;
}
</style>