Shades of Deep Magenta #BF1ACE
Tints of Deep Magenta #BF1ACE
RGB
CMYK
RGB Variations
Color information
#BF1ACE (or 0xBF1ACE) is known color: Deep Magenta. HEX triplet: BF, 1A and CE. RGB value is (191,26,206). Sum of RGB (Red+Green+Blue) = 191+26+206=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 26 (10.55% from 255 or 6.15% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF1ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF1ACE is #40E531. Grayscale: #5F5F5F. Windows color (decimal): -4252978 or 13507263. OLE color: 13507263.
HSL color Cylindrical-coordinate representation of color #BF1ACE: hue angle of 295º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF1ACE is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 26 | 206 | - |
| CMYK | 0.07 | 0.87 | 0 | 0.19 |
| HSL | 295º | 0.78% | 0.45% | - |
| HSV(B) | 295º | 0.87% | 0.81% | - |
| XYZ | 33 | 16.27 | 59.79 | - |
| YUV | 95.86 | 190.16 | 195.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 26 | 206 | 0.07 | 0.87 | 0 | 0.19 | 295 | 0.78 | 0.45 |
| Hex | BF | 1A | CE | 7 | 57 | 0 | 13 | 127 | 4E | 2D |
| Octal | 277 | 32 | 316 | 7 | 127 | 0 | 23 | 447 | 116 | 55 |
| Binary | 10111111 | 11010 | 11001110 | 111 | 1010111 | 0 | 10011 | 100100111 | 1001110 | 101101 |
Color Harmonies of #BF1ACE
Complementary color
Monochromatic Colors of #BF1ACE
Black with #BF1ACE
Text Example
Text Example
White with #BF1ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1ACE; }
p { color: rgb(191,26,206); }
H1.HeaderClassName
{
color: #BF1ACE;
}
.AnyTagClassName
{
color: #BF1ACE;
}
</style>
background-color css
<style>
a { background-color: #BF1ACE; }
a { background-color: rgb(191,26,206); }
div.DivClassName
{
background-color: #BF1ACE;
}
.BgClassName
{
background-color: #BF1ACE;
}
</style>
border-color css
<style>
span { border-color: #BF1ACE; }
span { border-color: rgb(191,26,206); }
td.TdClassName
{
border-color: #BF1ACE;
}
.TagClassName
{
border-color: #BF1ACE;
}
</style>