Shades of Deep Magenta #BF0DB5
Tints of Deep Magenta #BF0DB5
RGB
CMYK
RGB Variations
Color information
#BF0DB5 (or 0xBF0DB5) is known color: Deep Magenta. HEX triplet: BF, 0D and B5. RGB value is (191,13,181). Sum of RGB (Red+Green+Blue) = 191+13+181=385 (50% of max value = 765). Red value is 191 (75% from 255 or 49.61% from 385); Green value is 13 (5.47% from 255 or 3.38% from 385); Blue value is 181 (71.09% from 255 or 47.01% from 385); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0DB5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF0DB5 is #40F24A. Grayscale: #545454. Windows color (decimal): -4256331 or 11865535. OLE color: 11865535.
HSL color Cylindrical-coordinate representation of color #BF0DB5: hue angle of 303.37º 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 #BF0DB5 is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 13 | 181 | - |
| CMYK | 0 | 0.93 | 0.05 | 0.25 |
| HSL | 303.37º | 0.87% | 0.4% | - |
| HSV(B) | 303.37º | 0.93% | 0.75% | - |
| XYZ | 29.97 | 14.7 | 44.97 | - |
| YUV | 85.37 | 181.97 | 203.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 13 | 181 | 0 | 0.93 | 0.05 | 0.25 | 303.37 | 0.87 | 0.4 |
| Hex | BF | D | B5 | 0 | 5D | 5 | 19 | 12F | 57 | 28 |
| Octal | 277 | 15 | 265 | 0 | 135 | 5 | 31 | 457 | 127 | 50 |
| Binary | 10111111 | 1101 | 10110101 | 0 | 1011101 | 101 | 11001 | 100101111 | 1010111 | 101000 |
Color Harmonies of #BF0DB5
Complementary color
Monochromatic Colors of #BF0DB5
Black with #BF0DB5
Text Example
Text Example
White with #BF0DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0DB5; }
p { color: rgb(191,13,181); }
H1.HeaderClassName
{
color: #BF0DB5;
}
.AnyTagClassName
{
color: #BF0DB5;
}
</style>
background-color css
<style>
a { background-color: #BF0DB5; }
a { background-color: rgb(191,13,181); }
div.DivClassName
{
background-color: #BF0DB5;
}
.BgClassName
{
background-color: #BF0DB5;
}
</style>
border-color css
<style>
span { border-color: #BF0DB5; }
span { border-color: rgb(191,13,181); }
td.TdClassName
{
border-color: #BF0DB5;
}
.TagClassName
{
border-color: #BF0DB5;
}
</style>