Shades of Medium Violet Red #B10C7B
Tints of Medium Violet Red #B10C7B
RGB
CMYK
RGB Variations
Color information
#B10C7B (or 0xB10C7B) is known color: Medium Violet Red. HEX triplet: B1, 0C and 7B. RGB value is (177,12,123). Sum of RGB (Red+Green+Blue) = 177+12+123=312 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.73% from 312); Green value is 12 (5.08% from 255 or 3.85% from 312); Blue value is 123 (48.44% from 255 or 39.42% from 312); Max value from RGB is 177 - color contains mainly: red. Hex color #B10C7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10C7B is #4EF384. Grayscale: #494949. Windows color (decimal): -5174149 or 8064177. OLE color: 8064177.
HSL color Cylindrical-coordinate representation of color #B10C7B: hue angle of 319.64º 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 #B10C7B is Cyan = 0, Magento = 0.93, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 12 | 123 | - |
| CMYK | 0 | 0.93 | 0.31 | 0.31 |
| HSL | 319.64º | 0.87% | 0.37% | - |
| HSV(B) | 319.64º | 0.93% | 0.69% | - |
| XYZ | 21.84 | 11.04 | 19.72 | - |
| YUV | 73.99 | 155.66 | 201.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 12 | 123 | 0 | 0.93 | 0.31 | 0.31 | 319.64 | 0.87 | 0.37 |
| Hex | B1 | C | 7B | 0 | 5D | 1F | 1F | 140 | 57 | 25 |
| Octal | 261 | 14 | 173 | 0 | 135 | 37 | 37 | 500 | 127 | 45 |
| Binary | 10110001 | 1100 | 1111011 | 0 | 1011101 | 11111 | 11111 | 101000000 | 1010111 | 100101 |
Color Harmonies of #B10C7B
Complementary color
Monochromatic Colors of #B10C7B
Black with #B10C7B
Text Example
Text Example
White with #B10C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10C7B; }
p { color: rgb(177,12,123); }
H1.HeaderClassName
{
color: #B10C7B;
}
.AnyTagClassName
{
color: #B10C7B;
}
</style>
background-color css
<style>
a { background-color: #B10C7B; }
a { background-color: rgb(177,12,123); }
div.DivClassName
{
background-color: #B10C7B;
}
.BgClassName
{
background-color: #B10C7B;
}
</style>
border-color css
<style>
span { border-color: #B10C7B; }
span { border-color: rgb(177,12,123); }
td.TdClassName
{
border-color: #B10C7B;
}
.TagClassName
{
border-color: #B10C7B;
}
</style>