Shades of Deep Magenta #B00ACE
Tints of Deep Magenta #B00ACE
RGB
CMYK
RGB Variations
Color information
#B00ACE (or 0xB00ACE) is known color: Deep Magenta. HEX triplet: B0, 0A and CE. RGB value is (176,10,206). Sum of RGB (Red+Green+Blue) = 176+10+206=392 (51% of max value = 765). Red value is 176 (69.14% from 255 or 44.90% from 392); Green value is 10 (4.30% from 255 or 2.55% from 392); Blue value is 206 (80.86% from 255 or 52.55% from 392); Max value from RGB is 206 - color contains mainly: blue. Hex color #B00ACE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B00ACE is #4FF531. Grayscale: #515151. Windows color (decimal): -5240114 or 13503152. OLE color: 13503152.
HSL color Cylindrical-coordinate representation of color #B00ACE: hue angle of 290.82º 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 #B00ACE is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 10 | 206 | - |
| CMYK | 0.15 | 0.95 | 0 | 0.19 |
| HSL | 290.82º | 0.91% | 0.42% | - |
| HSV(B) | 290.82º | 0.95% | 0.81% | - |
| XYZ | 29.15 | 13.9 | 59.54 | - |
| YUV | 81.98 | 198 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 10 | 206 | 0.15 | 0.95 | 0 | 0.19 | 290.82 | 0.91 | 0.42 |
| Hex | B0 | A | CE | F | 5F | 0 | 13 | 123 | 5B | 2A |
| Octal | 260 | 12 | 316 | 17 | 137 | 0 | 23 | 443 | 133 | 52 |
| Binary | 10110000 | 1010 | 11001110 | 1111 | 1011111 | 0 | 10011 | 100100011 | 1011011 | 101010 |
Color Harmonies of #B00ACE
Complementary color
Monochromatic Colors of #B00ACE
Black with #B00ACE
Text Example
Text Example
White with #B00ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00ACE; }
p { color: rgb(176,10,206); }
H1.HeaderClassName
{
color: #B00ACE;
}
.AnyTagClassName
{
color: #B00ACE;
}
</style>
background-color css
<style>
a { background-color: #B00ACE; }
a { background-color: rgb(176,10,206); }
div.DivClassName
{
background-color: #B00ACE;
}
.BgClassName
{
background-color: #B00ACE;
}
</style>
border-color css
<style>
span { border-color: #B00ACE; }
span { border-color: rgb(176,10,206); }
td.TdClassName
{
border-color: #B00ACE;
}
.TagClassName
{
border-color: #B00ACE;
}
</style>