Shades of Deep Magenta #BF0ACE
Tints of Deep Magenta #BF0ACE
RGB
CMYK
RGB Variations
Color information
#BF0ACE (or 0xBF0ACE) is known color: Deep Magenta. HEX triplet: BF, 0A and CE. RGB value is (191,10,206). Sum of RGB (Red+Green+Blue) = 191+10+206=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 10 (4.30% from 255 or 2.46% from 407); Blue value is 206 (80.86% from 255 or 50.61% from 407); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF0ACE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF0ACE is #40F531. Grayscale: #555555. Windows color (decimal): -4257074 or 13503167. OLE color: 13503167.
HSL color Cylindrical-coordinate representation of color #BF0ACE: hue angle of 295.41º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF0ACE is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 10 | 206 | - |
| CMYK | 0.07 | 0.95 | 0 | 0.19 |
| HSL | 295.41º | 0.91% | 0.42% | - |
| HSV(B) | 295.41º | 0.95% | 0.81% | - |
| XYZ | 32.73 | 15.75 | 59.71 | - |
| YUV | 86.46 | 195.47 | 202.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 10 | 206 | 0.07 | 0.95 | 0 | 0.19 | 295.41 | 0.91 | 0.42 |
| Hex | BF | A | CE | 7 | 5F | 0 | 13 | 127 | 5B | 2A |
| Octal | 277 | 12 | 316 | 7 | 137 | 0 | 23 | 447 | 133 | 52 |
| Binary | 10111111 | 1010 | 11001110 | 111 | 1011111 | 0 | 10011 | 100100111 | 1011011 | 101010 |
Color Harmonies of #BF0ACE
Complementary color
Monochromatic Colors of #BF0ACE
Black with #BF0ACE
Text Example
Text Example
White with #BF0ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0ACE; }
p { color: rgb(191,10,206); }
H1.HeaderClassName
{
color: #BF0ACE;
}
.AnyTagClassName
{
color: #BF0ACE;
}
</style>
background-color css
<style>
a { background-color: #BF0ACE; }
a { background-color: rgb(191,10,206); }
div.DivClassName
{
background-color: #BF0ACE;
}
.BgClassName
{
background-color: #BF0ACE;
}
</style>
border-color css
<style>
span { border-color: #BF0ACE; }
span { border-color: rgb(191,10,206); }
td.TdClassName
{
border-color: #BF0ACE;
}
.TagClassName
{
border-color: #BF0ACE;
}
</style>