Shades of Deep Magenta #B811B0
Tints of Deep Magenta #B811B0
RGB
CMYK
RGB Variations
Color information
#B811B0 (or 0xB811B0) is known color: Deep Magenta. HEX triplet: B8, 11 and B0. RGB value is (184,17,176). Sum of RGB (Red+Green+Blue) = 184+17+176=377 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.81% from 377); Green value is 17 (7.03% from 255 or 4.51% from 377); Blue value is 176 (69.14% from 255 or 46.68% from 377); Max value from RGB is 184 - color contains mainly: red. Hex color #B811B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B811B0 is #47EE4F. Grayscale: #545454. Windows color (decimal): -4714064 or 11538872. OLE color: 11538872.
HSL color Cylindrical-coordinate representation of color #B811B0: hue angle of 302.87º degrees, saturation: 0.83, 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 #B811B0 is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 17 | 176 | - |
| CMYK | 0 | 0.91 | 0.04 | 0.28 |
| HSL | 302.87º | 0.83% | 0.39% | - |
| HSV(B) | 302.87º | 0.91% | 0.72% | - |
| XYZ | 27.8 | 13.73 | 42.26 | - |
| YUV | 85.06 | 179.33 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 17 | 176 | 0 | 0.91 | 0.04 | 0.28 | 302.87 | 0.83 | 0.39 |
| Hex | B8 | 11 | B0 | 0 | 5B | 4 | 1C | 12F | 53 | 27 |
| Octal | 270 | 21 | 260 | 0 | 133 | 4 | 34 | 457 | 123 | 47 |
| Binary | 10111000 | 10001 | 10110000 | 0 | 1011011 | 100 | 11100 | 100101111 | 1010011 | 100111 |
Color Harmonies of #B811B0
Complementary color
Monochromatic Colors of #B811B0
Black with #B811B0
Text Example
Text Example
White with #B811B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B811B0; }
p { color: rgb(184,17,176); }
H1.HeaderClassName
{
color: #B811B0;
}
.AnyTagClassName
{
color: #B811B0;
}
</style>
background-color css
<style>
a { background-color: #B811B0; }
a { background-color: rgb(184,17,176); }
div.DivClassName
{
background-color: #B811B0;
}
.BgClassName
{
background-color: #B811B0;
}
</style>
border-color css
<style>
span { border-color: #B811B0; }
span { border-color: rgb(184,17,176); }
td.TdClassName
{
border-color: #B811B0;
}
.TagClassName
{
border-color: #B811B0;
}
</style>