Shades of Medium Violet Red #B10291
Tints of Medium Violet Red #B10291
RGB
CMYK
RGB Variations
Color information
#B10291 (or 0xB10291) is known color: Medium Violet Red. HEX triplet: B1, 02 and 91. RGB value is (177,2,145). Sum of RGB (Red+Green+Blue) = 177+2+145=324 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.63% from 324); Green value is 2 (1.17% from 255 or 0.62% from 324); Blue value is 145 (57.03% from 255 or 44.75% from 324); Max value from RGB is 177 - color contains mainly: red. Hex color #B10291 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10291 is #4EFD6E. Grayscale: #464646. Windows color (decimal): -5176687 or 9503409. OLE color: 9503409.
HSL color Cylindrical-coordinate representation of color #B10291: hue angle of 310.97º degrees, saturation: 0.98, 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 #B10291 is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 2 | 145 | - |
| CMYK | 0 | 0.99 | 0.18 | 0.31 |
| HSL | 310.97º | 0.98% | 0.35% | - |
| HSV(B) | 310.97º | 0.99% | 0.69% | - |
| XYZ | 23.26 | 11.43 | 27.77 | - |
| YUV | 70.63 | 169.98 | 203.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 2 | 145 | 0 | 0.99 | 0.18 | 0.31 | 310.97 | 0.98 | 0.35 |
| Hex | B1 | 2 | 91 | 0 | 63 | 12 | 1F | 137 | 62 | 23 |
| Octal | 261 | 2 | 221 | 0 | 143 | 22 | 37 | 467 | 142 | 43 |
| Binary | 10110001 | 10 | 10010001 | 0 | 1100011 | 10010 | 11111 | 100110111 | 1100010 | 100011 |
Color Harmonies of #B10291
Complementary color
Monochromatic Colors of #B10291
Black with #B10291
Text Example
Text Example
White with #B10291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10291; }
p { color: rgb(177,2,145); }
H1.HeaderClassName
{
color: #B10291;
}
.AnyTagClassName
{
color: #B10291;
}
</style>
background-color css
<style>
a { background-color: #B10291; }
a { background-color: rgb(177,2,145); }
div.DivClassName
{
background-color: #B10291;
}
.BgClassName
{
background-color: #B10291;
}
</style>
border-color css
<style>
span { border-color: #B10291; }
span { border-color: rgb(177,2,145); }
td.TdClassName
{
border-color: #B10291;
}
.TagClassName
{
border-color: #B10291;
}
</style>