Shades of Deep Magenta #B10ACE
Tints of Deep Magenta #B10ACE
RGB
CMYK
RGB Variations
Color information
#B10ACE (or 0xB10ACE) is known color: Deep Magenta. HEX triplet: B1, 0A and CE. RGB value is (177,10,206). Sum of RGB (Red+Green+Blue) = 177+10+206=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 10 (4.30% from 255 or 2.54% from 393); Blue value is 206 (80.86% from 255 or 52.42% from 393); Max value from RGB is 206 - color contains mainly: blue. Hex color #B10ACE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10ACE is #4EF531. Grayscale: #515151. Windows color (decimal): -5174578 or 13503153. OLE color: 13503153.
HSL color Cylindrical-coordinate representation of color #B10ACE: hue angle of 291.12º 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 #B10ACE is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 10 | 206 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.19 |
| HSL | 291.12º | 0.91% | 0.42% | - |
| HSV(B) | 291.12º | 0.95% | 0.81% | - |
| XYZ | 29.38 | 14.02 | 59.55 | - |
| YUV | 82.28 | 197.83 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 10 | 206 | 0.14 | 0.95 | 0 | 0.19 | 291.12 | 0.91 | 0.42 |
| Hex | B1 | A | CE | E | 5F | 0 | 13 | 123 | 5B | 2A |
| Octal | 261 | 12 | 316 | 16 | 137 | 0 | 23 | 443 | 133 | 52 |
| Binary | 10110001 | 1010 | 11001110 | 1110 | 1011111 | 0 | 10011 | 100100011 | 1011011 | 101010 |
Color Harmonies of #B10ACE
Complementary color
Monochromatic Colors of #B10ACE
Black with #B10ACE
Text Example
Text Example
White with #B10ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10ACE; }
p { color: rgb(177,10,206); }
H1.HeaderClassName
{
color: #B10ACE;
}
.AnyTagClassName
{
color: #B10ACE;
}
</style>
background-color css
<style>
a { background-color: #B10ACE; }
a { background-color: rgb(177,10,206); }
div.DivClassName
{
background-color: #B10ACE;
}
.BgClassName
{
background-color: #B10ACE;
}
</style>
border-color css
<style>
span { border-color: #B10ACE; }
span { border-color: rgb(177,10,206); }
td.TdClassName
{
border-color: #B10ACE;
}
.TagClassName
{
border-color: #B10ACE;
}
</style>