Shades of Medium Violet Red #B10790
Tints of Medium Violet Red #B10790
RGB
CMYK
RGB Variations
Color information
#B10790 (or 0xB10790) is known color: Medium Violet Red. HEX triplet: B1, 07 and 90. RGB value is (177,7,144). Sum of RGB (Red+Green+Blue) = 177+7+144=328 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.96% from 328); Green value is 7 (3.12% from 255 or 2.13% from 328); Blue value is 144 (56.64% from 255 or 43.90% from 328); Max value from RGB is 177 - color contains mainly: red. Hex color #B10790 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10790 is #4EF86F. Grayscale: #494949. Windows color (decimal): -5175408 or 9439153. OLE color: 9439153.
HSL color Cylindrical-coordinate representation of color #B10790: hue angle of 311.65º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B10790 is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 7 | 144 | - |
| CMYK | 0 | 0.96 | 0.19 | 0.31 |
| HSL | 311.65º | 0.92% | 0.36% | - |
| HSV(B) | 311.65º | 0.96% | 0.69% | - |
| XYZ | 23.24 | 11.51 | 27.38 | - |
| YUV | 73.45 | 167.82 | 201.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 7 | 144 | 0 | 0.96 | 0.19 | 0.31 | 311.65 | 0.92 | 0.36 |
| Hex | B1 | 7 | 90 | 0 | 60 | 13 | 1F | 138 | 5C | 24 |
| Octal | 261 | 7 | 220 | 0 | 140 | 23 | 37 | 470 | 134 | 44 |
| Binary | 10110001 | 111 | 10010000 | 0 | 1100000 | 10011 | 11111 | 100111000 | 1011100 | 100100 |
Color Harmonies of #B10790
Complementary color
Monochromatic Colors of #B10790
Black with #B10790
Text Example
Text Example
White with #B10790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10790; }
p { color: rgb(177,7,144); }
H1.HeaderClassName
{
color: #B10790;
}
.AnyTagClassName
{
color: #B10790;
}
</style>
background-color css
<style>
a { background-color: #B10790; }
a { background-color: rgb(177,7,144); }
div.DivClassName
{
background-color: #B10790;
}
.BgClassName
{
background-color: #B10790;
}
</style>
border-color css
<style>
span { border-color: #B10790; }
span { border-color: rgb(177,7,144); }
td.TdClassName
{
border-color: #B10790;
}
.TagClassName
{
border-color: #B10790;
}
</style>