Shades of Deep Magenta #B212CC
Tints of Deep Magenta #B212CC
RGB
CMYK
RGB Variations
Color information
#B212CC (or 0xB212CC) is known color: Deep Magenta. HEX triplet: B2, 12 and CC. RGB value is (178,18,204). Sum of RGB (Red+Green+Blue) = 178+18+204=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 18 (7.42% from 255 or 4.5% from 400); Blue value is 204 (80.08% from 255 or 51% from 400); Max value from RGB is 204 - color contains mainly: blue. Hex color #B212CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B212CC is #4DED33. Grayscale: #565656. Windows color (decimal): -5106996 or 13374130. OLE color: 13374130.
HSL color Cylindrical-coordinate representation of color #B212CC: hue angle of 291.61º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B212CC is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 178 | 18 | 204 | - |
| CMYK | 0.13 | 0.91 | 0 | 0.2 |
| HSL | 291.61º | 0.84% | 0.44% | - |
| HSV(B) | 291.61º | 0.91% | 0.8% | - |
| XYZ | 29.48 | 14.26 | 58.33 | - |
| YUV | 87.04 | 194.01 | 192.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 18 | 204 | 0.13 | 0.91 | 0 | 0.2 | 291.61 | 0.84 | 0.44 |
| Hex | B2 | 12 | CC | D | 5B | 0 | 14 | 124 | 54 | 2C |
| Octal | 262 | 22 | 314 | 15 | 133 | 0 | 24 | 444 | 124 | 54 |
| Binary | 10110010 | 10010 | 11001100 | 1101 | 1011011 | 0 | 10100 | 100100100 | 1010100 | 101100 |
Color Harmonies of #B212CC
Complementary color
Monochromatic Colors of #B212CC
Black with #B212CC
Text Example
Text Example
White with #B212CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B212CC; }
p { color: rgb(178,18,204); }
H1.HeaderClassName
{
color: #B212CC;
}
.AnyTagClassName
{
color: #B212CC;
}
</style>
background-color css
<style>
a { background-color: #B212CC; }
a { background-color: rgb(178,18,204); }
div.DivClassName
{
background-color: #B212CC;
}
.BgClassName
{
background-color: #B212CC;
}
</style>
border-color css
<style>
span { border-color: #B212CC; }
span { border-color: rgb(178,18,204); }
td.TdClassName
{
border-color: #B212CC;
}
.TagClassName
{
border-color: #B212CC;
}
</style>