Shades of Medium Violet Red #B10A88
Tints of Medium Violet Red #B10A88
RGB
CMYK
RGB Variations
Color information
#B10A88 (or 0xB10A88) is known color: Medium Violet Red. HEX triplet: B1, 0A and 88. RGB value is (177,10,136). Sum of RGB (Red+Green+Blue) = 177+10+136=323 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.80% from 323); Green value is 10 (4.30% from 255 or 3.10% from 323); Blue value is 136 (53.52% from 255 or 42.11% from 323); Max value from RGB is 177 - color contains mainly: red. Hex color #B10A88 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10A88 is #4EF577. Grayscale: #494949. Windows color (decimal): -5174648 or 8915633. OLE color: 8915633.
HSL color Cylindrical-coordinate representation of color #B10A88: hue angle of 314.73º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B10A88 is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 10 | 136 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.31 |
| HSL | 314.73º | 0.89% | 0.37% | - |
| HSV(B) | 314.73º | 0.94% | 0.69% | - |
| XYZ | 22.68 | 11.34 | 24.29 | - |
| YUV | 74.3 | 162.83 | 201.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 10 | 136 | 0 | 0.94 | 0.23 | 0.31 | 314.73 | 0.89 | 0.37 |
| Hex | B1 | A | 88 | 0 | 5E | 17 | 1F | 13B | 59 | 25 |
| Octal | 261 | 12 | 210 | 0 | 136 | 27 | 37 | 473 | 131 | 45 |
| Binary | 10110001 | 1010 | 10001000 | 0 | 1011110 | 10111 | 11111 | 100111011 | 1011001 | 100101 |
Color Harmonies of #B10A88
Complementary color
Monochromatic Colors of #B10A88
Black with #B10A88
Text Example
Text Example
White with #B10A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10A88; }
p { color: rgb(177,10,136); }
H1.HeaderClassName
{
color: #B10A88;
}
.AnyTagClassName
{
color: #B10A88;
}
</style>
background-color css
<style>
a { background-color: #B10A88; }
a { background-color: rgb(177,10,136); }
div.DivClassName
{
background-color: #B10A88;
}
.BgClassName
{
background-color: #B10A88;
}
</style>
border-color css
<style>
span { border-color: #B10A88; }
span { border-color: rgb(177,10,136); }
td.TdClassName
{
border-color: #B10A88;
}
.TagClassName
{
border-color: #B10A88;
}
</style>