Shades of Deep Magenta #B20BBC
Tints of Deep Magenta #B20BBC
RGB
CMYK
RGB Variations
Color information
#B20BBC (or 0xB20BBC) is known color: Deep Magenta. HEX triplet: B2, 0B and BC. RGB value is (178,11,188). Sum of RGB (Red+Green+Blue) = 178+11+188=377 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.21% from 377); Green value is 11 (4.69% from 255 or 2.92% from 377); Blue value is 188 (73.83% from 255 or 49.87% from 377); Max value from RGB is 188 - color contains mainly: blue. Hex color #B20BBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20BBC is #4DF443. Grayscale: #505050. Windows color (decimal): -5108804 or 12323762. OLE color: 12323762.
HSL color Cylindrical-coordinate representation of color #B20BBC: hue angle of 296.61º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B20BBC is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 11 | 188 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.26 |
| HSL | 296.61º | 0.89% | 0.39% | - |
| HSV(B) | 296.61º | 0.94% | 0.74% | - |
| XYZ | 27.56 | 13.34 | 48.7 | - |
| YUV | 81.11 | 188.33 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 11 | 188 | 0.05 | 0.94 | 0 | 0.26 | 296.61 | 0.89 | 0.39 |
| Hex | B2 | B | BC | 5 | 5E | 0 | 1A | 129 | 59 | 27 |
| Octal | 262 | 13 | 274 | 5 | 136 | 0 | 32 | 451 | 131 | 47 |
| Binary | 10110010 | 1011 | 10111100 | 101 | 1011110 | 0 | 11010 | 100101001 | 1011001 | 100111 |
Color Harmonies of #B20BBC
Complementary color
Monochromatic Colors of #B20BBC
Black with #B20BBC
Text Example
Text Example
White with #B20BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20BBC; }
p { color: rgb(178,11,188); }
H1.HeaderClassName
{
color: #B20BBC;
}
.AnyTagClassName
{
color: #B20BBC;
}
</style>
background-color css
<style>
a { background-color: #B20BBC; }
a { background-color: rgb(178,11,188); }
div.DivClassName
{
background-color: #B20BBC;
}
.BgClassName
{
background-color: #B20BBC;
}
</style>
border-color css
<style>
span { border-color: #B20BBC; }
span { border-color: rgb(178,11,188); }
td.TdClassName
{
border-color: #B20BBC;
}
.TagClassName
{
border-color: #B20BBC;
}
</style>