Shades of Deep Magenta #B214AD
Tints of Deep Magenta #B214AD
RGB
CMYK
RGB Variations
Color information
#B214AD (or 0xB214AD) is known color: Deep Magenta. HEX triplet: B2, 14 and AD. RGB value is (178,20,173). Sum of RGB (Red+Green+Blue) = 178+20+173=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 20 (8.20% from 255 or 5.39% from 371); Blue value is 173 (67.97% from 255 or 46.63% from 371); Max value from RGB is 178 - color contains mainly: red. Hex color #B214AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B214AD is #4DEB52. Grayscale: #545454. Windows color (decimal): -5106515 or 11343026. OLE color: 11343026.
HSL color Cylindrical-coordinate representation of color #B214AD: hue angle of 301.9º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B214AD is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 20 | 173 | - |
| CMYK | 0 | 0.89 | 0.03 | 0.30 |
| HSL | 301.9º | 0.8% | 0.39% | - |
| HSV(B) | 301.9º | 0.89% | 0.7% | - |
| XYZ | 26.15 | 12.98 | 40.66 | - |
| YUV | 84.68 | 177.85 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 20 | 173 | 0 | 0.89 | 0.03 | 0.30 | 301.9 | 0.8 | 0.39 |
| Hex | B2 | 14 | AD | 0 | 59 | 3 | 1E | 12E | 50 | 27 |
| Octal | 262 | 24 | 255 | 0 | 131 | 3 | 36 | 456 | 120 | 47 |
| Binary | 10110010 | 10100 | 10101101 | 0 | 1011001 | 11 | 11110 | 100101110 | 1010000 | 100111 |
Color Harmonies of #B214AD
Complementary color
Monochromatic Colors of #B214AD
Black with #B214AD
Text Example
Text Example
White with #B214AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B214AD; }
p { color: rgb(178,20,173); }
H1.HeaderClassName
{
color: #B214AD;
}
.AnyTagClassName
{
color: #B214AD;
}
</style>
background-color css
<style>
a { background-color: #B214AD; }
a { background-color: rgb(178,20,173); }
div.DivClassName
{
background-color: #B214AD;
}
.BgClassName
{
background-color: #B214AD;
}
</style>
border-color css
<style>
span { border-color: #B214AD; }
span { border-color: rgb(178,20,173); }
td.TdClassName
{
border-color: #B214AD;
}
.TagClassName
{
border-color: #B214AD;
}
</style>