Shades of Medium Violet Red #B10C9E
Tints of Medium Violet Red #B10C9E
RGB
CMYK
RGB Variations
Color information
#B10C9E (or 0xB10C9E) is known color: Medium Violet Red. HEX triplet: B1, 0C and 9E. RGB value is (177,12,158). Sum of RGB (Red+Green+Blue) = 177+12+158=347 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.01% from 347); Green value is 12 (5.08% from 255 or 3.46% from 347); Blue value is 158 (62.11% from 255 or 45.53% from 347); Max value from RGB is 177 - color contains mainly: red. Hex color #B10C9E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10C9E is #4EF361. Grayscale: #4D4D4D. Windows color (decimal): -5174114 or 10357937. OLE color: 10357937.
HSL color Cylindrical-coordinate representation of color #B10C9E: hue angle of 306.91º 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 #B10C9E is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 12 | 158 | - |
| CMYK | 0 | 0.93 | 0.11 | 0.31 |
| HSL | 306.91º | 0.87% | 0.37% | - |
| HSV(B) | 306.91º | 0.93% | 0.69% | - |
| XYZ | 24.43 | 12.08 | 33.39 | - |
| YUV | 77.98 | 173.16 | 198.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 12 | 158 | 0 | 0.93 | 0.11 | 0.31 | 306.91 | 0.87 | 0.37 |
| Hex | B1 | C | 9E | 0 | 5D | B | 1F | 133 | 57 | 25 |
| Octal | 261 | 14 | 236 | 0 | 135 | 13 | 37 | 463 | 127 | 45 |
| Binary | 10110001 | 1100 | 10011110 | 0 | 1011101 | 1011 | 11111 | 100110011 | 1010111 | 100101 |
Color Harmonies of #B10C9E
Complementary color
Monochromatic Colors of #B10C9E
Black with #B10C9E
Text Example
Text Example
White with #B10C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10C9E; }
p { color: rgb(177,12,158); }
H1.HeaderClassName
{
color: #B10C9E;
}
.AnyTagClassName
{
color: #B10C9E;
}
</style>
background-color css
<style>
a { background-color: #B10C9E; }
a { background-color: rgb(177,12,158); }
div.DivClassName
{
background-color: #B10C9E;
}
.BgClassName
{
background-color: #B10C9E;
}
</style>
border-color css
<style>
span { border-color: #B10C9E; }
span { border-color: rgb(177,12,158); }
td.TdClassName
{
border-color: #B10C9E;
}
.TagClassName
{
border-color: #B10C9E;
}
</style>