Shades of Deep Magenta #B810B2
Tints of Deep Magenta #B810B2
RGB
CMYK
RGB Variations
Color information
#B810B2 (or 0xB810B2) is known color: Deep Magenta. HEX triplet: B8, 10 and B2. RGB value is (184,16,178). Sum of RGB (Red+Green+Blue) = 184+16+178=378 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.68% from 378); Green value is 16 (6.64% from 255 or 4.23% from 378); Blue value is 178 (69.92% from 255 or 47.09% from 378); Max value from RGB is 184 - color contains mainly: red. Hex color #B810B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B810B2 is #47EF4D. Grayscale: #545454. Windows color (decimal): -4714318 or 11669688. OLE color: 11669688.
HSL color Cylindrical-coordinate representation of color #B810B2: hue angle of 302.14º 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 #B810B2 is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 16 | 178 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.28 |
| HSL | 302.14º | 0.84% | 0.39% | - |
| HSV(B) | 302.14º | 0.91% | 0.72% | - |
| XYZ | 27.99 | 13.78 | 43.3 | - |
| YUV | 84.7 | 180.66 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 16 | 178 | 0 | 0.91 | 0.03 | 0.28 | 302.14 | 0.84 | 0.39 |
| Hex | B8 | 10 | B2 | 0 | 5B | 3 | 1C | 12E | 54 | 27 |
| Octal | 270 | 20 | 262 | 0 | 133 | 3 | 34 | 456 | 124 | 47 |
| Binary | 10111000 | 10000 | 10110010 | 0 | 1011011 | 11 | 11100 | 100101110 | 1010100 | 100111 |
Color Harmonies of #B810B2
Complementary color
Monochromatic Colors of #B810B2
Black with #B810B2
Text Example
Text Example
White with #B810B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B810B2; }
p { color: rgb(184,16,178); }
H1.HeaderClassName
{
color: #B810B2;
}
.AnyTagClassName
{
color: #B810B2;
}
</style>
background-color css
<style>
a { background-color: #B810B2; }
a { background-color: rgb(184,16,178); }
div.DivClassName
{
background-color: #B810B2;
}
.BgClassName
{
background-color: #B810B2;
}
</style>
border-color css
<style>
span { border-color: #B810B2; }
span { border-color: rgb(184,16,178); }
td.TdClassName
{
border-color: #B810B2;
}
.TagClassName
{
border-color: #B810B2;
}
</style>