Shades of Medium Violet Red #B1017E
Tints of Medium Violet Red #B1017E
RGB
CMYK
RGB Variations
Color information
#B1017E (or 0xB1017E) is known color: Medium Violet Red. HEX triplet: B1, 01 and 7E. RGB value is (177,1,126). Sum of RGB (Red+Green+Blue) = 177+1+126=304 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.22% from 304); Green value is 1 (0.78% from 255 or 0.33% from 304); Blue value is 126 (49.61% from 255 or 41.45% from 304); Max value from RGB is 177 - color contains mainly: red. Hex color #B1017E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1017E is #4EFE81. Grayscale: #434343. Windows color (decimal): -5176962 or 8257969. OLE color: 8257969.
HSL color Cylindrical-coordinate representation of color #B1017E: hue angle of 317.39º 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 #B1017E is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 1 | 126 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.31 |
| HSL | 317.39º | 0.99% | 0.35% | - |
| HSV(B) | 317.39º | 0.99% | 0.69% | - |
| XYZ | 21.91 | 10.88 | 20.68 | - |
| YUV | 67.87 | 160.81 | 205.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 1 | 126 | 0 | 0.99 | 0.29 | 0.31 | 317.39 | 0.99 | 0.35 |
| Hex | B1 | 1 | 7E | 0 | 63 | 1D | 1F | 13D | 63 | 23 |
| Octal | 261 | 1 | 176 | 0 | 143 | 35 | 37 | 475 | 143 | 43 |
| Binary | 10110001 | 1 | 1111110 | 0 | 1100011 | 11101 | 11111 | 100111101 | 1100011 | 100011 |
Color Harmonies of #B1017E
Complementary color
Monochromatic Colors of #B1017E
Black with #B1017E
Text Example
Text Example
White with #B1017E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1017E; }
p { color: rgb(177,1,126); }
H1.HeaderClassName
{
color: #B1017E;
}
.AnyTagClassName
{
color: #B1017E;
}
</style>
background-color css
<style>
a { background-color: #B1017E; }
a { background-color: rgb(177,1,126); }
div.DivClassName
{
background-color: #B1017E;
}
.BgClassName
{
background-color: #B1017E;
}
</style>
border-color css
<style>
span { border-color: #B1017E; }
span { border-color: rgb(177,1,126); }
td.TdClassName
{
border-color: #B1017E;
}
.TagClassName
{
border-color: #B1017E;
}
</style>