Shades of Deep Magenta #B214CB
Tints of Deep Magenta #B214CB
RGB
CMYK
RGB Variations
Color information
#B214CB (or 0xB214CB) is known color: Deep Magenta. HEX triplet: B2, 14 and CB. RGB value is (178,20,203). Sum of RGB (Red+Green+Blue) = 178+20+203=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 20 (8.20% from 255 or 4.99% from 401); Blue value is 203 (79.69% from 255 or 50.62% from 401); Max value from RGB is 203 - color contains mainly: blue. Hex color #B214CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B214CB is #4DEB34. Grayscale: #575757. Windows color (decimal): -5106485 or 13309106. OLE color: 13309106.
HSL color Cylindrical-coordinate representation of color #B214CB: hue angle of 291.8º 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 #B214CB is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 20 | 203 | - |
| CMYK | 0.12 | 0.90 | 0 | 0.20 |
| HSL | 291.8º | 0.82% | 0.44% | - |
| HSV(B) | 291.8º | 0.9% | 0.8% | - |
| XYZ | 29.39 | 14.28 | 57.71 | - |
| YUV | 88.1 | 192.85 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 20 | 203 | 0.12 | 0.90 | 0 | 0.20 | 291.8 | 0.82 | 0.44 |
| Hex | B2 | 14 | CB | C | 5A | 0 | 14 | 124 | 52 | 2C |
| Octal | 262 | 24 | 313 | 14 | 132 | 0 | 24 | 444 | 122 | 54 |
| Binary | 10110010 | 10100 | 11001011 | 1100 | 1011010 | 0 | 10100 | 100100100 | 1010010 | 101100 |
Color Harmonies of #B214CB
Complementary color
Monochromatic Colors of #B214CB
Black with #B214CB
Text Example
Text Example
White with #B214CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B214CB; }
p { color: rgb(178,20,203); }
H1.HeaderClassName
{
color: #B214CB;
}
.AnyTagClassName
{
color: #B214CB;
}
</style>
background-color css
<style>
a { background-color: #B214CB; }
a { background-color: rgb(178,20,203); }
div.DivClassName
{
background-color: #B214CB;
}
.BgClassName
{
background-color: #B214CB;
}
</style>
border-color css
<style>
span { border-color: #B214CB; }
span { border-color: rgb(178,20,203); }
td.TdClassName
{
border-color: #B214CB;
}
.TagClassName
{
border-color: #B214CB;
}
</style>