Shades of Deep Magenta #B814B1
Tints of Deep Magenta #B814B1
RGB
CMYK
RGB Variations
Color information
#B814B1 (or 0xB814B1) is known color: Deep Magenta. HEX triplet: B8, 14 and B1. RGB value is (184,20,177). Sum of RGB (Red+Green+Blue) = 184+20+177=381 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.29% from 381); Green value is 20 (8.20% from 255 or 5.25% from 381); Blue value is 177 (69.53% from 255 or 46.46% from 381); Max value from RGB is 184 - color contains mainly: red. Hex color #B814B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B814B1 is #47EB4E. Grayscale: #565656. Windows color (decimal): -4713295 or 11605176. OLE color: 11605176.
HSL color Cylindrical-coordinate representation of color #B814B1: hue angle of 302.56º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B814B1 is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 20 | 177 | - |
| CMYK | 0 | 0.89 | 0.04 | 0.28 |
| HSL | 302.56º | 0.8% | 0.4% | - |
| HSV(B) | 302.56º | 0.89% | 0.72% | - |
| XYZ | 27.95 | 13.86 | 42.8 | - |
| YUV | 86.93 | 178.83 | 197.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 20 | 177 | 0 | 0.89 | 0.04 | 0.28 | 302.56 | 0.8 | 0.4 |
| Hex | B8 | 14 | B1 | 0 | 59 | 4 | 1C | 12F | 50 | 28 |
| Octal | 270 | 24 | 261 | 0 | 131 | 4 | 34 | 457 | 120 | 50 |
| Binary | 10111000 | 10100 | 10110001 | 0 | 1011001 | 100 | 11100 | 100101111 | 1010000 | 101000 |
Color Harmonies of #B814B1
Complementary color
Monochromatic Colors of #B814B1
Black with #B814B1
Text Example
Text Example
White with #B814B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B814B1; }
p { color: rgb(184,20,177); }
H1.HeaderClassName
{
color: #B814B1;
}
.AnyTagClassName
{
color: #B814B1;
}
</style>
background-color css
<style>
a { background-color: #B814B1; }
a { background-color: rgb(184,20,177); }
div.DivClassName
{
background-color: #B814B1;
}
.BgClassName
{
background-color: #B814B1;
}
</style>
border-color css
<style>
span { border-color: #B814B1; }
span { border-color: rgb(184,20,177); }
td.TdClassName
{
border-color: #B814B1;
}
.TagClassName
{
border-color: #B814B1;
}
</style>