Shades of Deep Magenta #B812BA
Tints of Deep Magenta #B812BA
RGB
CMYK
RGB Variations
Color information
#B812BA (or 0xB812BA) is known color: Deep Magenta. HEX triplet: B8, 12 and BA. RGB value is (184,18,186). Sum of RGB (Red+Green+Blue) = 184+18+186=388 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.42% from 388); Green value is 18 (7.42% from 255 or 4.64% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 186 - color contains mainly: blue. Hex color #B812BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B812BA is #47ED45. Grayscale: #565656. Windows color (decimal): -4713798 or 12194488. OLE color: 12194488.
HSL color Cylindrical-coordinate representation of color #B812BA: hue angle of 299.29º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B812BA is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 18 | 186 | - |
| CMYK | 0.01 | 0.90 | 0 | 0.27 |
| HSL | 299.29º | 0.82% | 0.4% | - |
| HSV(B) | 299.29º | 0.9% | 0.73% | - |
| XYZ | 28.85 | 14.17 | 47.67 | - |
| YUV | 86.79 | 184 | 197.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 18 | 186 | 0.01 | 0.90 | 0 | 0.27 | 299.29 | 0.82 | 0.4 |
| Hex | B8 | 12 | BA | 1 | 5A | 0 | 1B | 12B | 52 | 28 |
| Octal | 270 | 22 | 272 | 1 | 132 | 0 | 33 | 453 | 122 | 50 |
| Binary | 10111000 | 10010 | 10111010 | 1 | 1011010 | 0 | 11011 | 100101011 | 1010010 | 101000 |
Color Harmonies of #B812BA
Complementary color
Monochromatic Colors of #B812BA
Black with #B812BA
Text Example
Text Example
White with #B812BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B812BA; }
p { color: rgb(184,18,186); }
H1.HeaderClassName
{
color: #B812BA;
}
.AnyTagClassName
{
color: #B812BA;
}
</style>
background-color css
<style>
a { background-color: #B812BA; }
a { background-color: rgb(184,18,186); }
div.DivClassName
{
background-color: #B812BA;
}
.BgClassName
{
background-color: #B812BA;
}
</style>
border-color css
<style>
span { border-color: #B812BA; }
span { border-color: rgb(184,18,186); }
td.TdClassName
{
border-color: #B812BA;
}
.TagClassName
{
border-color: #B812BA;
}
</style>