Shades of Deep Magenta #BF0DB6
Tints of Deep Magenta #BF0DB6
RGB
CMYK
RGB Variations
Color information
#BF0DB6 (or 0xBF0DB6) is known color: Deep Magenta. HEX triplet: BF, 0D and B6. RGB value is (191,13,182). Sum of RGB (Red+Green+Blue) = 191+13+182=386 (51% of max value = 765). Red value is 191 (75% from 255 or 49.48% from 386); Green value is 13 (5.47% from 255 or 3.37% from 386); Blue value is 182 (71.48% from 255 or 47.15% from 386); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0DB6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF0DB6 is #40F249. Grayscale: #545454. Windows color (decimal): -4256330 or 11931071. OLE color: 11931071.
HSL color Cylindrical-coordinate representation of color #BF0DB6: hue angle of 303.03º 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 #BF0DB6 is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 13 | 182 | - |
| CMYK | 0 | 0.93 | 0.05 | 0.25 |
| HSL | 303.03º | 0.87% | 0.4% | - |
| HSV(B) | 303.03º | 0.93% | 0.75% | - |
| XYZ | 30.07 | 14.74 | 45.52 | - |
| YUV | 85.49 | 182.47 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 13 | 182 | 0 | 0.93 | 0.05 | 0.25 | 303.03 | 0.87 | 0.4 |
| Hex | BF | D | B6 | 0 | 5D | 5 | 19 | 12F | 57 | 28 |
| Octal | 277 | 15 | 266 | 0 | 135 | 5 | 31 | 457 | 127 | 50 |
| Binary | 10111111 | 1101 | 10110110 | 0 | 1011101 | 101 | 11001 | 100101111 | 1010111 | 101000 |
Color Harmonies of #BF0DB6
Complementary color
Monochromatic Colors of #BF0DB6
Black with #BF0DB6
Text Example
Text Example
White with #BF0DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0DB6; }
p { color: rgb(191,13,182); }
H1.HeaderClassName
{
color: #BF0DB6;
}
.AnyTagClassName
{
color: #BF0DB6;
}
</style>
background-color css
<style>
a { background-color: #BF0DB6; }
a { background-color: rgb(191,13,182); }
div.DivClassName
{
background-color: #BF0DB6;
}
.BgClassName
{
background-color: #BF0DB6;
}
</style>
border-color css
<style>
span { border-color: #BF0DB6; }
span { border-color: rgb(191,13,182); }
td.TdClassName
{
border-color: #BF0DB6;
}
.TagClassName
{
border-color: #BF0DB6;
}
</style>