Shades of Deep Magenta #B214BC
Tints of Deep Magenta #B214BC
RGB
CMYK
RGB Variations
Color information
#B214BC (or 0xB214BC) is known color: Deep Magenta. HEX triplet: B2, 14 and BC. RGB value is (178,20,188). Sum of RGB (Red+Green+Blue) = 178+20+188=386 (51% of max value = 765). Red value is 178 (69.92% from 255 or 46.11% from 386); Green value is 20 (8.20% from 255 or 5.18% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 188 - color contains mainly: blue. Hex color #B214BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B214BC is #4DEB43. Grayscale: #555555. Windows color (decimal): -5106500 or 12326066. OLE color: 12326066.
HSL color Cylindrical-coordinate representation of color #B214BC: hue angle of 296.43º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B214BC is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 20 | 188 | - |
| CMYK | 0.05 | 0.89 | 0 | 0.26 |
| HSL | 296.43º | 0.81% | 0.41% | - |
| HSV(B) | 296.43º | 0.89% | 0.74% | - |
| XYZ | 27.69 | 13.6 | 48.74 | - |
| YUV | 86.39 | 185.35 | 193.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 20 | 188 | 0.05 | 0.89 | 0 | 0.26 | 296.43 | 0.81 | 0.41 |
| Hex | B2 | 14 | BC | 5 | 59 | 0 | 1A | 128 | 51 | 29 |
| Octal | 262 | 24 | 274 | 5 | 131 | 0 | 32 | 450 | 121 | 51 |
| Binary | 10110010 | 10100 | 10111100 | 101 | 1011001 | 0 | 11010 | 100101000 | 1010001 | 101001 |
Color Harmonies of #B214BC
Complementary color
Monochromatic Colors of #B214BC
Black with #B214BC
Text Example
Text Example
White with #B214BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B214BC; }
p { color: rgb(178,20,188); }
H1.HeaderClassName
{
color: #B214BC;
}
.AnyTagClassName
{
color: #B214BC;
}
</style>
background-color css
<style>
a { background-color: #B214BC; }
a { background-color: rgb(178,20,188); }
div.DivClassName
{
background-color: #B214BC;
}
.BgClassName
{
background-color: #B214BC;
}
</style>
border-color css
<style>
span { border-color: #B214BC; }
span { border-color: rgb(178,20,188); }
td.TdClassName
{
border-color: #B214BC;
}
.TagClassName
{
border-color: #B214BC;
}
</style>