Shades of Deep Magenta #B212BC
Tints of Deep Magenta #B212BC
RGB
CMYK
RGB Variations
Color information
#B212BC (or 0xB212BC) is known color: Deep Magenta. HEX triplet: B2, 12 and BC. RGB value is (178,18,188). Sum of RGB (Red+Green+Blue) = 178+18+188=384 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.35% from 384); Green value is 18 (7.42% from 255 or 4.69% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #B212BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B212BC is #4DED43. Grayscale: #545454. Windows color (decimal): -5107012 or 12325554. OLE color: 12325554.
HSL color Cylindrical-coordinate representation of color #B212BC: hue angle of 296.47º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B212BC is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 18 | 188 | - |
| CMYK | 0.05 | 0.90 | 0 | 0.26 |
| HSL | 296.47º | 0.83% | 0.4% | - |
| HSV(B) | 296.47º | 0.9% | 0.74% | - |
| XYZ | 27.65 | 13.53 | 48.73 | - |
| YUV | 85.22 | 186.01 | 194.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 18 | 188 | 0.05 | 0.90 | 0 | 0.26 | 296.47 | 0.83 | 0.4 |
| Hex | B2 | 12 | BC | 5 | 5A | 0 | 1A | 128 | 53 | 28 |
| Octal | 262 | 22 | 274 | 5 | 132 | 0 | 32 | 450 | 123 | 50 |
| Binary | 10110010 | 10010 | 10111100 | 101 | 1011010 | 0 | 11010 | 100101000 | 1010011 | 101000 |
Color Harmonies of #B212BC
Complementary color
Monochromatic Colors of #B212BC
Black with #B212BC
Text Example
Text Example
White with #B212BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B212BC; }
p { color: rgb(178,18,188); }
H1.HeaderClassName
{
color: #B212BC;
}
.AnyTagClassName
{
color: #B212BC;
}
</style>
background-color css
<style>
a { background-color: #B212BC; }
a { background-color: rgb(178,18,188); }
div.DivClassName
{
background-color: #B212BC;
}
.BgClassName
{
background-color: #B212BC;
}
</style>
border-color css
<style>
span { border-color: #B212BC; }
span { border-color: rgb(178,18,188); }
td.TdClassName
{
border-color: #B212BC;
}
.TagClassName
{
border-color: #B212BC;
}
</style>