Shades of Medium Violet Red #B1058C
Tints of Medium Violet Red #B1058C
RGB
CMYK
RGB Variations
Color information
#B1058C (or 0xB1058C) is known color: Medium Violet Red. HEX triplet: B1, 05 and 8C. RGB value is (177,5,140). Sum of RGB (Red+Green+Blue) = 177+5+140=322 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.97% from 322); Green value is 5 (2.34% from 255 or 1.55% from 322); Blue value is 140 (55.08% from 255 or 43.48% from 322); Max value from RGB is 177 - color contains mainly: red. Hex color #B1058C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1058C is #4EFA73. Grayscale: #474747. Windows color (decimal): -5175924 or 9176497. OLE color: 9176497.
HSL color Cylindrical-coordinate representation of color #B1058C: hue angle of 312.91º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B1058C is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 5 | 140 | - |
| CMYK | 0 | 0.97 | 0.21 | 0.31 |
| HSL | 312.91º | 0.95% | 0.36% | - |
| HSV(B) | 312.91º | 0.97% | 0.69% | - |
| XYZ | 22.92 | 11.35 | 25.79 | - |
| YUV | 71.82 | 166.48 | 203.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 5 | 140 | 0 | 0.97 | 0.21 | 0.31 | 312.91 | 0.95 | 0.36 |
| Hex | B1 | 5 | 8C | 0 | 61 | 15 | 1F | 139 | 5F | 24 |
| Octal | 261 | 5 | 214 | 0 | 141 | 25 | 37 | 471 | 137 | 44 |
| Binary | 10110001 | 101 | 10001100 | 0 | 1100001 | 10101 | 11111 | 100111001 | 1011111 | 100100 |
Color Harmonies of #B1058C
Complementary color
Monochromatic Colors of #B1058C
Black with #B1058C
Text Example
Text Example
White with #B1058C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1058C; }
p { color: rgb(177,5,140); }
H1.HeaderClassName
{
color: #B1058C;
}
.AnyTagClassName
{
color: #B1058C;
}
</style>
background-color css
<style>
a { background-color: #B1058C; }
a { background-color: rgb(177,5,140); }
div.DivClassName
{
background-color: #B1058C;
}
.BgClassName
{
background-color: #B1058C;
}
</style>
border-color css
<style>
span { border-color: #B1058C; }
span { border-color: rgb(177,5,140); }
td.TdClassName
{
border-color: #B1058C;
}
.TagClassName
{
border-color: #B1058C;
}
</style>