Shades of Deep Magenta #B71ACE
Tints of Deep Magenta #B71ACE
RGB
CMYK
RGB Variations
Color information
#B71ACE (or 0xB71ACE) is known color: Deep Magenta. HEX triplet: B7, 1A and CE. RGB value is (183,26,206). Sum of RGB (Red+Green+Blue) = 183+26+206=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 26 (10.55% from 255 or 6.27% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #B71ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B71ACE is #48E531. Grayscale: #5C5C5C. Windows color (decimal): -4777266 or 13507255. OLE color: 13507255.
HSL color Cylindrical-coordinate representation of color #B71ACE: hue angle of 292.33º 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 #B71ACE is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 26 | 206 | - |
| CMYK | 0.11 | 0.87 | 0 | 0.19 |
| HSL | 292.33º | 0.78% | 0.45% | - |
| HSV(B) | 292.33º | 0.87% | 0.81% | - |
| XYZ | 31.04 | 15.26 | 59.7 | - |
| YUV | 93.46 | 191.51 | 191.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 26 | 206 | 0.11 | 0.87 | 0 | 0.19 | 292.33 | 0.78 | 0.45 |
| Hex | B7 | 1A | CE | B | 57 | 0 | 13 | 124 | 4E | 2D |
| Octal | 267 | 32 | 316 | 13 | 127 | 0 | 23 | 444 | 116 | 55 |
| Binary | 10110111 | 11010 | 11001110 | 1011 | 1010111 | 0 | 10011 | 100100100 | 1001110 | 101101 |
Color Harmonies of #B71ACE
Complementary color
Monochromatic Colors of #B71ACE
Black with #B71ACE
Text Example
Text Example
White with #B71ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71ACE; }
p { color: rgb(183,26,206); }
H1.HeaderClassName
{
color: #B71ACE;
}
.AnyTagClassName
{
color: #B71ACE;
}
</style>
background-color css
<style>
a { background-color: #B71ACE; }
a { background-color: rgb(183,26,206); }
div.DivClassName
{
background-color: #B71ACE;
}
.BgClassName
{
background-color: #B71ACE;
}
</style>
border-color css
<style>
span { border-color: #B71ACE; }
span { border-color: rgb(183,26,206); }
td.TdClassName
{
border-color: #B71ACE;
}
.TagClassName
{
border-color: #B71ACE;
}
</style>