Shades of Medium Violet Red #B10C90
Tints of Medium Violet Red #B10C90
RGB
CMYK
RGB Variations
Color information
#B10C90 (or 0xB10C90) is known color: Medium Violet Red. HEX triplet: B1, 0C and 90. RGB value is (177,12,144). Sum of RGB (Red+Green+Blue) = 177+12+144=333 (44% of max value = 765). Red value is 177 (69.53% from 255 or 53.15% from 333); Green value is 12 (5.08% from 255 or 3.60% from 333); Blue value is 144 (56.64% from 255 or 43.24% from 333); Max value from RGB is 177 - color contains mainly: red. Hex color #B10C90 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10C90 is #4EF36F. Grayscale: #4C4C4C. Windows color (decimal): -5174128 or 9440433. OLE color: 9440433.
HSL color Cylindrical-coordinate representation of color #B10C90: hue angle of 312º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B10C90 is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 12 | 144 | - |
| CMYK | 0 | 0.93 | 0.19 | 0.31 |
| HSL | 312º | 0.87% | 0.37% | - |
| HSV(B) | 312º | 0.93% | 0.69% | - |
| XYZ | 23.3 | 11.62 | 27.4 | - |
| YUV | 76.38 | 166.16 | 199.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 12 | 144 | 0 | 0.93 | 0.19 | 0.31 | 312 | 0.87 | 0.37 |
| Hex | B1 | C | 90 | 0 | 5D | 13 | 1F | 138 | 57 | 25 |
| Octal | 261 | 14 | 220 | 0 | 135 | 23 | 37 | 470 | 127 | 45 |
| Binary | 10110001 | 1100 | 10010000 | 0 | 1011101 | 10011 | 11111 | 100111000 | 1010111 | 100101 |
Color Harmonies of #B10C90
Complementary color
Monochromatic Colors of #B10C90
Black with #B10C90
Text Example
Text Example
White with #B10C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10C90; }
p { color: rgb(177,12,144); }
H1.HeaderClassName
{
color: #B10C90;
}
.AnyTagClassName
{
color: #B10C90;
}
</style>
background-color css
<style>
a { background-color: #B10C90; }
a { background-color: rgb(177,12,144); }
div.DivClassName
{
background-color: #B10C90;
}
.BgClassName
{
background-color: #B10C90;
}
</style>
border-color css
<style>
span { border-color: #B10C90; }
span { border-color: rgb(177,12,144); }
td.TdClassName
{
border-color: #B10C90;
}
.TagClassName
{
border-color: #B10C90;
}
</style>