Shades of Deep Magenta #B10BBB
Tints of Deep Magenta #B10BBB
RGB
CMYK
RGB Variations
Color information
#B10BBB (or 0xB10BBB) is known color: Deep Magenta. HEX triplet: B1, 0B and BB. RGB value is (177,11,187). Sum of RGB (Red+Green+Blue) = 177+11+187=375 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.2% from 375); Green value is 11 (4.69% from 255 or 2.93% from 375); Blue value is 187 (73.44% from 255 or 49.87% from 375); Max value from RGB is 187 - color contains mainly: blue. Hex color #B10BBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10BBB is #4EF444. Grayscale: #505050. Windows color (decimal): -5174341 or 12258225. OLE color: 12258225.
HSL color Cylindrical-coordinate representation of color #B10BBB: hue angle of 296.59º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B10BBB is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 11 | 187 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.27 |
| HSL | 296.59º | 0.89% | 0.39% | - |
| HSV(B) | 296.59º | 0.94% | 0.73% | - |
| XYZ | 27.22 | 13.17 | 48.12 | - |
| YUV | 80.7 | 188 | 196.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 11 | 187 | 0.05 | 0.94 | 0 | 0.27 | 296.59 | 0.89 | 0.39 |
| Hex | B1 | B | BB | 5 | 5E | 0 | 1B | 129 | 59 | 27 |
| Octal | 261 | 13 | 273 | 5 | 136 | 0 | 33 | 451 | 131 | 47 |
| Binary | 10110001 | 1011 | 10111011 | 101 | 1011110 | 0 | 11011 | 100101001 | 1011001 | 100111 |
Color Harmonies of #B10BBB
Complementary color
Monochromatic Colors of #B10BBB
Black with #B10BBB
Text Example
Text Example
White with #B10BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10BBB; }
p { color: rgb(177,11,187); }
H1.HeaderClassName
{
color: #B10BBB;
}
.AnyTagClassName
{
color: #B10BBB;
}
</style>
background-color css
<style>
a { background-color: #B10BBB; }
a { background-color: rgb(177,11,187); }
div.DivClassName
{
background-color: #B10BBB;
}
.BgClassName
{
background-color: #B10BBB;
}
</style>
border-color css
<style>
span { border-color: #B10BBB; }
span { border-color: rgb(177,11,187); }
td.TdClassName
{
border-color: #B10BBB;
}
.TagClassName
{
border-color: #B10BBB;
}
</style>