Shades of Deep Magenta #B214BF
Tints of Deep Magenta #B214BF
RGB
CMYK
RGB Variations
Color information
#B214BF (or 0xB214BF) is known color: Deep Magenta. HEX triplet: B2, 14 and BF. RGB value is (178,20,191). Sum of RGB (Red+Green+Blue) = 178+20+191=389 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.76% from 389); Green value is 20 (8.20% from 255 or 5.14% from 389); Blue value is 191 (75% from 255 or 49.10% from 389); Max value from RGB is 191 - color contains mainly: blue. Hex color #B214BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B214BF is #4DEB40. Grayscale: #565656. Windows color (decimal): -5106497 or 12522674. OLE color: 12522674.
HSL color Cylindrical-coordinate representation of color #B214BF: hue angle of 295.44º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B214BF is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 20 | 191 | - |
| CMYK | 0.07 | 0.90 | 0 | 0.25 |
| HSL | 295.44º | 0.81% | 0.41% | - |
| HSV(B) | 295.44º | 0.9% | 0.75% | - |
| XYZ | 28.01 | 13.73 | 50.46 | - |
| YUV | 86.74 | 186.85 | 193.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 20 | 191 | 0.07 | 0.90 | 0 | 0.25 | 295.44 | 0.81 | 0.41 |
| Hex | B2 | 14 | BF | 7 | 5A | 0 | 19 | 127 | 51 | 29 |
| Octal | 262 | 24 | 277 | 7 | 132 | 0 | 31 | 447 | 121 | 51 |
| Binary | 10110010 | 10100 | 10111111 | 111 | 1011010 | 0 | 11001 | 100100111 | 1010001 | 101001 |
Color Harmonies of #B214BF
Complementary color
Monochromatic Colors of #B214BF
Black with #B214BF
Text Example
Text Example
White with #B214BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B214BF; }
p { color: rgb(178,20,191); }
H1.HeaderClassName
{
color: #B214BF;
}
.AnyTagClassName
{
color: #B214BF;
}
</style>
background-color css
<style>
a { background-color: #B214BF; }
a { background-color: rgb(178,20,191); }
div.DivClassName
{
background-color: #B214BF;
}
.BgClassName
{
background-color: #B214BF;
}
</style>
border-color css
<style>
span { border-color: #B214BF; }
span { border-color: rgb(178,20,191); }
td.TdClassName
{
border-color: #B214BF;
}
.TagClassName
{
border-color: #B214BF;
}
</style>