Shades of Deep Magenta #B214CF
Tints of Deep Magenta #B214CF
RGB
CMYK
RGB Variations
Color information
#B214CF (or 0xB214CF) is known color: Deep Magenta. HEX triplet: B2, 14 and CF. RGB value is (178,20,207). Sum of RGB (Red+Green+Blue) = 178+20+207=405 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.95% from 405); Green value is 20 (8.20% from 255 or 4.94% from 405); Blue value is 207 (81.25% from 255 or 51.11% from 405); Max value from RGB is 207 - color contains mainly: blue. Hex color #B214CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B214CF is #4DEB30. Grayscale: #575757. Windows color (decimal): -5106481 or 13571250. OLE color: 13571250.
HSL color Cylindrical-coordinate representation of color #B214CF: hue angle of 290.7º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B214CF is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 20 | 207 | - |
| CMYK | 0.14 | 0.90 | 0 | 0.19 |
| HSL | 290.7º | 0.82% | 0.45% | - |
| HSV(B) | 290.7º | 0.9% | 0.81% | - |
| XYZ | 29.87 | 14.47 | 60.25 | - |
| YUV | 88.56 | 194.85 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 20 | 207 | 0.14 | 0.90 | 0 | 0.19 | 290.7 | 0.82 | 0.45 |
| Hex | B2 | 14 | CF | E | 5A | 0 | 13 | 123 | 52 | 2D |
| Octal | 262 | 24 | 317 | 16 | 132 | 0 | 23 | 443 | 122 | 55 |
| Binary | 10110010 | 10100 | 11001111 | 1110 | 1011010 | 0 | 10011 | 100100011 | 1010010 | 101101 |
Color Harmonies of #B214CF
Complementary color
Monochromatic Colors of #B214CF
Black with #B214CF
Text Example
Text Example
White with #B214CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B214CF; }
p { color: rgb(178,20,207); }
H1.HeaderClassName
{
color: #B214CF;
}
.AnyTagClassName
{
color: #B214CF;
}
</style>
background-color css
<style>
a { background-color: #B214CF; }
a { background-color: rgb(178,20,207); }
div.DivClassName
{
background-color: #B214CF;
}
.BgClassName
{
background-color: #B214CF;
}
</style>
border-color css
<style>
span { border-color: #B214CF; }
span { border-color: rgb(178,20,207); }
td.TdClassName
{
border-color: #B214CF;
}
.TagClassName
{
border-color: #B214CF;
}
</style>