Shades of Medium Violet Red #B10C80
Tints of Medium Violet Red #B10C80
RGB
CMYK
RGB Variations
Color information
#B10C80 (or 0xB10C80) is known color: Medium Violet Red. HEX triplet: B1, 0C and 80. RGB value is (177,12,128). Sum of RGB (Red+Green+Blue) = 177+12+128=317 (41% of max value = 765). Red value is 177 (69.53% from 255 or 55.84% from 317); Green value is 12 (5.08% from 255 or 3.79% from 317); Blue value is 128 (50.39% from 255 or 40.38% from 317); Max value from RGB is 177 - color contains mainly: red. Hex color #B10C80 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10C80 is #4EF37F. Grayscale: #4A4A4A. Windows color (decimal): -5174144 or 8391857. OLE color: 8391857.
HSL color Cylindrical-coordinate representation of color #B10C80: hue angle of 317.82º 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 #B10C80 is Cyan = 0, Magento = 0.93, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 12 | 128 | - |
| CMYK | 0 | 0.93 | 0.28 | 0.31 |
| HSL | 317.82º | 0.87% | 0.37% | - |
| HSV(B) | 317.82º | 0.93% | 0.69% | - |
| XYZ | 22.16 | 11.17 | 21.41 | - |
| YUV | 74.56 | 158.16 | 201.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 12 | 128 | 0 | 0.93 | 0.28 | 0.31 | 317.82 | 0.87 | 0.37 |
| Hex | B1 | C | 80 | 0 | 5D | 1C | 1F | 13E | 57 | 25 |
| Octal | 261 | 14 | 200 | 0 | 135 | 34 | 37 | 476 | 127 | 45 |
| Binary | 10110001 | 1100 | 10000000 | 0 | 1011101 | 11100 | 11111 | 100111110 | 1010111 | 100101 |
Color Harmonies of #B10C80
Complementary color
Monochromatic Colors of #B10C80
Black with #B10C80
Text Example
Text Example
White with #B10C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10C80; }
p { color: rgb(177,12,128); }
H1.HeaderClassName
{
color: #B10C80;
}
.AnyTagClassName
{
color: #B10C80;
}
</style>
background-color css
<style>
a { background-color: #B10C80; }
a { background-color: rgb(177,12,128); }
div.DivClassName
{
background-color: #B10C80;
}
.BgClassName
{
background-color: #B10C80;
}
</style>
border-color css
<style>
span { border-color: #B10C80; }
span { border-color: rgb(177,12,128); }
td.TdClassName
{
border-color: #B10C80;
}
.TagClassName
{
border-color: #B10C80;
}
</style>