Shades of Deep Magenta #B20BBE
Tints of Deep Magenta #B20BBE
RGB
CMYK
RGB Variations
Color information
#B20BBE (or 0xB20BBE) is known color: Deep Magenta. HEX triplet: B2, 0B and BE. RGB value is (178,11,190). Sum of RGB (Red+Green+Blue) = 178+11+190=379 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.97% from 379); Green value is 11 (4.69% from 255 or 2.90% from 379); Blue value is 190 (74.61% from 255 or 50.13% from 379); Max value from RGB is 190 - color contains mainly: blue. Hex color #B20BBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20BBE is #4DF441. Grayscale: #505050. Windows color (decimal): -5108802 or 12454834. OLE color: 12454834.
HSL color Cylindrical-coordinate representation of color #B20BBE: hue angle of 295.98º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B20BBE is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 11 | 190 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.25 |
| HSL | 295.98º | 0.89% | 0.39% | - |
| HSV(B) | 295.98º | 0.94% | 0.75% | - |
| XYZ | 27.77 | 13.42 | 49.84 | - |
| YUV | 81.34 | 189.33 | 196.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 11 | 190 | 0.06 | 0.94 | 0 | 0.25 | 295.98 | 0.89 | 0.39 |
| Hex | B2 | B | BE | 6 | 5E | 0 | 19 | 128 | 59 | 27 |
| Octal | 262 | 13 | 276 | 6 | 136 | 0 | 31 | 450 | 131 | 47 |
| Binary | 10110010 | 1011 | 10111110 | 110 | 1011110 | 0 | 11001 | 100101000 | 1011001 | 100111 |
Color Harmonies of #B20BBE
Complementary color
Monochromatic Colors of #B20BBE
Black with #B20BBE
Text Example
Text Example
White with #B20BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20BBE; }
p { color: rgb(178,11,190); }
H1.HeaderClassName
{
color: #B20BBE;
}
.AnyTagClassName
{
color: #B20BBE;
}
</style>
background-color css
<style>
a { background-color: #B20BBE; }
a { background-color: rgb(178,11,190); }
div.DivClassName
{
background-color: #B20BBE;
}
.BgClassName
{
background-color: #B20BBE;
}
</style>
border-color css
<style>
span { border-color: #B20BBE; }
span { border-color: rgb(178,11,190); }
td.TdClassName
{
border-color: #B20BBE;
}
.TagClassName
{
border-color: #B20BBE;
}
</style>