Shades of Deep Magenta #B10ABB
Tints of Deep Magenta #B10ABB
RGB
CMYK
RGB Variations
Color information
#B10ABB (or 0xB10ABB) is known color: Deep Magenta. HEX triplet: B1, 0A and BB. RGB value is (177,10,187). Sum of RGB (Red+Green+Blue) = 177+10+187=374 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.33% from 374); Green value is 10 (4.30% from 255 or 2.67% from 374); Blue value is 187 (73.44% from 255 or 50% from 374); Max value from RGB is 187 - color contains mainly: blue. Hex color #B10ABB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10ABB is #4EF544. Grayscale: #4F4F4F. Windows color (decimal): -5174597 or 12257969. OLE color: 12257969.
HSL color Cylindrical-coordinate representation of color #B10ABB: hue angle of 296.61º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B10ABB is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 10 | 187 | - |
| CMYK | 0.05 | 0.95 | 0 | 0.27 |
| HSL | 296.61º | 0.9% | 0.39% | - |
| HSV(B) | 296.61º | 0.95% | 0.73% | - |
| XYZ | 27.21 | 13.15 | 48.12 | - |
| YUV | 80.11 | 188.33 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 10 | 187 | 0.05 | 0.95 | 0 | 0.27 | 296.61 | 0.9 | 0.39 |
| Hex | B1 | A | BB | 5 | 5F | 0 | 1B | 129 | 5A | 27 |
| Octal | 261 | 12 | 273 | 5 | 137 | 0 | 33 | 451 | 132 | 47 |
| Binary | 10110001 | 1010 | 10111011 | 101 | 1011111 | 0 | 11011 | 100101001 | 1011010 | 100111 |
Color Harmonies of #B10ABB
Complementary color
Monochromatic Colors of #B10ABB
Black with #B10ABB
Text Example
Text Example
White with #B10ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10ABB; }
p { color: rgb(177,10,187); }
H1.HeaderClassName
{
color: #B10ABB;
}
.AnyTagClassName
{
color: #B10ABB;
}
</style>
background-color css
<style>
a { background-color: #B10ABB; }
a { background-color: rgb(177,10,187); }
div.DivClassName
{
background-color: #B10ABB;
}
.BgClassName
{
background-color: #B10ABB;
}
</style>
border-color css
<style>
span { border-color: #B10ABB; }
span { border-color: rgb(177,10,187); }
td.TdClassName
{
border-color: #B10ABB;
}
.TagClassName
{
border-color: #B10ABB;
}
</style>