Shades of Deep Magenta #B20BC4
Tints of Deep Magenta #B20BC4
RGB
CMYK
RGB Variations
Color information
#B20BC4 (or 0xB20BC4) is known color: Deep Magenta. HEX triplet: B2, 0B and C4. RGB value is (178,11,196). Sum of RGB (Red+Green+Blue) = 178+11+196=385 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.23% from 385); Green value is 11 (4.69% from 255 or 2.86% from 385); Blue value is 196 (76.95% from 255 or 50.91% from 385); Max value from RGB is 196 - color contains mainly: blue. Hex color #B20BC4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20BC4 is #4DF43B. Grayscale: #515151. Windows color (decimal): -5108796 or 12848050. OLE color: 12848050.
HSL color Cylindrical-coordinate representation of color #B20BC4: hue angle of 294.16º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B20BC4 is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 178 | 11 | 196 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.23 |
| HSL | 294.16º | 0.89% | 0.41% | - |
| HSV(B) | 294.16º | 0.94% | 0.77% | - |
| XYZ | 28.44 | 13.69 | 53.37 | - |
| YUV | 82.02 | 192.33 | 196.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 11 | 196 | 0.09 | 0.94 | 0 | 0.23 | 294.16 | 0.89 | 0.41 |
| Hex | B2 | B | C4 | 9 | 5E | 0 | 17 | 126 | 59 | 29 |
| Octal | 262 | 13 | 304 | 11 | 136 | 0 | 27 | 446 | 131 | 51 |
| Binary | 10110010 | 1011 | 11000100 | 1001 | 1011110 | 0 | 10111 | 100100110 | 1011001 | 101001 |
Color Harmonies of #B20BC4
Complementary color
Monochromatic Colors of #B20BC4
Black with #B20BC4
Text Example
Text Example
White with #B20BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20BC4; }
p { color: rgb(178,11,196); }
H1.HeaderClassName
{
color: #B20BC4;
}
.AnyTagClassName
{
color: #B20BC4;
}
</style>
background-color css
<style>
a { background-color: #B20BC4; }
a { background-color: rgb(178,11,196); }
div.DivClassName
{
background-color: #B20BC4;
}
.BgClassName
{
background-color: #B20BC4;
}
</style>
border-color css
<style>
span { border-color: #B20BC4; }
span { border-color: rgb(178,11,196); }
td.TdClassName
{
border-color: #B20BC4;
}
.TagClassName
{
border-color: #B20BC4;
}
</style>