Shades of Deep Magenta #BF1ACB
Tints of Deep Magenta #BF1ACB
RGB
CMYK
RGB Variations
Color information
#BF1ACB (or 0xBF1ACB) is known color: Deep Magenta. HEX triplet: BF, 1A and CB. RGB value is (191,26,203). Sum of RGB (Red+Green+Blue) = 191+26+203=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 26 (10.55% from 255 or 6.19% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #BF1ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF1ACB is #40E534. Grayscale: #5E5E5E. Windows color (decimal): -4252981 or 13310655. OLE color: 13310655.
HSL color Cylindrical-coordinate representation of color #BF1ACB: hue angle of 295.93º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF1ACB is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 26 | 203 | - |
| CMYK | 0.06 | 0.87 | 0 | 0.20 |
| HSL | 295.93º | 0.77% | 0.45% | - |
| HSV(B) | 295.93º | 0.87% | 0.8% | - |
| XYZ | 32.63 | 16.13 | 57.89 | - |
| YUV | 95.51 | 188.66 | 196.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 26 | 203 | 0.06 | 0.87 | 0 | 0.20 | 295.93 | 0.77 | 0.45 |
| Hex | BF | 1A | CB | 6 | 57 | 0 | 14 | 128 | 4D | 2D |
| Octal | 277 | 32 | 313 | 6 | 127 | 0 | 24 | 450 | 115 | 55 |
| Binary | 10111111 | 11010 | 11001011 | 110 | 1010111 | 0 | 10100 | 100101000 | 1001101 | 101101 |
Color Harmonies of #BF1ACB
Complementary color
Monochromatic Colors of #BF1ACB
Black with #BF1ACB
Text Example
Text Example
White with #BF1ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1ACB; }
p { color: rgb(191,26,203); }
H1.HeaderClassName
{
color: #BF1ACB;
}
.AnyTagClassName
{
color: #BF1ACB;
}
</style>
background-color css
<style>
a { background-color: #BF1ACB; }
a { background-color: rgb(191,26,203); }
div.DivClassName
{
background-color: #BF1ACB;
}
.BgClassName
{
background-color: #BF1ACB;
}
</style>
border-color css
<style>
span { border-color: #BF1ACB; }
span { border-color: rgb(191,26,203); }
td.TdClassName
{
border-color: #BF1ACB;
}
.TagClassName
{
border-color: #BF1ACB;
}
</style>