Shades of Deep Magenta #B214CC
Tints of Deep Magenta #B214CC
RGB
CMYK
RGB Variations
Color information
#B214CC (or 0xB214CC) is known color: Deep Magenta. HEX triplet: B2, 14 and CC. RGB value is (178,20,204). Sum of RGB (Red+Green+Blue) = 178+20+204=402 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.28% from 402); Green value is 20 (8.20% from 255 or 4.98% from 402); Blue value is 204 (80.08% from 255 or 50.75% from 402); Max value from RGB is 204 - color contains mainly: blue. Hex color #B214CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B214CC is #4DEB33. Grayscale: #575757. Windows color (decimal): -5106484 or 13374642. OLE color: 13374642.
HSL color Cylindrical-coordinate representation of color #B214CC: hue angle of 291.52º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B214CC is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 178 | 20 | 204 | - |
| CMYK | 0.13 | 0.90 | 0 | 0.2 |
| HSL | 291.52º | 0.82% | 0.44% | - |
| HSV(B) | 291.52º | 0.9% | 0.8% | - |
| XYZ | 29.51 | 14.32 | 58.34 | - |
| YUV | 88.22 | 193.35 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 20 | 204 | 0.13 | 0.90 | 0 | 0.2 | 291.52 | 0.82 | 0.44 |
| Hex | B2 | 14 | CC | D | 5A | 0 | 14 | 124 | 52 | 2C |
| Octal | 262 | 24 | 314 | 15 | 132 | 0 | 24 | 444 | 122 | 54 |
| Binary | 10110010 | 10100 | 11001100 | 1101 | 1011010 | 0 | 10100 | 100100100 | 1010010 | 101100 |
Color Harmonies of #B214CC
Complementary color
Monochromatic Colors of #B214CC
Black with #B214CC
Text Example
Text Example
White with #B214CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B214CC; }
p { color: rgb(178,20,204); }
H1.HeaderClassName
{
color: #B214CC;
}
.AnyTagClassName
{
color: #B214CC;
}
</style>
background-color css
<style>
a { background-color: #B214CC; }
a { background-color: rgb(178,20,204); }
div.DivClassName
{
background-color: #B214CC;
}
.BgClassName
{
background-color: #B214CC;
}
</style>
border-color css
<style>
span { border-color: #B214CC; }
span { border-color: rgb(178,20,204); }
td.TdClassName
{
border-color: #B214CC;
}
.TagClassName
{
border-color: #B214CC;
}
</style>