Shades of Deep Magenta #B813B5
Tints of Deep Magenta #B813B5
RGB
CMYK
RGB Variations
Color information
#B813B5 (or 0xB813B5) is known color: Deep Magenta. HEX triplet: B8, 13 and B5. RGB value is (184,19,181). Sum of RGB (Red+Green+Blue) = 184+19+181=384 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.92% from 384); Green value is 19 (7.81% from 255 or 4.95% from 384); Blue value is 181 (71.09% from 255 or 47.14% from 384); Max value from RGB is 184 - color contains mainly: red. Hex color #B813B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B813B5 is #47EC4A. Grayscale: #565656. Windows color (decimal): -4713547 or 11867064. OLE color: 11867064.
HSL color Cylindrical-coordinate representation of color #B813B5: hue angle of 301.09º degrees, saturation: 0.81, 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 #B813B5 is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 19 | 181 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.28 |
| HSL | 301.09º | 0.81% | 0.4% | - |
| HSV(B) | 301.09º | 0.9% | 0.72% | - |
| XYZ | 28.34 | 13.99 | 44.92 | - |
| YUV | 86.8 | 181.16 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 19 | 181 | 0 | 0.90 | 0.02 | 0.28 | 301.09 | 0.81 | 0.4 |
| Hex | B8 | 13 | B5 | 0 | 5A | 2 | 1C | 12D | 51 | 28 |
| Octal | 270 | 23 | 265 | 0 | 132 | 2 | 34 | 455 | 121 | 50 |
| Binary | 10111000 | 10011 | 10110101 | 0 | 1011010 | 10 | 11100 | 100101101 | 1010001 | 101000 |
Color Harmonies of #B813B5
Complementary color
Monochromatic Colors of #B813B5
Black with #B813B5
Text Example
Text Example
White with #B813B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B813B5; }
p { color: rgb(184,19,181); }
H1.HeaderClassName
{
color: #B813B5;
}
.AnyTagClassName
{
color: #B813B5;
}
</style>
background-color css
<style>
a { background-color: #B813B5; }
a { background-color: rgb(184,19,181); }
div.DivClassName
{
background-color: #B813B5;
}
.BgClassName
{
background-color: #B813B5;
}
</style>
border-color css
<style>
span { border-color: #B813B5; }
span { border-color: rgb(184,19,181); }
td.TdClassName
{
border-color: #B813B5;
}
.TagClassName
{
border-color: #B813B5;
}
</style>