Shades of Deep Magenta #B20CC1
Tints of Deep Magenta #B20CC1
RGB
CMYK
RGB Variations
Color information
#B20CC1 (or 0xB20CC1) is known color: Deep Magenta. HEX triplet: B2, 0C and C1. RGB value is (178,12,193). Sum of RGB (Red+Green+Blue) = 178+12+193=383 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.48% from 383); Green value is 12 (5.08% from 255 or 3.13% from 383); Blue value is 193 (75.78% from 255 or 50.39% from 383); Max value from RGB is 193 - color contains mainly: blue. Hex color #B20CC1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20CC1 is #4DF33E. Grayscale: #515151. Windows color (decimal): -5108543 or 12651698. OLE color: 12651698.
HSL color Cylindrical-coordinate representation of color #B20CC1: hue angle of 295.03º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B20CC1 is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 12 | 193 | - |
| CMYK | 0.08 | 0.94 | 0 | 0.24 |
| HSL | 295.03º | 0.88% | 0.4% | - |
| HSV(B) | 295.03º | 0.94% | 0.76% | - |
| XYZ | 28.12 | 13.58 | 51.59 | - |
| YUV | 82.27 | 190.5 | 196.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 12 | 193 | 0.08 | 0.94 | 0 | 0.24 | 295.03 | 0.88 | 0.4 |
| Hex | B2 | C | C1 | 8 | 5E | 0 | 18 | 127 | 58 | 28 |
| Octal | 262 | 14 | 301 | 10 | 136 | 0 | 30 | 447 | 130 | 50 |
| Binary | 10110010 | 1100 | 11000001 | 1000 | 1011110 | 0 | 11000 | 100100111 | 1011000 | 101000 |
Color Harmonies of #B20CC1
Complementary color
Monochromatic Colors of #B20CC1
Black with #B20CC1
Text Example
Text Example
White with #B20CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20CC1; }
p { color: rgb(178,12,193); }
H1.HeaderClassName
{
color: #B20CC1;
}
.AnyTagClassName
{
color: #B20CC1;
}
</style>
background-color css
<style>
a { background-color: #B20CC1; }
a { background-color: rgb(178,12,193); }
div.DivClassName
{
background-color: #B20CC1;
}
.BgClassName
{
background-color: #B20CC1;
}
</style>
border-color css
<style>
span { border-color: #B20CC1; }
span { border-color: rgb(178,12,193); }
td.TdClassName
{
border-color: #B20CC1;
}
.TagClassName
{
border-color: #B20CC1;
}
</style>