Shades of Medium Violet Red #B1017B
Tints of Medium Violet Red #B1017B
RGB
CMYK
RGB Variations
Color information
#B1017B (or 0xB1017B) is known color: Medium Violet Red. HEX triplet: B1, 01 and 7B. RGB value is (177,1,123). Sum of RGB (Red+Green+Blue) = 177+1+123=301 (39% of max value = 765). Red value is 177 (69.53% from 255 or 58.80% from 301); Green value is 1 (0.78% from 255 or 0.33% from 301); Blue value is 123 (48.44% from 255 or 40.86% from 301); Max value from RGB is 177 - color contains mainly: red. Hex color #B1017B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1017B is #4EFE84. Grayscale: #434343. Windows color (decimal): -5176965 or 8061361. OLE color: 8061361.
HSL color Cylindrical-coordinate representation of color #B1017B: hue angle of 318.41º 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 #B1017B is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 1 | 123 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.31 |
| HSL | 318.41º | 0.99% | 0.35% | - |
| HSV(B) | 318.41º | 0.99% | 0.69% | - |
| XYZ | 21.72 | 10.8 | 19.68 | - |
| YUV | 67.53 | 159.31 | 206.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 1 | 123 | 0 | 0.99 | 0.31 | 0.31 | 318.41 | 0.99 | 0.35 |
| Hex | B1 | 1 | 7B | 0 | 63 | 1F | 1F | 13E | 63 | 23 |
| Octal | 261 | 1 | 173 | 0 | 143 | 37 | 37 | 476 | 143 | 43 |
| Binary | 10110001 | 1 | 1111011 | 0 | 1100011 | 11111 | 11111 | 100111110 | 1100011 | 100011 |
Color Harmonies of #B1017B
Complementary color
Monochromatic Colors of #B1017B
Black with #B1017B
Text Example
Text Example
White with #B1017B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1017B; }
p { color: rgb(177,1,123); }
H1.HeaderClassName
{
color: #B1017B;
}
.AnyTagClassName
{
color: #B1017B;
}
</style>
background-color css
<style>
a { background-color: #B1017B; }
a { background-color: rgb(177,1,123); }
div.DivClassName
{
background-color: #B1017B;
}
.BgClassName
{
background-color: #B1017B;
}
</style>
border-color css
<style>
span { border-color: #B1017B; }
span { border-color: rgb(177,1,123); }
td.TdClassName
{
border-color: #B1017B;
}
.TagClassName
{
border-color: #B1017B;
}
</style>