Shades of Medium Violet Red #B10C92
Tints of Medium Violet Red #B10C92
RGB
CMYK
RGB Variations
Color information
#B10C92 (or 0xB10C92) is known color: Medium Violet Red. HEX triplet: B1, 0C and 92. RGB value is (177,12,146). Sum of RGB (Red+Green+Blue) = 177+12+146=335 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.84% from 335); Green value is 12 (5.08% from 255 or 3.58% from 335); Blue value is 146 (57.42% from 255 or 43.58% from 335); Max value from RGB is 177 - color contains mainly: red. Hex color #B10C92 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10C92 is #4EF36D. Grayscale: #4C4C4C. Windows color (decimal): -5174126 or 9571505. OLE color: 9571505.
HSL color Cylindrical-coordinate representation of color #B10C92: hue angle of 311.27º 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 #B10C92 is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 12 | 146 | - |
| CMYK | 0 | 0.93 | 0.18 | 0.31 |
| HSL | 311.27º | 0.87% | 0.37% | - |
| HSV(B) | 311.27º | 0.93% | 0.69% | - |
| XYZ | 23.45 | 11.69 | 28.21 | - |
| YUV | 76.61 | 167.16 | 199.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 12 | 146 | 0 | 0.93 | 0.18 | 0.31 | 311.27 | 0.87 | 0.37 |
| Hex | B1 | C | 92 | 0 | 5D | 12 | 1F | 137 | 57 | 25 |
| Octal | 261 | 14 | 222 | 0 | 135 | 22 | 37 | 467 | 127 | 45 |
| Binary | 10110001 | 1100 | 10010010 | 0 | 1011101 | 10010 | 11111 | 100110111 | 1010111 | 100101 |
Color Harmonies of #B10C92
Complementary color
Monochromatic Colors of #B10C92
Black with #B10C92
Text Example
Text Example
White with #B10C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10C92; }
p { color: rgb(177,12,146); }
H1.HeaderClassName
{
color: #B10C92;
}
.AnyTagClassName
{
color: #B10C92;
}
</style>
background-color css
<style>
a { background-color: #B10C92; }
a { background-color: rgb(177,12,146); }
div.DivClassName
{
background-color: #B10C92;
}
.BgClassName
{
background-color: #B10C92;
}
</style>
border-color css
<style>
span { border-color: #B10C92; }
span { border-color: rgb(177,12,146); }
td.TdClassName
{
border-color: #B10C92;
}
.TagClassName
{
border-color: #B10C92;
}
</style>