Shades of Deep Magenta #B00ACC
Tints of Deep Magenta #B00ACC
RGB
CMYK
RGB Variations
Color information
#B00ACC (or 0xB00ACC) is known color: Deep Magenta. HEX triplet: B0, 0A and CC. RGB value is (176,10,204). Sum of RGB (Red+Green+Blue) = 176+10+204=390 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.13% from 390); Green value is 10 (4.30% from 255 or 2.56% from 390); Blue value is 204 (80.08% from 255 or 52.31% from 390); Max value from RGB is 204 - color contains mainly: blue. Hex color #B00ACC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B00ACC is #4FF533. Grayscale: #515151. Windows color (decimal): -5240116 or 13372080. OLE color: 13372080.
HSL color Cylindrical-coordinate representation of color #B00ACC: hue angle of 291.34º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B00ACC is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 176 | 10 | 204 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.2 |
| HSL | 291.34º | 0.91% | 0.42% | - |
| HSV(B) | 291.34º | 0.95% | 0.8% | - |
| XYZ | 28.91 | 13.81 | 58.27 | - |
| YUV | 81.75 | 197 | 195.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 10 | 204 | 0.14 | 0.95 | 0 | 0.2 | 291.34 | 0.91 | 0.42 |
| Hex | B0 | A | CC | E | 5F | 0 | 14 | 123 | 5B | 2A |
| Octal | 260 | 12 | 314 | 16 | 137 | 0 | 24 | 443 | 133 | 52 |
| Binary | 10110000 | 1010 | 11001100 | 1110 | 1011111 | 0 | 10100 | 100100011 | 1011011 | 101010 |
Color Harmonies of #B00ACC
Complementary color
Monochromatic Colors of #B00ACC
Black with #B00ACC
Text Example
Text Example
White with #B00ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00ACC; }
p { color: rgb(176,10,204); }
H1.HeaderClassName
{
color: #B00ACC;
}
.AnyTagClassName
{
color: #B00ACC;
}
</style>
background-color css
<style>
a { background-color: #B00ACC; }
a { background-color: rgb(176,10,204); }
div.DivClassName
{
background-color: #B00ACC;
}
.BgClassName
{
background-color: #B00ACC;
}
</style>
border-color css
<style>
span { border-color: #B00ACC; }
span { border-color: rgb(176,10,204); }
td.TdClassName
{
border-color: #B00ACC;
}
.TagClassName
{
border-color: #B00ACC;
}
</style>