Shades of Deep Magenta #B214BB
Tints of Deep Magenta #B214BB
RGB
CMYK
RGB Variations
Color information
#B214BB (or 0xB214BB) is known color: Deep Magenta. HEX triplet: B2, 14 and BB. RGB value is (178,20,187). Sum of RGB (Red+Green+Blue) = 178+20+187=385 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.23% from 385); Green value is 20 (8.20% from 255 or 5.19% from 385); Blue value is 187 (73.44% from 255 or 48.57% from 385); Max value from RGB is 187 - color contains mainly: blue. Hex color #B214BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B214BB is #4DEB44. Grayscale: #555555. Windows color (decimal): -5106501 or 12260530. OLE color: 12260530.
HSL color Cylindrical-coordinate representation of color #B214BB: hue angle of 296.77º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B214BB is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 20 | 187 | - |
| CMYK | 0.05 | 0.89 | 0 | 0.27 |
| HSL | 296.77º | 0.81% | 0.41% | - |
| HSV(B) | 296.77º | 0.89% | 0.73% | - |
| XYZ | 27.58 | 13.55 | 48.18 | - |
| YUV | 86.28 | 184.85 | 193.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 20 | 187 | 0.05 | 0.89 | 0 | 0.27 | 296.77 | 0.81 | 0.41 |
| Hex | B2 | 14 | BB | 5 | 59 | 0 | 1B | 129 | 51 | 29 |
| Octal | 262 | 24 | 273 | 5 | 131 | 0 | 33 | 451 | 121 | 51 |
| Binary | 10110010 | 10100 | 10111011 | 101 | 1011001 | 0 | 11011 | 100101001 | 1010001 | 101001 |
Color Harmonies of #B214BB
Complementary color
Monochromatic Colors of #B214BB
Black with #B214BB
Text Example
Text Example
White with #B214BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B214BB; }
p { color: rgb(178,20,187); }
H1.HeaderClassName
{
color: #B214BB;
}
.AnyTagClassName
{
color: #B214BB;
}
</style>
background-color css
<style>
a { background-color: #B214BB; }
a { background-color: rgb(178,20,187); }
div.DivClassName
{
background-color: #B214BB;
}
.BgClassName
{
background-color: #B214BB;
}
</style>
border-color css
<style>
span { border-color: #B214BB; }
span { border-color: rgb(178,20,187); }
td.TdClassName
{
border-color: #B214BB;
}
.TagClassName
{
border-color: #B214BB;
}
</style>