Shades of Deep Magenta #B20DBB
Tints of Deep Magenta #B20DBB
RGB
CMYK
RGB Variations
Color information
#B20DBB (or 0xB20DBB) is known color: Deep Magenta. HEX triplet: B2, 0D and BB. RGB value is (178,13,187). Sum of RGB (Red+Green+Blue) = 178+13+187=378 (50% of max value = 765). Red value is 178 (69.92% from 255 or 47.09% from 378); Green value is 13 (5.47% from 255 or 3.44% from 378); Blue value is 187 (73.44% from 255 or 49.47% from 378); Max value from RGB is 187 - color contains mainly: blue. Hex color #B20DBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20DBB is #4DF244. Grayscale: #515151. Windows color (decimal): -5108293 or 12258738. OLE color: 12258738.
HSL color Cylindrical-coordinate representation of color #B20DBB: hue angle of 296.9º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B20DBB is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 13 | 187 | - |
| CMYK | 0.05 | 0.93 | 0 | 0.27 |
| HSL | 296.9º | 0.87% | 0.39% | - |
| HSV(B) | 296.9º | 0.93% | 0.73% | - |
| XYZ | 27.47 | 13.34 | 48.14 | - |
| YUV | 82.17 | 187.16 | 196.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 13 | 187 | 0.05 | 0.93 | 0 | 0.27 | 296.9 | 0.87 | 0.39 |
| Hex | B2 | D | BB | 5 | 5D | 0 | 1B | 129 | 57 | 27 |
| Octal | 262 | 15 | 273 | 5 | 135 | 0 | 33 | 451 | 127 | 47 |
| Binary | 10110010 | 1101 | 10111011 | 101 | 1011101 | 0 | 11011 | 100101001 | 1010111 | 100111 |
Color Harmonies of #B20DBB
Complementary color
Monochromatic Colors of #B20DBB
Black with #B20DBB
Text Example
Text Example
White with #B20DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20DBB; }
p { color: rgb(178,13,187); }
H1.HeaderClassName
{
color: #B20DBB;
}
.AnyTagClassName
{
color: #B20DBB;
}
</style>
background-color css
<style>
a { background-color: #B20DBB; }
a { background-color: rgb(178,13,187); }
div.DivClassName
{
background-color: #B20DBB;
}
.BgClassName
{
background-color: #B20DBB;
}
</style>
border-color css
<style>
span { border-color: #B20DBB; }
span { border-color: rgb(178,13,187); }
td.TdClassName
{
border-color: #B20DBB;
}
.TagClassName
{
border-color: #B20DBB;
}
</style>