Shades of Deep Magenta #BF0DBD
Tints of Deep Magenta #BF0DBD
RGB
CMYK
RGB Variations
Color information
#BF0DBD (or 0xBF0DBD) is known color: Deep Magenta. HEX triplet: BF, 0D and BD. RGB value is (191,13,189). Sum of RGB (Red+Green+Blue) = 191+13+189=393 (52% of max value = 765). Red value is 191 (75% from 255 or 48.60% from 393); Green value is 13 (5.47% from 255 or 3.31% from 393); Blue value is 189 (74.22% from 255 or 48.09% from 393); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0DBD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF0DBD is #40F242. Grayscale: #555555. Windows color (decimal): -4256323 or 12389823. OLE color: 12389823.
HSL color Cylindrical-coordinate representation of color #BF0DBD: hue angle of 300.67º 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 #BF0DBD is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 13 | 189 | - |
| CMYK | 0 | 0.93 | 0.01 | 0.25 |
| HSL | 300.67º | 0.87% | 0.4% | - |
| HSV(B) | 300.67º | 0.93% | 0.75% | - |
| XYZ | 30.82 | 15.04 | 49.42 | - |
| YUV | 86.29 | 185.97 | 202.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 13 | 189 | 0 | 0.93 | 0.01 | 0.25 | 300.67 | 0.87 | 0.4 |
| Hex | BF | D | BD | 0 | 5D | 1 | 19 | 12D | 57 | 28 |
| Octal | 277 | 15 | 275 | 0 | 135 | 1 | 31 | 455 | 127 | 50 |
| Binary | 10111111 | 1101 | 10111101 | 0 | 1011101 | 1 | 11001 | 100101101 | 1010111 | 101000 |
Color Harmonies of #BF0DBD
Complementary color
Monochromatic Colors of #BF0DBD
Black with #BF0DBD
Text Example
Text Example
White with #BF0DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0DBD; }
p { color: rgb(191,13,189); }
H1.HeaderClassName
{
color: #BF0DBD;
}
.AnyTagClassName
{
color: #BF0DBD;
}
</style>
background-color css
<style>
a { background-color: #BF0DBD; }
a { background-color: rgb(191,13,189); }
div.DivClassName
{
background-color: #BF0DBD;
}
.BgClassName
{
background-color: #BF0DBD;
}
</style>
border-color css
<style>
span { border-color: #BF0DBD; }
span { border-color: rgb(191,13,189); }
td.TdClassName
{
border-color: #BF0DBD;
}
.TagClassName
{
border-color: #BF0DBD;
}
</style>