Shades of Deep Magenta #B214C1
Tints of Deep Magenta #B214C1
RGB
CMYK
RGB Variations
Color information
#B214C1 (or 0xB214C1) is known color: Deep Magenta. HEX triplet: B2, 14 and C1. RGB value is (178,20,193). Sum of RGB (Red+Green+Blue) = 178+20+193=391 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.52% from 391); Green value is 20 (8.20% from 255 or 5.12% from 391); Blue value is 193 (75.78% from 255 or 49.36% from 391); Max value from RGB is 193 - color contains mainly: blue. Hex color #B214C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B214C1 is #4DEB3E. Grayscale: #565656. Windows color (decimal): -5106495 or 12653746. OLE color: 12653746.
HSL color Cylindrical-coordinate representation of color #B214C1: hue angle of 294.8º 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 #B214C1 is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 20 | 193 | - |
| CMYK | 0.08 | 0.90 | 0 | 0.24 |
| HSL | 294.8º | 0.81% | 0.42% | - |
| HSV(B) | 294.8º | 0.9% | 0.76% | - |
| XYZ | 28.24 | 13.82 | 51.63 | - |
| YUV | 86.96 | 187.85 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 20 | 193 | 0.08 | 0.90 | 0 | 0.24 | 294.8 | 0.81 | 0.42 |
| Hex | B2 | 14 | C1 | 8 | 5A | 0 | 18 | 127 | 51 | 2A |
| Octal | 262 | 24 | 301 | 10 | 132 | 0 | 30 | 447 | 121 | 52 |
| Binary | 10110010 | 10100 | 11000001 | 1000 | 1011010 | 0 | 11000 | 100100111 | 1010001 | 101010 |
Color Harmonies of #B214C1
Complementary color
Monochromatic Colors of #B214C1
Black with #B214C1
Text Example
Text Example
White with #B214C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B214C1; }
p { color: rgb(178,20,193); }
H1.HeaderClassName
{
color: #B214C1;
}
.AnyTagClassName
{
color: #B214C1;
}
</style>
background-color css
<style>
a { background-color: #B214C1; }
a { background-color: rgb(178,20,193); }
div.DivClassName
{
background-color: #B214C1;
}
.BgClassName
{
background-color: #B214C1;
}
</style>
border-color css
<style>
span { border-color: #B214C1; }
span { border-color: rgb(178,20,193); }
td.TdClassName
{
border-color: #B214C1;
}
.TagClassName
{
border-color: #B214C1;
}
</style>