Shades of Deep Magenta #BF0DB3
Tints of Deep Magenta #BF0DB3
RGB
CMYK
RGB Variations
Color information
#BF0DB3 (or 0xBF0DB3) is known color: Deep Magenta. HEX triplet: BF, 0D and B3. RGB value is (191,13,179). Sum of RGB (Red+Green+Blue) = 191+13+179=383 (50% of max value = 765). Red value is 191 (75% from 255 or 49.87% from 383); Green value is 13 (5.47% from 255 or 3.39% from 383); Blue value is 179 (70.31% from 255 or 46.74% from 383); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0DB3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF0DB3 is #40F24C. Grayscale: #545454. Windows color (decimal): -4256333 or 11734463. OLE color: 11734463.
HSL color Cylindrical-coordinate representation of color #BF0DB3: hue angle of 304.04º 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 #BF0DB3 is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 13 | 179 | - |
| CMYK | 0 | 0.93 | 0.06 | 0.25 |
| HSL | 304.05º | 0.87% | 0.4% | - |
| HSV(B) | 304.05º | 0.93% | 0.75% | - |
| XYZ | 29.77 | 14.62 | 43.9 | - |
| YUV | 85.15 | 180.97 | 203.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 13 | 179 | 0 | 0.93 | 0.06 | 0.25 | 304.05 | 0.87 | 0.4 |
| Hex | BF | D | B3 | 0 | 5D | 6 | 19 | 130 | 57 | 28 |
| Octal | 277 | 15 | 263 | 0 | 135 | 6 | 31 | 460 | 127 | 50 |
| Binary | 10111111 | 1101 | 10110011 | 0 | 1011101 | 110 | 11001 | 100110000 | 1010111 | 101000 |
Color Harmonies of #BF0DB3
Complementary color
Monochromatic Colors of #BF0DB3
Black with #BF0DB3
Text Example
Text Example
White with #BF0DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0DB3; }
p { color: rgb(191,13,179); }
H1.HeaderClassName
{
color: #BF0DB3;
}
.AnyTagClassName
{
color: #BF0DB3;
}
</style>
background-color css
<style>
a { background-color: #BF0DB3; }
a { background-color: rgb(191,13,179); }
div.DivClassName
{
background-color: #BF0DB3;
}
.BgClassName
{
background-color: #BF0DB3;
}
</style>
border-color css
<style>
span { border-color: #BF0DB3; }
span { border-color: rgb(191,13,179); }
td.TdClassName
{
border-color: #BF0DB3;
}
.TagClassName
{
border-color: #BF0DB3;
}
</style>