Shades of Deep Magenta #BD0FAF
Tints of Deep Magenta #BD0FAF
RGB
CMYK
RGB Variations
Color information
#BD0FAF (or 0xBD0FAF) is known color: Deep Magenta. HEX triplet: BD, 0F and AF. RGB value is (189,15,175). Sum of RGB (Red+Green+Blue) = 189+15+175=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 15 (6.25% from 255 or 3.96% from 379); Blue value is 175 (68.75% from 255 or 46.17% from 379); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0FAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0FAF is #42F050. Grayscale: #545454. Windows color (decimal): -4386897 or 11472829. OLE color: 11472829.
HSL color Cylindrical-coordinate representation of color #BD0FAF: hue angle of 304.83º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD0FAF is Cyan = 0, Magento = 0.92, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 15 | 175 | - |
| CMYK | 0 | 0.92 | 0.07 | 0.26 |
| HSL | 304.83º | 0.85% | 0.4% | - |
| HSV(B) | 304.83º | 0.92% | 0.74% | - |
| XYZ | 28.89 | 14.26 | 41.79 | - |
| YUV | 85.27 | 178.65 | 201.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 15 | 175 | 0 | 0.92 | 0.07 | 0.26 | 304.83 | 0.85 | 0.4 |
| Hex | BD | F | AF | 0 | 5C | 7 | 1A | 131 | 55 | 28 |
| Octal | 275 | 17 | 257 | 0 | 134 | 7 | 32 | 461 | 125 | 50 |
| Binary | 10111101 | 1111 | 10101111 | 0 | 1011100 | 111 | 11010 | 100110001 | 1010101 | 101000 |
Color Harmonies of #BD0FAF
Complementary color
Monochromatic Colors of #BD0FAF
Black with #BD0FAF
Text Example
Text Example
White with #BD0FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0FAF; }
p { color: rgb(189,15,175); }
H1.HeaderClassName
{
color: #BD0FAF;
}
.AnyTagClassName
{
color: #BD0FAF;
}
</style>
background-color css
<style>
a { background-color: #BD0FAF; }
a { background-color: rgb(189,15,175); }
div.DivClassName
{
background-color: #BD0FAF;
}
.BgClassName
{
background-color: #BD0FAF;
}
</style>
border-color css
<style>
span { border-color: #BD0FAF; }
span { border-color: rgb(189,15,175); }
td.TdClassName
{
border-color: #BD0FAF;
}
.TagClassName
{
border-color: #BD0FAF;
}
</style>