Shades of Deep Magenta #B30ACE
Tints of Deep Magenta #B30ACE
RGB
CMYK
RGB Variations
Color information
#B30ACE (or 0xB30ACE) is known color: Deep Magenta. HEX triplet: B3, 0A and CE. RGB value is (179,10,206). Sum of RGB (Red+Green+Blue) = 179+10+206=395 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.32% from 395); Green value is 10 (4.30% from 255 or 2.53% from 395); Blue value is 206 (80.86% from 255 or 52.15% from 395); Max value from RGB is 206 - color contains mainly: blue. Hex color #B30ACE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30ACE is #4CF531. Grayscale: #525252. Windows color (decimal): -5043506 or 13503155. OLE color: 13503155.
HSL color Cylindrical-coordinate representation of color #B30ACE: hue angle of 291.73º 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 #B30ACE is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 10 | 206 | - |
| CMYK | 0.13 | 0.95 | 0 | 0.19 |
| HSL | 291.73º | 0.91% | 0.42% | - |
| HSV(B) | 291.73º | 0.95% | 0.81% | - |
| XYZ | 29.84 | 14.26 | 59.57 | - |
| YUV | 82.88 | 197.49 | 196.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 10 | 206 | 0.13 | 0.95 | 0 | 0.19 | 291.73 | 0.91 | 0.42 |
| Hex | B3 | A | CE | D | 5F | 0 | 13 | 124 | 5B | 2A |
| Octal | 263 | 12 | 316 | 15 | 137 | 0 | 23 | 444 | 133 | 52 |
| Binary | 10110011 | 1010 | 11001110 | 1101 | 1011111 | 0 | 10011 | 100100100 | 1011011 | 101010 |
Color Harmonies of #B30ACE
Complementary color
Monochromatic Colors of #B30ACE
Black with #B30ACE
Text Example
Text Example
White with #B30ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30ACE; }
p { color: rgb(179,10,206); }
H1.HeaderClassName
{
color: #B30ACE;
}
.AnyTagClassName
{
color: #B30ACE;
}
</style>
background-color css
<style>
a { background-color: #B30ACE; }
a { background-color: rgb(179,10,206); }
div.DivClassName
{
background-color: #B30ACE;
}
.BgClassName
{
background-color: #B30ACE;
}
</style>
border-color css
<style>
span { border-color: #B30ACE; }
span { border-color: rgb(179,10,206); }
td.TdClassName
{
border-color: #B30ACE;
}
.TagClassName
{
border-color: #B30ACE;
}
</style>