Shades of Deep Magenta #B70ACE
Tints of Deep Magenta #B70ACE
RGB
CMYK
RGB Variations
Color information
#B70ACE (or 0xB70ACE) is known color: Deep Magenta. HEX triplet: B7, 0A and CE. RGB value is (183,10,206). Sum of RGB (Red+Green+Blue) = 183+10+206=399 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.86% from 399); Green value is 10 (4.30% from 255 or 2.51% from 399); Blue value is 206 (80.86% from 255 or 51.63% from 399); Max value from RGB is 206 - color contains mainly: blue. Hex color #B70ACE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B70ACE is #48F531. Grayscale: #535353. Windows color (decimal): -4781362 or 13503159. OLE color: 13503159.
HSL color Cylindrical-coordinate representation of color #B70ACE: hue angle of 292.96º 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 #B70ACE is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 10 | 206 | - |
| CMYK | 0.11 | 0.95 | 0 | 0.19 |
| HSL | 292.96º | 0.91% | 0.42% | - |
| HSV(B) | 292.96º | 0.95% | 0.81% | - |
| XYZ | 30.78 | 14.74 | 59.62 | - |
| YUV | 84.07 | 196.81 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 10 | 206 | 0.11 | 0.95 | 0 | 0.19 | 292.96 | 0.91 | 0.42 |
| Hex | B7 | A | CE | B | 5F | 0 | 13 | 125 | 5B | 2A |
| Octal | 267 | 12 | 316 | 13 | 137 | 0 | 23 | 445 | 133 | 52 |
| Binary | 10110111 | 1010 | 11001110 | 1011 | 1011111 | 0 | 10011 | 100100101 | 1011011 | 101010 |
Color Harmonies of #B70ACE
Complementary color
Monochromatic Colors of #B70ACE
Black with #B70ACE
Text Example
Text Example
White with #B70ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70ACE; }
p { color: rgb(183,10,206); }
H1.HeaderClassName
{
color: #B70ACE;
}
.AnyTagClassName
{
color: #B70ACE;
}
</style>
background-color css
<style>
a { background-color: #B70ACE; }
a { background-color: rgb(183,10,206); }
div.DivClassName
{
background-color: #B70ACE;
}
.BgClassName
{
background-color: #B70ACE;
}
</style>
border-color css
<style>
span { border-color: #B70ACE; }
span { border-color: rgb(183,10,206); }
td.TdClassName
{
border-color: #B70ACE;
}
.TagClassName
{
border-color: #B70ACE;
}
</style>