Shades of Deep Magenta #B812B5
Tints of Deep Magenta #B812B5
RGB
CMYK
RGB Variations
Color information
#B812B5 (or 0xB812B5) is known color: Deep Magenta. HEX triplet: B8, 12 and B5. RGB value is (184,18,181). Sum of RGB (Red+Green+Blue) = 184+18+181=383 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.04% from 383); Green value is 18 (7.42% from 255 or 4.70% from 383); Blue value is 181 (71.09% from 255 or 47.26% from 383); Max value from RGB is 184 - color contains mainly: red. Hex color #B812B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B812B5 is #47ED4A. Grayscale: #555555. Windows color (decimal): -4713803 or 11866808. OLE color: 11866808.
HSL color Cylindrical-coordinate representation of color #B812B5: hue angle of 301.08º 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 #B812B5 is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 18 | 181 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.28 |
| HSL | 301.08º | 0.82% | 0.4% | - |
| HSV(B) | 301.08º | 0.9% | 0.72% | - |
| XYZ | 28.32 | 13.96 | 44.92 | - |
| YUV | 86.22 | 181.5 | 197.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 18 | 181 | 0 | 0.90 | 0.02 | 0.28 | 301.08 | 0.82 | 0.4 |
| Hex | B8 | 12 | B5 | 0 | 5A | 2 | 1C | 12D | 52 | 28 |
| Octal | 270 | 22 | 265 | 0 | 132 | 2 | 34 | 455 | 122 | 50 |
| Binary | 10111000 | 10010 | 10110101 | 0 | 1011010 | 10 | 11100 | 100101101 | 1010010 | 101000 |
Color Harmonies of #B812B5
Complementary color
Monochromatic Colors of #B812B5
Black with #B812B5
Text Example
Text Example
White with #B812B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B812B5; }
p { color: rgb(184,18,181); }
H1.HeaderClassName
{
color: #B812B5;
}
.AnyTagClassName
{
color: #B812B5;
}
</style>
background-color css
<style>
a { background-color: #B812B5; }
a { background-color: rgb(184,18,181); }
div.DivClassName
{
background-color: #B812B5;
}
.BgClassName
{
background-color: #B812B5;
}
</style>
border-color css
<style>
span { border-color: #B812B5; }
span { border-color: rgb(184,18,181); }
td.TdClassName
{
border-color: #B812B5;
}
.TagClassName
{
border-color: #B812B5;
}
</style>