Shades of Deep Magenta #B213C2
Tints of Deep Magenta #B213C2
RGB
CMYK
RGB Variations
Color information
#B213C2 (or 0xB213C2) is known color: Deep Magenta. HEX triplet: B2, 13 and C2. RGB value is (178,19,194). Sum of RGB (Red+Green+Blue) = 178+19+194=391 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.52% from 391); Green value is 19 (7.81% from 255 or 4.86% from 391); Blue value is 194 (76.17% from 255 or 49.62% from 391); Max value from RGB is 194 - color contains mainly: blue. Hex color #B213C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B213C2 is #4DEC3D. Grayscale: #555555. Windows color (decimal): -5106750 or 12719026. OLE color: 12719026.
HSL color Cylindrical-coordinate representation of color #B213C2: hue angle of 294.51º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B213C2 is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 19 | 194 | - |
| CMYK | 0.08 | 0.90 | 0 | 0.24 |
| HSL | 294.51º | 0.82% | 0.42% | - |
| HSV(B) | 294.51º | 0.9% | 0.76% | - |
| XYZ | 28.33 | 13.83 | 52.21 | - |
| YUV | 86.49 | 188.68 | 193.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 19 | 194 | 0.08 | 0.90 | 0 | 0.24 | 294.51 | 0.82 | 0.42 |
| Hex | B2 | 13 | C2 | 8 | 5A | 0 | 18 | 127 | 52 | 2A |
| Octal | 262 | 23 | 302 | 10 | 132 | 0 | 30 | 447 | 122 | 52 |
| Binary | 10110010 | 10011 | 11000010 | 1000 | 1011010 | 0 | 11000 | 100100111 | 1010010 | 101010 |
Color Harmonies of #B213C2
Complementary color
Monochromatic Colors of #B213C2
Black with #B213C2
Text Example
Text Example
White with #B213C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B213C2; }
p { color: rgb(178,19,194); }
H1.HeaderClassName
{
color: #B213C2;
}
.AnyTagClassName
{
color: #B213C2;
}
</style>
background-color css
<style>
a { background-color: #B213C2; }
a { background-color: rgb(178,19,194); }
div.DivClassName
{
background-color: #B213C2;
}
.BgClassName
{
background-color: #B213C2;
}
</style>
border-color css
<style>
span { border-color: #B213C2; }
span { border-color: rgb(178,19,194); }
td.TdClassName
{
border-color: #B213C2;
}
.TagClassName
{
border-color: #B213C2;
}
</style>