Shades of Deep Magenta #B813B0
Tints of Deep Magenta #B813B0
RGB
CMYK
RGB Variations
Color information
#B813B0 (or 0xB813B0) is known color: Deep Magenta. HEX triplet: B8, 13 and B0. RGB value is (184,19,176). Sum of RGB (Red+Green+Blue) = 184+19+176=379 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.55% from 379); Green value is 19 (7.81% from 255 or 5.01% from 379); Blue value is 176 (69.14% from 255 or 46.44% from 379); Max value from RGB is 184 - color contains mainly: red. Hex color #B813B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B813B0 is #47EC4F. Grayscale: #555555. Windows color (decimal): -4713552 or 11539384. OLE color: 11539384.
HSL color Cylindrical-coordinate representation of color #B813B0: hue angle of 302.91º 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 #B813B0 is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 19 | 176 | - |
| CMYK | 0 | 0.90 | 0.04 | 0.28 |
| HSL | 302.91º | 0.81% | 0.4% | - |
| HSV(B) | 302.91º | 0.9% | 0.72% | - |
| XYZ | 27.84 | 13.79 | 42.27 | - |
| YUV | 86.23 | 178.66 | 197.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 19 | 176 | 0 | 0.90 | 0.04 | 0.28 | 302.91 | 0.81 | 0.4 |
| Hex | B8 | 13 | B0 | 0 | 5A | 4 | 1C | 12F | 51 | 28 |
| Octal | 270 | 23 | 260 | 0 | 132 | 4 | 34 | 457 | 121 | 50 |
| Binary | 10111000 | 10011 | 10110000 | 0 | 1011010 | 100 | 11100 | 100101111 | 1010001 | 101000 |
Color Harmonies of #B813B0
Complementary color
Monochromatic Colors of #B813B0
Black with #B813B0
Text Example
Text Example
White with #B813B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B813B0; }
p { color: rgb(184,19,176); }
H1.HeaderClassName
{
color: #B813B0;
}
.AnyTagClassName
{
color: #B813B0;
}
</style>
background-color css
<style>
a { background-color: #B813B0; }
a { background-color: rgb(184,19,176); }
div.DivClassName
{
background-color: #B813B0;
}
.BgClassName
{
background-color: #B813B0;
}
</style>
border-color css
<style>
span { border-color: #B813B0; }
span { border-color: rgb(184,19,176); }
td.TdClassName
{
border-color: #B813B0;
}
.TagClassName
{
border-color: #B813B0;
}
</style>