Shades of Medium Violet Red #B10D8C
Tints of Medium Violet Red #B10D8C
RGB
CMYK
RGB Variations
Color information
#B10D8C (or 0xB10D8C) is known color: Medium Violet Red. HEX triplet: B1, 0D and 8C. RGB value is (177,13,140). Sum of RGB (Red+Green+Blue) = 177+13+140=330 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.64% from 330); Green value is 13 (5.47% from 255 or 3.94% from 330); Blue value is 140 (55.08% from 255 or 42.42% from 330); Max value from RGB is 177 - color contains mainly: red. Hex color #B10D8C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10D8C is #4EF273. Grayscale: #4C4C4C. Windows color (decimal): -5173876 or 9178545. OLE color: 9178545.
HSL color Cylindrical-coordinate representation of color #B10D8C: hue angle of 313.54º degrees, saturation: 0.86, 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 #B10D8C is Cyan = 0, Magento = 0.93, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 13 | 140 | - |
| CMYK | 0 | 0.93 | 0.21 | 0.31 |
| HSL | 313.54º | 0.86% | 0.37% | - |
| HSV(B) | 313.54º | 0.93% | 0.69% | - |
| XYZ | 23.01 | 11.53 | 25.82 | - |
| YUV | 76.51 | 163.83 | 199.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 13 | 140 | 0 | 0.93 | 0.21 | 0.31 | 313.54 | 0.86 | 0.37 |
| Hex | B1 | D | 8C | 0 | 5D | 15 | 1F | 13A | 56 | 25 |
| Octal | 261 | 15 | 214 | 0 | 135 | 25 | 37 | 472 | 126 | 45 |
| Binary | 10110001 | 1101 | 10001100 | 0 | 1011101 | 10101 | 11111 | 100111010 | 1010110 | 100101 |
Color Harmonies of #B10D8C
Complementary color
Monochromatic Colors of #B10D8C
Black with #B10D8C
Text Example
Text Example
White with #B10D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10D8C; }
p { color: rgb(177,13,140); }
H1.HeaderClassName
{
color: #B10D8C;
}
.AnyTagClassName
{
color: #B10D8C;
}
</style>
background-color css
<style>
a { background-color: #B10D8C; }
a { background-color: rgb(177,13,140); }
div.DivClassName
{
background-color: #B10D8C;
}
.BgClassName
{
background-color: #B10D8C;
}
</style>
border-color css
<style>
span { border-color: #B10D8C; }
span { border-color: rgb(177,13,140); }
td.TdClassName
{
border-color: #B10D8C;
}
.TagClassName
{
border-color: #B10D8C;
}
</style>