Shades of Deep Magenta #B812B2
Tints of Deep Magenta #B812B2
RGB
CMYK
RGB Variations
Color information
#B812B2 (or 0xB812B2) is known color: Deep Magenta. HEX triplet: B8, 12 and B2. RGB value is (184,18,178). Sum of RGB (Red+Green+Blue) = 184+18+178=380 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.42% from 380); Green value is 18 (7.42% from 255 or 4.74% from 380); Blue value is 178 (69.92% from 255 or 46.84% from 380); Max value from RGB is 184 - color contains mainly: red. Hex color #B812B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B812B2 is #47ED4D. Grayscale: #555555. Windows color (decimal): -4713806 or 11670200. OLE color: 11670200.
HSL color Cylindrical-coordinate representation of color #B812B2: hue angle of 302.17º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B812B2 is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 18 | 178 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.28 |
| HSL | 302.17º | 0.82% | 0.4% | - |
| HSV(B) | 302.17º | 0.9% | 0.72% | - |
| XYZ | 28.02 | 13.84 | 43.31 | - |
| YUV | 85.87 | 180 | 197.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 18 | 178 | 0 | 0.90 | 0.03 | 0.28 | 302.17 | 0.82 | 0.4 |
| Hex | B8 | 12 | B2 | 0 | 5A | 3 | 1C | 12E | 52 | 28 |
| Octal | 270 | 22 | 262 | 0 | 132 | 3 | 34 | 456 | 122 | 50 |
| Binary | 10111000 | 10010 | 10110010 | 0 | 1011010 | 11 | 11100 | 100101110 | 1010010 | 101000 |
Color Harmonies of #B812B2
Complementary color
Monochromatic Colors of #B812B2
Black with #B812B2
Text Example
Text Example
White with #B812B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B812B2; }
p { color: rgb(184,18,178); }
H1.HeaderClassName
{
color: #B812B2;
}
.AnyTagClassName
{
color: #B812B2;
}
</style>
background-color css
<style>
a { background-color: #B812B2; }
a { background-color: rgb(184,18,178); }
div.DivClassName
{
background-color: #B812B2;
}
.BgClassName
{
background-color: #B812B2;
}
</style>
border-color css
<style>
span { border-color: #B812B2; }
span { border-color: rgb(184,18,178); }
td.TdClassName
{
border-color: #B812B2;
}
.TagClassName
{
border-color: #B812B2;
}
</style>