Shades of Deep Magenta #B213BB
Tints of Deep Magenta #B213BB
RGB
CMYK
RGB Variations
Color information
#B213BB (or 0xB213BB) is known color: Deep Magenta. HEX triplet: B2, 13 and BB. RGB value is (178,19,187). Sum of RGB (Red+Green+Blue) = 178+19+187=384 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.35% from 384); Green value is 19 (7.81% from 255 or 4.95% from 384); Blue value is 187 (73.44% from 255 or 48.70% from 384); Max value from RGB is 187 - color contains mainly: blue. Hex color #B213BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B213BB is #4DEC44. Grayscale: #555555. Windows color (decimal): -5106757 or 12260274. OLE color: 12260274.
HSL color Cylindrical-coordinate representation of color #B213BB: hue angle of 296.79º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B213BB is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 19 | 187 | - |
| CMYK | 0.05 | 0.90 | 0 | 0.27 |
| HSL | 296.79º | 0.82% | 0.4% | - |
| HSV(B) | 296.79º | 0.9% | 0.73% | - |
| XYZ | 27.56 | 13.52 | 48.17 | - |
| YUV | 85.69 | 185.18 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 19 | 187 | 0.05 | 0.90 | 0 | 0.27 | 296.79 | 0.82 | 0.4 |
| Hex | B2 | 13 | BB | 5 | 5A | 0 | 1B | 129 | 52 | 28 |
| Octal | 262 | 23 | 273 | 5 | 132 | 0 | 33 | 451 | 122 | 50 |
| Binary | 10110010 | 10011 | 10111011 | 101 | 1011010 | 0 | 11011 | 100101001 | 1010010 | 101000 |
Color Harmonies of #B213BB
Complementary color
Monochromatic Colors of #B213BB
Black with #B213BB
Text Example
Text Example
White with #B213BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B213BB; }
p { color: rgb(178,19,187); }
H1.HeaderClassName
{
color: #B213BB;
}
.AnyTagClassName
{
color: #B213BB;
}
</style>
background-color css
<style>
a { background-color: #B213BB; }
a { background-color: rgb(178,19,187); }
div.DivClassName
{
background-color: #B213BB;
}
.BgClassName
{
background-color: #B213BB;
}
</style>
border-color css
<style>
span { border-color: #B213BB; }
span { border-color: rgb(178,19,187); }
td.TdClassName
{
border-color: #B213BB;
}
.TagClassName
{
border-color: #B213BB;
}
</style>