Shades of Deep Magenta #BF0DAF
Tints of Deep Magenta #BF0DAF
RGB
CMYK
RGB Variations
Color information
#BF0DAF (or 0xBF0DAF) is known color: Deep Magenta. HEX triplet: BF, 0D and AF. RGB value is (191,13,175). Sum of RGB (Red+Green+Blue) = 191+13+175=379 (50% of max value = 765). Red value is 191 (75% from 255 or 50.40% from 379); Green value is 13 (5.47% from 255 or 3.43% from 379); Blue value is 175 (68.75% from 255 or 46.17% from 379); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0DAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0DAF is #40F250. Grayscale: #545454. Windows color (decimal): -4256337 or 11472319. OLE color: 11472319.
HSL color Cylindrical-coordinate representation of color #BF0DAF: hue angle of 305.39º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF0DAF is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 13 | 175 | - |
| CMYK | 0 | 0.93 | 0.08 | 0.25 |
| HSL | 305.39º | 0.87% | 0.4% | - |
| HSV(B) | 305.39º | 0.93% | 0.75% | - |
| XYZ | 29.37 | 14.46 | 41.8 | - |
| YUV | 84.69 | 178.97 | 203.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 13 | 175 | 0 | 0.93 | 0.08 | 0.25 | 305.39 | 0.87 | 0.4 |
| Hex | BF | D | AF | 0 | 5D | 8 | 19 | 131 | 57 | 28 |
| Octal | 277 | 15 | 257 | 0 | 135 | 10 | 31 | 461 | 127 | 50 |
| Binary | 10111111 | 1101 | 10101111 | 0 | 1011101 | 1000 | 11001 | 100110001 | 1010111 | 101000 |
Color Harmonies of #BF0DAF
Complementary color
Monochromatic Colors of #BF0DAF
Black with #BF0DAF
Text Example
Text Example
White with #BF0DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0DAF; }
p { color: rgb(191,13,175); }
H1.HeaderClassName
{
color: #BF0DAF;
}
.AnyTagClassName
{
color: #BF0DAF;
}
</style>
background-color css
<style>
a { background-color: #BF0DAF; }
a { background-color: rgb(191,13,175); }
div.DivClassName
{
background-color: #BF0DAF;
}
.BgClassName
{
background-color: #BF0DAF;
}
</style>
border-color css
<style>
span { border-color: #BF0DAF; }
span { border-color: rgb(191,13,175); }
td.TdClassName
{
border-color: #BF0DAF;
}
.TagClassName
{
border-color: #BF0DAF;
}
</style>