Shades of Deep Magenta #BF0DBA
Tints of Deep Magenta #BF0DBA
RGB
CMYK
RGB Variations
Color information
#BF0DBA (or 0xBF0DBA) is known color: Deep Magenta. HEX triplet: BF, 0D and BA. RGB value is (191,13,186). Sum of RGB (Red+Green+Blue) = 191+13+186=390 (51% of max value = 765). Red value is 191 (75% from 255 or 48.97% from 390); Green value is 13 (5.47% from 255 or 3.33% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0DBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF0DBA is #40F245. Grayscale: #555555. Windows color (decimal): -4256326 or 12193215. OLE color: 12193215.
HSL color Cylindrical-coordinate representation of color #BF0DBA: hue angle of 301.69º 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 #BF0DBA is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 13 | 186 | - |
| CMYK | 0 | 0.93 | 0.03 | 0.25 |
| HSL | 301.69º | 0.87% | 0.4% | - |
| HSV(B) | 301.69º | 0.93% | 0.75% | - |
| XYZ | 30.49 | 14.91 | 47.73 | - |
| YUV | 85.94 | 184.47 | 202.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 13 | 186 | 0 | 0.93 | 0.03 | 0.25 | 301.69 | 0.87 | 0.4 |
| Hex | BF | D | BA | 0 | 5D | 3 | 19 | 12E | 57 | 28 |
| Octal | 277 | 15 | 272 | 0 | 135 | 3 | 31 | 456 | 127 | 50 |
| Binary | 10111111 | 1101 | 10111010 | 0 | 1011101 | 11 | 11001 | 100101110 | 1010111 | 101000 |
Color Harmonies of #BF0DBA
Complementary color
Monochromatic Colors of #BF0DBA
Black with #BF0DBA
Text Example
Text Example
White with #BF0DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0DBA; }
p { color: rgb(191,13,186); }
H1.HeaderClassName
{
color: #BF0DBA;
}
.AnyTagClassName
{
color: #BF0DBA;
}
</style>
background-color css
<style>
a { background-color: #BF0DBA; }
a { background-color: rgb(191,13,186); }
div.DivClassName
{
background-color: #BF0DBA;
}
.BgClassName
{
background-color: #BF0DBA;
}
</style>
border-color css
<style>
span { border-color: #BF0DBA; }
span { border-color: rgb(191,13,186); }
td.TdClassName
{
border-color: #BF0DBA;
}
.TagClassName
{
border-color: #BF0DBA;
}
</style>