Shades of Deep Magenta #B20BC9
Tints of Deep Magenta #B20BC9
RGB
CMYK
RGB Variations
Color information
#B20BC9 (or 0xB20BC9) is known color: Deep Magenta. HEX triplet: B2, 0B and C9. RGB value is (178,11,201). Sum of RGB (Red+Green+Blue) = 178+11+201=390 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.64% from 390); Green value is 11 (4.69% from 255 or 2.82% from 390); Blue value is 201 (78.91% from 255 or 51.54% from 390); Max value from RGB is 201 - color contains mainly: blue. Hex color #B20BC9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20BC9 is #4DF436. Grayscale: #525252. Windows color (decimal): -5108791 or 13175730. OLE color: 13175730.
HSL color Cylindrical-coordinate representation of color #B20BC9: hue angle of 292.74º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B20BC9 is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 11 | 201 | - |
| CMYK | 0.11 | 0.95 | 0 | 0.21 |
| HSL | 292.74º | 0.9% | 0.42% | - |
| HSV(B) | 292.74º | 0.95% | 0.79% | - |
| XYZ | 29.02 | 13.92 | 56.42 | - |
| YUV | 82.59 | 194.83 | 196.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 11 | 201 | 0.11 | 0.95 | 0 | 0.21 | 292.74 | 0.9 | 0.42 |
| Hex | B2 | B | C9 | B | 5F | 0 | 15 | 125 | 5A | 2A |
| Octal | 262 | 13 | 311 | 13 | 137 | 0 | 25 | 445 | 132 | 52 |
| Binary | 10110010 | 1011 | 11001001 | 1011 | 1011111 | 0 | 10101 | 100100101 | 1011010 | 101010 |
Color Harmonies of #B20BC9
Complementary color
Monochromatic Colors of #B20BC9
Black with #B20BC9
Text Example
Text Example
White with #B20BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20BC9; }
p { color: rgb(178,11,201); }
H1.HeaderClassName
{
color: #B20BC9;
}
.AnyTagClassName
{
color: #B20BC9;
}
</style>
background-color css
<style>
a { background-color: #B20BC9; }
a { background-color: rgb(178,11,201); }
div.DivClassName
{
background-color: #B20BC9;
}
.BgClassName
{
background-color: #B20BC9;
}
</style>
border-color css
<style>
span { border-color: #B20BC9; }
span { border-color: rgb(178,11,201); }
td.TdClassName
{
border-color: #B20BC9;
}
.TagClassName
{
border-color: #B20BC9;
}
</style>