Shades of Medium Violet Red #B1017C
Tints of Medium Violet Red #B1017C
RGB
CMYK
RGB Variations
Color information
#B1017C (or 0xB1017C) is known color: Medium Violet Red. HEX triplet: B1, 01 and 7C. RGB value is (177,1,124). Sum of RGB (Red+Green+Blue) = 177+1+124=302 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.61% from 302); Green value is 1 (0.78% from 255 or 0.33% from 302); Blue value is 124 (48.83% from 255 or 41.06% from 302); Max value from RGB is 177 - color contains mainly: red. Hex color #B1017C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1017C is #4EFE83. Grayscale: #434343. Windows color (decimal): -5176964 or 8126897. OLE color: 8126897.
HSL color Cylindrical-coordinate representation of color #B1017C: hue angle of 318.07º 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 #B1017C is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 1 | 124 | - |
| CMYK | 0 | 0.99 | 0.30 | 0.31 |
| HSL | 318.07º | 0.99% | 0.35% | - |
| HSV(B) | 318.07º | 0.99% | 0.69% | - |
| XYZ | 21.78 | 10.82 | 20.01 | - |
| YUV | 67.65 | 159.81 | 206 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 1 | 124 | 0 | 0.99 | 0.30 | 0.31 | 318.07 | 0.99 | 0.35 |
| Hex | B1 | 1 | 7C | 0 | 63 | 1E | 1F | 13E | 63 | 23 |
| Octal | 261 | 1 | 174 | 0 | 143 | 36 | 37 | 476 | 143 | 43 |
| Binary | 10110001 | 1 | 1111100 | 0 | 1100011 | 11110 | 11111 | 100111110 | 1100011 | 100011 |
Color Harmonies of #B1017C
Complementary color
Monochromatic Colors of #B1017C
Black with #B1017C
Text Example
Text Example
White with #B1017C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1017C; }
p { color: rgb(177,1,124); }
H1.HeaderClassName
{
color: #B1017C;
}
.AnyTagClassName
{
color: #B1017C;
}
</style>
background-color css
<style>
a { background-color: #B1017C; }
a { background-color: rgb(177,1,124); }
div.DivClassName
{
background-color: #B1017C;
}
.BgClassName
{
background-color: #B1017C;
}
</style>
border-color css
<style>
span { border-color: #B1017C; }
span { border-color: rgb(177,1,124); }
td.TdClassName
{
border-color: #B1017C;
}
.TagClassName
{
border-color: #B1017C;
}
</style>