Shades of Deep Magenta #B212CA
Tints of Deep Magenta #B212CA
RGB
CMYK
RGB Variations
Color information
#B212CA (or 0xB212CA) is known color: Deep Magenta. HEX triplet: B2, 12 and CA. RGB value is (178,18,202). Sum of RGB (Red+Green+Blue) = 178+18+202=398 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.72% from 398); Green value is 18 (7.42% from 255 or 4.52% from 398); Blue value is 202 (79.30% from 255 or 50.75% from 398); Max value from RGB is 202 - color contains mainly: blue. Hex color #B212CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B212CA is #4DED35. Grayscale: #565656. Windows color (decimal): -5106998 or 13243058. OLE color: 13243058.
HSL color Cylindrical-coordinate representation of color #B212CA: hue angle of 292.17º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B212CA is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 18 | 202 | - |
| CMYK | 0.12 | 0.91 | 0 | 0.21 |
| HSL | 292.17º | 0.84% | 0.43% | - |
| HSV(B) | 292.17º | 0.91% | 0.79% | - |
| XYZ | 29.24 | 14.16 | 57.07 | - |
| YUV | 86.82 | 193.01 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 18 | 202 | 0.12 | 0.91 | 0 | 0.21 | 292.17 | 0.84 | 0.43 |
| Hex | B2 | 12 | CA | C | 5B | 0 | 15 | 124 | 54 | 2B |
| Octal | 262 | 22 | 312 | 14 | 133 | 0 | 25 | 444 | 124 | 53 |
| Binary | 10110010 | 10010 | 11001010 | 1100 | 1011011 | 0 | 10101 | 100100100 | 1010100 | 101011 |
Color Harmonies of #B212CA
Complementary color
Monochromatic Colors of #B212CA
Black with #B212CA
Text Example
Text Example
White with #B212CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B212CA; }
p { color: rgb(178,18,202); }
H1.HeaderClassName
{
color: #B212CA;
}
.AnyTagClassName
{
color: #B212CA;
}
</style>
background-color css
<style>
a { background-color: #B212CA; }
a { background-color: rgb(178,18,202); }
div.DivClassName
{
background-color: #B212CA;
}
.BgClassName
{
background-color: #B212CA;
}
</style>
border-color css
<style>
span { border-color: #B212CA; }
span { border-color: rgb(178,18,202); }
td.TdClassName
{
border-color: #B212CA;
}
.TagClassName
{
border-color: #B212CA;
}
</style>