Shades of Deep Magenta #BF0BBA
Tints of Deep Magenta #BF0BBA
RGB
CMYK
RGB Variations
Color information
#BF0BBA (or 0xBF0BBA) is known color: Deep Magenta. HEX triplet: BF, 0B and BA. RGB value is (191,11,186). Sum of RGB (Red+Green+Blue) = 191+11+186=388 (51% of max value = 765). Red value is 191 (75% from 255 or 49.23% from 388); Green value is 11 (4.69% from 255 or 2.84% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0BBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF0BBA is #40F445. Grayscale: #545454. Windows color (decimal): -4256838 or 12192703. OLE color: 12192703.
HSL color Cylindrical-coordinate representation of color #BF0BBA: hue angle of 301.67º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF0BBA is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 11 | 186 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.25 |
| HSL | 301.67º | 0.89% | 0.4% | - |
| HSV(B) | 301.67º | 0.94% | 0.75% | - |
| XYZ | 30.47 | 14.86 | 47.72 | - |
| YUV | 84.77 | 185.13 | 203.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 11 | 186 | 0 | 0.94 | 0.03 | 0.25 | 301.67 | 0.89 | 0.4 |
| Hex | BF | B | BA | 0 | 5E | 3 | 19 | 12E | 59 | 28 |
| Octal | 277 | 13 | 272 | 0 | 136 | 3 | 31 | 456 | 131 | 50 |
| Binary | 10111111 | 1011 | 10111010 | 0 | 1011110 | 11 | 11001 | 100101110 | 1011001 | 101000 |
Color Harmonies of #BF0BBA
Complementary color
Monochromatic Colors of #BF0BBA
Black with #BF0BBA
Text Example
Text Example
White with #BF0BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0BBA; }
p { color: rgb(191,11,186); }
H1.HeaderClassName
{
color: #BF0BBA;
}
.AnyTagClassName
{
color: #BF0BBA;
}
</style>
background-color css
<style>
a { background-color: #BF0BBA; }
a { background-color: rgb(191,11,186); }
div.DivClassName
{
background-color: #BF0BBA;
}
.BgClassName
{
background-color: #BF0BBA;
}
</style>
border-color css
<style>
span { border-color: #BF0BBA; }
span { border-color: rgb(191,11,186); }
td.TdClassName
{
border-color: #BF0BBA;
}
.TagClassName
{
border-color: #BF0BBA;
}
</style>