Shades of Deep Magenta #B213BC
Tints of Deep Magenta #B213BC
RGB
CMYK
RGB Variations
Color information
#B213BC (or 0xB213BC) is known color: Deep Magenta. HEX triplet: B2, 13 and BC. RGB value is (178,19,188). Sum of RGB (Red+Green+Blue) = 178+19+188=385 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.23% from 385); Green value is 19 (7.81% from 255 or 4.94% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: blue. Hex color #B213BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B213BC is #4DEC43. Grayscale: #555555. Windows color (decimal): -5106756 or 12325810. OLE color: 12325810.
HSL color Cylindrical-coordinate representation of color #B213BC: hue angle of 296.45º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B213BC is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 19 | 188 | - |
| CMYK | 0.05 | 0.90 | 0 | 0.26 |
| HSL | 296.45º | 0.82% | 0.41% | - |
| HSV(B) | 296.45º | 0.9% | 0.74% | - |
| XYZ | 27.67 | 13.56 | 48.74 | - |
| YUV | 85.81 | 185.68 | 193.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 19 | 188 | 0.05 | 0.90 | 0 | 0.26 | 296.45 | 0.82 | 0.41 |
| Hex | B2 | 13 | BC | 5 | 5A | 0 | 1A | 128 | 52 | 29 |
| Octal | 262 | 23 | 274 | 5 | 132 | 0 | 32 | 450 | 122 | 51 |
| Binary | 10110010 | 10011 | 10111100 | 101 | 1011010 | 0 | 11010 | 100101000 | 1010010 | 101001 |
Color Harmonies of #B213BC
Complementary color
Monochromatic Colors of #B213BC
Black with #B213BC
Text Example
Text Example
White with #B213BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B213BC; }
p { color: rgb(178,19,188); }
H1.HeaderClassName
{
color: #B213BC;
}
.AnyTagClassName
{
color: #B213BC;
}
</style>
background-color css
<style>
a { background-color: #B213BC; }
a { background-color: rgb(178,19,188); }
div.DivClassName
{
background-color: #B213BC;
}
.BgClassName
{
background-color: #B213BC;
}
</style>
border-color css
<style>
span { border-color: #B213BC; }
span { border-color: rgb(178,19,188); }
td.TdClassName
{
border-color: #B213BC;
}
.TagClassName
{
border-color: #B213BC;
}
</style>