Shades of Deep Magenta #B810B0
Tints of Deep Magenta #B810B0
RGB
CMYK
RGB Variations
Color information
#B810B0 (or 0xB810B0) is known color: Deep Magenta. HEX triplet: B8, 10 and B0. RGB value is (184,16,176). Sum of RGB (Red+Green+Blue) = 184+16+176=376 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.94% from 376); Green value is 16 (6.64% from 255 or 4.26% from 376); Blue value is 176 (69.14% from 255 or 46.81% from 376); Max value from RGB is 184 - color contains mainly: red. Hex color #B810B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B810B0 is #47EF4F. Grayscale: #545454. Windows color (decimal): -4714320 or 11538616. OLE color: 11538616.
HSL color Cylindrical-coordinate representation of color #B810B0: hue angle of 302.86º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B810B0 is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 16 | 176 | - |
| CMYK | 0 | 0.91 | 0.04 | 0.28 |
| HSL | 302.86º | 0.84% | 0.39% | - |
| HSV(B) | 302.86º | 0.91% | 0.72% | - |
| XYZ | 27.79 | 13.7 | 42.25 | - |
| YUV | 84.47 | 179.66 | 198.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 16 | 176 | 0 | 0.91 | 0.04 | 0.28 | 302.86 | 0.84 | 0.39 |
| Hex | B8 | 10 | B0 | 0 | 5B | 4 | 1C | 12F | 54 | 27 |
| Octal | 270 | 20 | 260 | 0 | 133 | 4 | 34 | 457 | 124 | 47 |
| Binary | 10111000 | 10000 | 10110000 | 0 | 1011011 | 100 | 11100 | 100101111 | 1010100 | 100111 |
Color Harmonies of #B810B0
Complementary color
Monochromatic Colors of #B810B0
Black with #B810B0
Text Example
Text Example
White with #B810B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B810B0; }
p { color: rgb(184,16,176); }
H1.HeaderClassName
{
color: #B810B0;
}
.AnyTagClassName
{
color: #B810B0;
}
</style>
background-color css
<style>
a { background-color: #B810B0; }
a { background-color: rgb(184,16,176); }
div.DivClassName
{
background-color: #B810B0;
}
.BgClassName
{
background-color: #B810B0;
}
</style>
border-color css
<style>
span { border-color: #B810B0; }
span { border-color: rgb(184,16,176); }
td.TdClassName
{
border-color: #B810B0;
}
.TagClassName
{
border-color: #B810B0;
}
</style>