Shades of Medium Violet Red #B10A96
Tints of Medium Violet Red #B10A96
RGB
CMYK
RGB Variations
Color information
#B10A96 (or 0xB10A96) is known color: Medium Violet Red. HEX triplet: B1, 0A and 96. RGB value is (177,10,150). Sum of RGB (Red+Green+Blue) = 177+10+150=337 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.52% from 337); Green value is 10 (4.30% from 255 or 2.97% from 337); Blue value is 150 (58.98% from 255 or 44.51% from 337); Max value from RGB is 177 - color contains mainly: red. Hex color #B10A96 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10A96 is #4EF569. Grayscale: #4B4B4B. Windows color (decimal): -5174634 or 9833137. OLE color: 9833137.
HSL color Cylindrical-coordinate representation of color #B10A96: hue angle of 309.7º 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 #B10A96 is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 10 | 150 | - |
| CMYK | 0 | 0.94 | 0.15 | 0.31 |
| HSL | 309.7º | 0.89% | 0.37% | - |
| HSV(B) | 309.7º | 0.94% | 0.69% | - |
| XYZ | 23.75 | 11.77 | 29.87 | - |
| YUV | 75.89 | 169.83 | 200.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 10 | 150 | 0 | 0.94 | 0.15 | 0.31 | 309.7 | 0.89 | 0.37 |
| Hex | B1 | A | 96 | 0 | 5E | F | 1F | 136 | 59 | 25 |
| Octal | 261 | 12 | 226 | 0 | 136 | 17 | 37 | 466 | 131 | 45 |
| Binary | 10110001 | 1010 | 10010110 | 0 | 1011110 | 1111 | 11111 | 100110110 | 1011001 | 100101 |
Color Harmonies of #B10A96
Complementary color
Monochromatic Colors of #B10A96
Black with #B10A96
Text Example
Text Example
White with #B10A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10A96; }
p { color: rgb(177,10,150); }
H1.HeaderClassName
{
color: #B10A96;
}
.AnyTagClassName
{
color: #B10A96;
}
</style>
background-color css
<style>
a { background-color: #B10A96; }
a { background-color: rgb(177,10,150); }
div.DivClassName
{
background-color: #B10A96;
}
.BgClassName
{
background-color: #B10A96;
}
</style>
border-color css
<style>
span { border-color: #B10A96; }
span { border-color: rgb(177,10,150); }
td.TdClassName
{
border-color: #B10A96;
}
.TagClassName
{
border-color: #B10A96;
}
</style>