Shades of Deep Magenta #B213B0
Tints of Deep Magenta #B213B0
RGB
CMYK
RGB Variations
Color information
#B213B0 (or 0xB213B0) is known color: Deep Magenta. HEX triplet: B2, 13 and B0. RGB value is (178,19,176). Sum of RGB (Red+Green+Blue) = 178+19+176=373 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.72% from 373); Green value is 19 (7.81% from 255 or 5.09% from 373); Blue value is 176 (69.14% from 255 or 47.18% from 373); Max value from RGB is 178 - color contains mainly: red. Hex color #B213B0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B213B0 is #4DEC4F. Grayscale: #535353. Windows color (decimal): -5106768 or 11539378. OLE color: 11539378.
HSL color Cylindrical-coordinate representation of color #B213B0: hue angle of 300.75º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B213B0 is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 19 | 176 | - |
| CMYK | 0 | 0.89 | 0.01 | 0.30 |
| HSL | 300.75º | 0.81% | 0.39% | - |
| HSV(B) | 300.75º | 0.89% | 0.7% | - |
| XYZ | 26.43 | 13.07 | 42.2 | - |
| YUV | 84.44 | 179.68 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 19 | 176 | 0 | 0.89 | 0.01 | 0.30 | 300.75 | 0.81 | 0.39 |
| Hex | B2 | 13 | B0 | 0 | 59 | 1 | 1E | 12D | 51 | 27 |
| Octal | 262 | 23 | 260 | 0 | 131 | 1 | 36 | 455 | 121 | 47 |
| Binary | 10110010 | 10011 | 10110000 | 0 | 1011001 | 1 | 11110 | 100101101 | 1010001 | 100111 |
Color Harmonies of #B213B0
Complementary color
Monochromatic Colors of #B213B0
Black with #B213B0
Text Example
Text Example
White with #B213B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B213B0; }
p { color: rgb(178,19,176); }
H1.HeaderClassName
{
color: #B213B0;
}
.AnyTagClassName
{
color: #B213B0;
}
</style>
background-color css
<style>
a { background-color: #B213B0; }
a { background-color: rgb(178,19,176); }
div.DivClassName
{
background-color: #B213B0;
}
.BgClassName
{
background-color: #B213B0;
}
</style>
border-color css
<style>
span { border-color: #B213B0; }
span { border-color: rgb(178,19,176); }
td.TdClassName
{
border-color: #B213B0;
}
.TagClassName
{
border-color: #B213B0;
}
</style>