Shades of Deep Magenta #BF1AB5
Tints of Deep Magenta #BF1AB5
RGB
CMYK
RGB Variations
Color information
#BF1AB5 (or 0xBF1AB5) is known color: Deep Magenta. HEX triplet: BF, 1A and B5. RGB value is (191,26,181). Sum of RGB (Red+Green+Blue) = 191+26+181=398 (52% of max value = 765). Red value is 191 (75% from 255 or 47.99% from 398); Green value is 26 (10.55% from 255 or 6.53% from 398); Blue value is 181 (71.09% from 255 or 45.48% from 398); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1AB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF1AB5 is #40E54A. Grayscale: #5C5C5C. Windows color (decimal): -4253003 or 11868863. OLE color: 11868863.
HSL color Cylindrical-coordinate representation of color #BF1AB5: hue angle of 303.64º 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 #BF1AB5 is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 26 | 181 | - |
| CMYK | 0 | 0.86 | 0.05 | 0.25 |
| HSL | 303.64º | 0.76% | 0.43% | - |
| HSV(B) | 303.64º | 0.86% | 0.75% | - |
| XYZ | 30.2 | 15.15 | 45.05 | - |
| YUV | 93.01 | 177.66 | 197.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 26 | 181 | 0 | 0.86 | 0.05 | 0.25 | 303.64 | 0.76 | 0.43 |
| Hex | BF | 1A | B5 | 0 | 56 | 5 | 19 | 130 | 4C | 2B |
| Octal | 277 | 32 | 265 | 0 | 126 | 5 | 31 | 460 | 114 | 53 |
| Binary | 10111111 | 11010 | 10110101 | 0 | 1010110 | 101 | 11001 | 100110000 | 1001100 | 101011 |
Color Harmonies of #BF1AB5
Complementary color
Monochromatic Colors of #BF1AB5
Black with #BF1AB5
Text Example
Text Example
White with #BF1AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1AB5; }
p { color: rgb(191,26,181); }
H1.HeaderClassName
{
color: #BF1AB5;
}
.AnyTagClassName
{
color: #BF1AB5;
}
</style>
background-color css
<style>
a { background-color: #BF1AB5; }
a { background-color: rgb(191,26,181); }
div.DivClassName
{
background-color: #BF1AB5;
}
.BgClassName
{
background-color: #BF1AB5;
}
</style>
border-color css
<style>
span { border-color: #BF1AB5; }
span { border-color: rgb(191,26,181); }
td.TdClassName
{
border-color: #BF1AB5;
}
.TagClassName
{
border-color: #BF1AB5;
}
</style>