Shades of Medium Violet Red #B1017F
Tints of Medium Violet Red #B1017F
RGB
CMYK
RGB Variations
Color information
#B1017F (or 0xB1017F) is known color: Medium Violet Red. HEX triplet: B1, 01 and 7F. RGB value is (177,1,127). Sum of RGB (Red+Green+Blue) = 177+1+127=305 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.03% from 305); Green value is 1 (0.78% from 255 or 0.33% from 305); Blue value is 127 (50% from 255 or 41.64% from 305); Max value from RGB is 177 - color contains mainly: red. Hex color #B1017F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1017F is #4EFE80. Grayscale: #434343. Windows color (decimal): -5176961 or 8323505. OLE color: 8323505.
HSL color Cylindrical-coordinate representation of color #B1017F: hue angle of 317.05º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B1017F is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 1 | 127 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.31 |
| HSL | 317.05º | 0.99% | 0.35% | - |
| HSV(B) | 317.05º | 0.99% | 0.69% | - |
| XYZ | 21.97 | 10.9 | 21.02 | - |
| YUV | 67.99 | 161.31 | 205.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 1 | 127 | 0 | 0.99 | 0.28 | 0.31 | 317.05 | 0.99 | 0.35 |
| Hex | B1 | 1 | 7F | 0 | 63 | 1C | 1F | 13D | 63 | 23 |
| Octal | 261 | 1 | 177 | 0 | 143 | 34 | 37 | 475 | 143 | 43 |
| Binary | 10110001 | 1 | 1111111 | 0 | 1100011 | 11100 | 11111 | 100111101 | 1100011 | 100011 |
Color Harmonies of #B1017F
Complementary color
Monochromatic Colors of #B1017F
Black with #B1017F
Text Example
Text Example
White with #B1017F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1017F; }
p { color: rgb(177,1,127); }
H1.HeaderClassName
{
color: #B1017F;
}
.AnyTagClassName
{
color: #B1017F;
}
</style>
background-color css
<style>
a { background-color: #B1017F; }
a { background-color: rgb(177,1,127); }
div.DivClassName
{
background-color: #B1017F;
}
.BgClassName
{
background-color: #B1017F;
}
</style>
border-color css
<style>
span { border-color: #B1017F; }
span { border-color: rgb(177,1,127); }
td.TdClassName
{
border-color: #B1017F;
}
.TagClassName
{
border-color: #B1017F;
}
</style>