Shades of Deep Magenta #B20CAF
Tints of Deep Magenta #B20CAF
RGB
CMYK
RGB Variations
Color information
#B20CAF (or 0xB20CAF) is known color: Deep Magenta. HEX triplet: B2, 0C and AF. RGB value is (178,12,175). Sum of RGB (Red+Green+Blue) = 178+12+175=365 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.77% from 365); Green value is 12 (5.08% from 255 or 3.29% from 365); Blue value is 175 (68.75% from 255 or 47.95% from 365); Max value from RGB is 178 - color contains mainly: red. Hex color #B20CAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20CAF is #4DF350. Grayscale: #4F4F4F. Windows color (decimal): -5108561 or 11472050. OLE color: 11472050.
HSL color Cylindrical-coordinate representation of color #B20CAF: hue angle of 301.08º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B20CAF is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 12 | 175 | - |
| CMYK | 0 | 0.93 | 0.02 | 0.30 |
| HSL | 301.08º | 0.87% | 0.37% | - |
| HSV(B) | 301.08º | 0.93% | 0.7% | - |
| XYZ | 26.23 | 12.82 | 41.65 | - |
| YUV | 80.22 | 181.5 | 197.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 12 | 175 | 0 | 0.93 | 0.02 | 0.30 | 301.08 | 0.87 | 0.37 |
| Hex | B2 | C | AF | 0 | 5D | 2 | 1E | 12D | 57 | 25 |
| Octal | 262 | 14 | 257 | 0 | 135 | 2 | 36 | 455 | 127 | 45 |
| Binary | 10110010 | 1100 | 10101111 | 0 | 1011101 | 10 | 11110 | 100101101 | 1010111 | 100101 |
Color Harmonies of #B20CAF
Complementary color
Monochromatic Colors of #B20CAF
Black with #B20CAF
Text Example
Text Example
White with #B20CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20CAF; }
p { color: rgb(178,12,175); }
H1.HeaderClassName
{
color: #B20CAF;
}
.AnyTagClassName
{
color: #B20CAF;
}
</style>
background-color css
<style>
a { background-color: #B20CAF; }
a { background-color: rgb(178,12,175); }
div.DivClassName
{
background-color: #B20CAF;
}
.BgClassName
{
background-color: #B20CAF;
}
</style>
border-color css
<style>
span { border-color: #B20CAF; }
span { border-color: rgb(178,12,175); }
td.TdClassName
{
border-color: #B20CAF;
}
.TagClassName
{
border-color: #B20CAF;
}
</style>