Shades of Deep Magenta #B20BCD
Tints of Deep Magenta #B20BCD
RGB
CMYK
RGB Variations
Color information
#B20BCD (or 0xB20BCD) is known color: Deep Magenta. HEX triplet: B2, 0B and CD. RGB value is (178,11,205). Sum of RGB (Red+Green+Blue) = 178+11+205=394 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.18% from 394); Green value is 11 (4.69% from 255 or 2.79% from 394); Blue value is 205 (80.47% from 255 or 52.03% from 394); Max value from RGB is 205 - color contains mainly: blue. Hex color #B20BCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20BCD is #4DF432. Grayscale: #525252. Windows color (decimal): -5108787 or 13437874. OLE color: 13437874.
HSL color Cylindrical-coordinate representation of color #B20BCD: hue angle of 291.65º degrees, saturation: 0.9, 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 #B20BCD is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 11 | 205 | - |
| CMYK | 0.13 | 0.95 | 0 | 0.20 |
| HSL | 291.65º | 0.9% | 0.42% | - |
| HSV(B) | 291.65º | 0.95% | 0.8% | - |
| XYZ | 29.5 | 14.11 | 58.93 | - |
| YUV | 83.05 | 196.83 | 195.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 11 | 205 | 0.13 | 0.95 | 0 | 0.20 | 291.65 | 0.9 | 0.42 |
| Hex | B2 | B | CD | D | 5F | 0 | 14 | 124 | 5A | 2A |
| Octal | 262 | 13 | 315 | 15 | 137 | 0 | 24 | 444 | 132 | 52 |
| Binary | 10110010 | 1011 | 11001101 | 1101 | 1011111 | 0 | 10100 | 100100100 | 1011010 | 101010 |
Color Harmonies of #B20BCD
Complementary color
Monochromatic Colors of #B20BCD
Black with #B20BCD
Text Example
Text Example
White with #B20BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20BCD; }
p { color: rgb(178,11,205); }
H1.HeaderClassName
{
color: #B20BCD;
}
.AnyTagClassName
{
color: #B20BCD;
}
</style>
background-color css
<style>
a { background-color: #B20BCD; }
a { background-color: rgb(178,11,205); }
div.DivClassName
{
background-color: #B20BCD;
}
.BgClassName
{
background-color: #B20BCD;
}
</style>
border-color css
<style>
span { border-color: #B20BCD; }
span { border-color: rgb(178,11,205); }
td.TdClassName
{
border-color: #B20BCD;
}
.TagClassName
{
border-color: #B20BCD;
}
</style>