Shades of Deep Magenta #BF1ABC
Tints of Deep Magenta #BF1ABC
RGB
CMYK
RGB Variations
Color information
#BF1ABC (or 0xBF1ABC) is known color: Deep Magenta. HEX triplet: BF, 1A and BC. RGB value is (191,26,188). Sum of RGB (Red+Green+Blue) = 191+26+188=405 (53% of max value = 765). Red value is 191 (75% from 255 or 47.16% from 405); Green value is 26 (10.55% from 255 or 6.42% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF1ABC is #40E543. Grayscale: #5D5D5D. Windows color (decimal): -4252996 or 12327615. OLE color: 12327615.
HSL color Cylindrical-coordinate representation of color #BF1ABC: hue angle of 301.09º 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 #BF1ABC is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 26 | 188 | - |
| CMYK | 0 | 0.86 | 0.02 | 0.25 |
| HSL | 301.09º | 0.76% | 0.43% | - |
| HSV(B) | 301.09º | 0.86% | 0.75% | - |
| XYZ | 30.93 | 15.45 | 48.93 | - |
| YUV | 93.8 | 181.16 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 26 | 188 | 0 | 0.86 | 0.02 | 0.25 | 301.09 | 0.76 | 0.43 |
| Hex | BF | 1A | BC | 0 | 56 | 2 | 19 | 12D | 4C | 2B |
| Octal | 277 | 32 | 274 | 0 | 126 | 2 | 31 | 455 | 114 | 53 |
| Binary | 10111111 | 11010 | 10111100 | 0 | 1010110 | 10 | 11001 | 100101101 | 1001100 | 101011 |
Color Harmonies of #BF1ABC
Complementary color
Monochromatic Colors of #BF1ABC
Black with #BF1ABC
Text Example
Text Example
White with #BF1ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1ABC; }
p { color: rgb(191,26,188); }
H1.HeaderClassName
{
color: #BF1ABC;
}
.AnyTagClassName
{
color: #BF1ABC;
}
</style>
background-color css
<style>
a { background-color: #BF1ABC; }
a { background-color: rgb(191,26,188); }
div.DivClassName
{
background-color: #BF1ABC;
}
.BgClassName
{
background-color: #BF1ABC;
}
</style>
border-color css
<style>
span { border-color: #BF1ABC; }
span { border-color: rgb(191,26,188); }
td.TdClassName
{
border-color: #BF1ABC;
}
.TagClassName
{
border-color: #BF1ABC;
}
</style>