Shades of Deep Magenta #B20ACC
Tints of Deep Magenta #B20ACC
RGB
CMYK
RGB Variations
Color information
#B20ACC (or 0xB20ACC) is known color: Deep Magenta. HEX triplet: B2, 0A and CC. RGB value is (178,10,204). Sum of RGB (Red+Green+Blue) = 178+10+204=392 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.41% from 392); Green value is 10 (4.30% from 255 or 2.55% from 392); Blue value is 204 (80.08% from 255 or 52.04% from 392); Max value from RGB is 204 - color contains mainly: blue. Hex color #B20ACC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20ACC is #4DF533. Grayscale: #515151. Windows color (decimal): -5109044 or 13372082. OLE color: 13372082.
HSL color Cylindrical-coordinate representation of color #B20ACC: hue angle of 291.96º 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 #B20ACC is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 178 | 10 | 204 | - |
| CMYK | 0.13 | 0.95 | 0 | 0.2 |
| HSL | 291.96º | 0.91% | 0.42% | - |
| HSV(B) | 291.96º | 0.95% | 0.8% | - |
| XYZ | 29.37 | 14.04 | 58.29 | - |
| YUV | 82.35 | 196.66 | 196.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 10 | 204 | 0.13 | 0.95 | 0 | 0.2 | 291.96 | 0.91 | 0.42 |
| Hex | B2 | A | CC | D | 5F | 0 | 14 | 124 | 5B | 2A |
| Octal | 262 | 12 | 314 | 15 | 137 | 0 | 24 | 444 | 133 | 52 |
| Binary | 10110010 | 1010 | 11001100 | 1101 | 1011111 | 0 | 10100 | 100100100 | 1011011 | 101010 |
Color Harmonies of #B20ACC
Complementary color
Monochromatic Colors of #B20ACC
Black with #B20ACC
Text Example
Text Example
White with #B20ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20ACC; }
p { color: rgb(178,10,204); }
H1.HeaderClassName
{
color: #B20ACC;
}
.AnyTagClassName
{
color: #B20ACC;
}
</style>
background-color css
<style>
a { background-color: #B20ACC; }
a { background-color: rgb(178,10,204); }
div.DivClassName
{
background-color: #B20ACC;
}
.BgClassName
{
background-color: #B20ACC;
}
</style>
border-color css
<style>
span { border-color: #B20ACC; }
span { border-color: rgb(178,10,204); }
td.TdClassName
{
border-color: #B20ACC;
}
.TagClassName
{
border-color: #B20ACC;
}
</style>