Shades of Deep Magenta #B214C2
Tints of Deep Magenta #B214C2
RGB
CMYK
RGB Variations
Color information
#B214C2 (or 0xB214C2) is known color: Deep Magenta. HEX triplet: B2, 14 and C2. RGB value is (178,20,194). Sum of RGB (Red+Green+Blue) = 178+20+194=392 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.41% from 392); Green value is 20 (8.20% from 255 or 5.10% from 392); Blue value is 194 (76.17% from 255 or 49.49% from 392); Max value from RGB is 194 - color contains mainly: blue. Hex color #B214C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B214C2 is #4DEB3D. Grayscale: #565656. Windows color (decimal): -5106494 or 12719282. OLE color: 12719282.
HSL color Cylindrical-coordinate representation of color #B214C2: hue angle of 294.48º degrees, saturation: 0.81, 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 #B214C2 is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 20 | 194 | - |
| CMYK | 0.08 | 0.90 | 0 | 0.24 |
| HSL | 294.48º | 0.81% | 0.42% | - |
| HSV(B) | 294.48º | 0.9% | 0.76% | - |
| XYZ | 28.35 | 13.86 | 52.22 | - |
| YUV | 87.08 | 188.35 | 192.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 20 | 194 | 0.08 | 0.90 | 0 | 0.24 | 294.48 | 0.81 | 0.42 |
| Hex | B2 | 14 | C2 | 8 | 5A | 0 | 18 | 126 | 51 | 2A |
| Octal | 262 | 24 | 302 | 10 | 132 | 0 | 30 | 446 | 121 | 52 |
| Binary | 10110010 | 10100 | 11000010 | 1000 | 1011010 | 0 | 11000 | 100100110 | 1010001 | 101010 |
Color Harmonies of #B214C2
Complementary color
Monochromatic Colors of #B214C2
Black with #B214C2
Text Example
Text Example
White with #B214C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B214C2; }
p { color: rgb(178,20,194); }
H1.HeaderClassName
{
color: #B214C2;
}
.AnyTagClassName
{
color: #B214C2;
}
</style>
background-color css
<style>
a { background-color: #B214C2; }
a { background-color: rgb(178,20,194); }
div.DivClassName
{
background-color: #B214C2;
}
.BgClassName
{
background-color: #B214C2;
}
</style>
border-color css
<style>
span { border-color: #B214C2; }
span { border-color: rgb(178,20,194); }
td.TdClassName
{
border-color: #B214C2;
}
.TagClassName
{
border-color: #B214C2;
}
</style>