Shades of Medium Violet Red #B1007F
Tints of Medium Violet Red #B1007F
RGB
CMYK
RGB Variations
Color information
#B1007F (or 0xB1007F) is known color: Medium Violet Red. HEX triplet: B1, 00 and 7F. RGB value is (177,0,127). Sum of RGB (Red+Green+Blue) = 177+0+127=304 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.22% from 304); Green value is 0 (0.39% from 255 or 0% from 304); Blue value is 127 (50% from 255 or 41.78% from 304); Max value from RGB is 177 - color contains mainly: red. Hex color #B1007F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1007F is #4EFF80. Grayscale: #434343. Windows color (decimal): -5177217 or 8323249. OLE color: 8323249.
HSL color Cylindrical-coordinate representation of color #B1007F: hue angle of 316.95º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B1007F is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 0 | 127 | - |
| CMYK | 0 | 1 | 0.28 | 0.31 |
| HSL | 316.95º | 1% | 0.35% | - |
| HSV(B) | 316.95º | 1% | 0.69% | - |
| XYZ | 21.96 | 10.88 | 21.02 | - |
| YUV | 67.4 | 161.64 | 206.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 0 | 127 | 0 | 1 | 0.28 | 0.31 | 316.95 | 1 | 0.35 |
| Hex | B1 | 0 | 7F | 0 | 64 | 1C | 1F | 13D | 64 | 23 |
| Octal | 261 | 0 | 177 | 0 | 144 | 34 | 37 | 475 | 144 | 43 |
| Binary | 10110001 | 0 | 1111111 | 0 | 1100100 | 11100 | 11111 | 100111101 | 1100100 | 100011 |
Color Harmonies of #B1007F
Complementary color
Monochromatic Colors of #B1007F
Black with #B1007F
Text Example
Text Example
White with #B1007F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1007F; }
p { color: rgb(177,0,127); }
H1.HeaderClassName
{
color: #B1007F;
}
.AnyTagClassName
{
color: #B1007F;
}
</style>
background-color css
<style>
a { background-color: #B1007F; }
a { background-color: rgb(177,0,127); }
div.DivClassName
{
background-color: #B1007F;
}
.BgClassName
{
background-color: #B1007F;
}
</style>
border-color css
<style>
span { border-color: #B1007F; }
span { border-color: rgb(177,0,127); }
td.TdClassName
{
border-color: #B1007F;
}
.TagClassName
{
border-color: #B1007F;
}
</style>