Shades of Deep Magenta #B812B3
Tints of Deep Magenta #B812B3
RGB
CMYK
RGB Variations
Color information
#B812B3 (or 0xB812B3) is known color: Deep Magenta. HEX triplet: B8, 12 and B3. RGB value is (184,18,179). Sum of RGB (Red+Green+Blue) = 184+18+179=381 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.29% from 381); Green value is 18 (7.42% from 255 or 4.72% from 381); Blue value is 179 (70.31% from 255 or 46.98% from 381); Max value from RGB is 184 - color contains mainly: red. Hex color #B812B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B812B3 is #47ED4C. Grayscale: #555555. Windows color (decimal): -4713805 or 11735736. OLE color: 11735736.
HSL color Cylindrical-coordinate representation of color #B812B3: hue angle of 301.81º 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 #B812B3 is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 18 | 179 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.28 |
| HSL | 301.81º | 0.82% | 0.4% | - |
| HSV(B) | 301.81º | 0.9% | 0.72% | - |
| XYZ | 28.12 | 13.88 | 43.84 | - |
| YUV | 85.99 | 180.5 | 197.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 18 | 179 | 0 | 0.90 | 0.03 | 0.28 | 301.81 | 0.82 | 0.4 |
| Hex | B8 | 12 | B3 | 0 | 5A | 3 | 1C | 12E | 52 | 28 |
| Octal | 270 | 22 | 263 | 0 | 132 | 3 | 34 | 456 | 122 | 50 |
| Binary | 10111000 | 10010 | 10110011 | 0 | 1011010 | 11 | 11100 | 100101110 | 1010010 | 101000 |
Color Harmonies of #B812B3
Complementary color
Monochromatic Colors of #B812B3
Black with #B812B3
Text Example
Text Example
White with #B812B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B812B3; }
p { color: rgb(184,18,179); }
H1.HeaderClassName
{
color: #B812B3;
}
.AnyTagClassName
{
color: #B812B3;
}
</style>
background-color css
<style>
a { background-color: #B812B3; }
a { background-color: rgb(184,18,179); }
div.DivClassName
{
background-color: #B812B3;
}
.BgClassName
{
background-color: #B812B3;
}
</style>
border-color css
<style>
span { border-color: #B812B3; }
span { border-color: rgb(184,18,179); }
td.TdClassName
{
border-color: #B812B3;
}
.TagClassName
{
border-color: #B812B3;
}
</style>