Shades of Deep Magenta #BF1ABB
Tints of Deep Magenta #BF1ABB
RGB
CMYK
RGB Variations
Color information
#BF1ABB (or 0xBF1ABB) is known color: Deep Magenta. HEX triplet: BF, 1A and BB. RGB value is (191,26,187). Sum of RGB (Red+Green+Blue) = 191+26+187=404 (53% of max value = 765). Red value is 191 (75% from 255 or 47.28% from 404); Green value is 26 (10.55% from 255 or 6.44% from 404); Blue value is 187 (73.44% from 255 or 46.29% from 404); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF1ABB is #40E544. Grayscale: #5D5D5D. Windows color (decimal): -4252997 or 12262079. OLE color: 12262079.
HSL color Cylindrical-coordinate representation of color #BF1ABB: hue angle of 301.45º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BF1ABB is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 26 | 187 | - |
| CMYK | 0 | 0.86 | 0.02 | 0.25 |
| HSL | 301.45º | 0.76% | 0.43% | - |
| HSV(B) | 301.45º | 0.86% | 0.75% | - |
| XYZ | 30.82 | 15.4 | 48.36 | - |
| YUV | 93.69 | 180.66 | 197.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 26 | 187 | 0 | 0.86 | 0.02 | 0.25 | 301.45 | 0.76 | 0.43 |
| Hex | BF | 1A | BB | 0 | 56 | 2 | 19 | 12D | 4C | 2B |
| Octal | 277 | 32 | 273 | 0 | 126 | 2 | 31 | 455 | 114 | 53 |
| Binary | 10111111 | 11010 | 10111011 | 0 | 1010110 | 10 | 11001 | 100101101 | 1001100 | 101011 |
Color Harmonies of #BF1ABB
Complementary color
Monochromatic Colors of #BF1ABB
Black with #BF1ABB
Text Example
Text Example
White with #BF1ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1ABB; }
p { color: rgb(191,26,187); }
H1.HeaderClassName
{
color: #BF1ABB;
}
.AnyTagClassName
{
color: #BF1ABB;
}
</style>
background-color css
<style>
a { background-color: #BF1ABB; }
a { background-color: rgb(191,26,187); }
div.DivClassName
{
background-color: #BF1ABB;
}
.BgClassName
{
background-color: #BF1ABB;
}
</style>
border-color css
<style>
span { border-color: #BF1ABB; }
span { border-color: rgb(191,26,187); }
td.TdClassName
{
border-color: #BF1ABB;
}
.TagClassName
{
border-color: #BF1ABB;
}
</style>