Shades of Deep Magenta #B20ACB
Tints of Deep Magenta #B20ACB
RGB
CMYK
RGB Variations
Color information
#B20ACB (or 0xB20ACB) is known color: Deep Magenta. HEX triplet: B2, 0A and CB. RGB value is (178,10,203). Sum of RGB (Red+Green+Blue) = 178+10+203=391 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.52% from 391); Green value is 10 (4.30% from 255 or 2.56% from 391); Blue value is 203 (79.69% from 255 or 51.92% from 391); Max value from RGB is 203 - color contains mainly: blue. Hex color #B20ACB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20ACB is #4DF534. Grayscale: #515151. Windows color (decimal): -5109045 or 13306546. OLE color: 13306546.
HSL color Cylindrical-coordinate representation of color #B20ACB: hue angle of 292.23º 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 #B20ACB is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 10 | 203 | - |
| CMYK | 0.12 | 0.95 | 0 | 0.20 |
| HSL | 292.23º | 0.91% | 0.42% | - |
| HSV(B) | 292.23º | 0.95% | 0.8% | - |
| XYZ | 29.25 | 13.99 | 57.66 | - |
| YUV | 82.23 | 196.16 | 196.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 10 | 203 | 0.12 | 0.95 | 0 | 0.20 | 292.23 | 0.91 | 0.42 |
| Hex | B2 | A | CB | C | 5F | 0 | 14 | 124 | 5B | 2A |
| Octal | 262 | 12 | 313 | 14 | 137 | 0 | 24 | 444 | 133 | 52 |
| Binary | 10110010 | 1010 | 11001011 | 1100 | 1011111 | 0 | 10100 | 100100100 | 1011011 | 101010 |
Color Harmonies of #B20ACB
Complementary color
Monochromatic Colors of #B20ACB
Black with #B20ACB
Text Example
Text Example
White with #B20ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20ACB; }
p { color: rgb(178,10,203); }
H1.HeaderClassName
{
color: #B20ACB;
}
.AnyTagClassName
{
color: #B20ACB;
}
</style>
background-color css
<style>
a { background-color: #B20ACB; }
a { background-color: rgb(178,10,203); }
div.DivClassName
{
background-color: #B20ACB;
}
.BgClassName
{
background-color: #B20ACB;
}
</style>
border-color css
<style>
span { border-color: #B20ACB; }
span { border-color: rgb(178,10,203); }
td.TdClassName
{
border-color: #B20ACB;
}
.TagClassName
{
border-color: #B20ACB;
}
</style>