Shades of Medium Violet Red #B10196
Tints of Medium Violet Red #B10196
RGB
CMYK
RGB Variations
Color information
#B10196 (or 0xB10196) is known color: Medium Violet Red. HEX triplet: B1, 01 and 96. RGB value is (177,1,150). Sum of RGB (Red+Green+Blue) = 177+1+150=328 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.96% from 328); Green value is 1 (0.78% from 255 or 0.30% from 328); Blue value is 150 (58.98% from 255 or 45.73% from 328); Max value from RGB is 177 - color contains mainly: red. Hex color #B10196 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10196 is #4EFE69. Grayscale: #464646. Windows color (decimal): -5176938 or 9830833. OLE color: 9830833.
HSL color Cylindrical-coordinate representation of color #B10196: hue angle of 309.2º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B10196 is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 1 | 150 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.31 |
| HSL | 309.2º | 0.99% | 0.35% | - |
| HSV(B) | 309.2º | 0.99% | 0.69% | - |
| XYZ | 23.65 | 11.57 | 29.84 | - |
| YUV | 70.61 | 172.81 | 203.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 1 | 150 | 0 | 0.99 | 0.15 | 0.31 | 309.2 | 0.99 | 0.35 |
| Hex | B1 | 1 | 96 | 0 | 63 | F | 1F | 135 | 63 | 23 |
| Octal | 261 | 1 | 226 | 0 | 143 | 17 | 37 | 465 | 143 | 43 |
| Binary | 10110001 | 1 | 10010110 | 0 | 1100011 | 1111 | 11111 | 100110101 | 1100011 | 100011 |
Color Harmonies of #B10196
Complementary color
Monochromatic Colors of #B10196
Black with #B10196
Text Example
Text Example
White with #B10196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10196; }
p { color: rgb(177,1,150); }
H1.HeaderClassName
{
color: #B10196;
}
.AnyTagClassName
{
color: #B10196;
}
</style>
background-color css
<style>
a { background-color: #B10196; }
a { background-color: rgb(177,1,150); }
div.DivClassName
{
background-color: #B10196;
}
.BgClassName
{
background-color: #B10196;
}
</style>
border-color css
<style>
span { border-color: #B10196; }
span { border-color: rgb(177,1,150); }
td.TdClassName
{
border-color: #B10196;
}
.TagClassName
{
border-color: #B10196;
}
</style>