Shades of Medium Violet Red #B1007E
Tints of Medium Violet Red #B1007E
RGB
CMYK
RGB Variations
Color information
#B1007E (or 0xB1007E) is known color: Medium Violet Red. HEX triplet: B1, 00 and 7E. RGB value is (177,0,126). Sum of RGB (Red+Green+Blue) = 177+0+126=303 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.42% from 303); Green value is 0 (0.39% from 255 or 0% from 303); Blue value is 126 (49.61% from 255 or 41.58% from 303); Max value from RGB is 177 - color contains mainly: red. Hex color #B1007E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1007E is #4EFF81. Grayscale: #424242. Windows color (decimal): -5177218 or 8257713. OLE color: 8257713.
HSL color Cylindrical-coordinate representation of color #B1007E: hue angle of 317.29º 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 #B1007E is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 0 | 126 | - |
| CMYK | 0 | 1 | 0.29 | 0.31 |
| HSL | 317.29º | 1% | 0.35% | - |
| HSV(B) | 317.29º | 1% | 0.69% | - |
| XYZ | 21.9 | 10.85 | 20.68 | - |
| YUV | 67.29 | 161.14 | 206.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 0 | 126 | 0 | 1 | 0.29 | 0.31 | 317.29 | 1 | 0.35 |
| Hex | B1 | 0 | 7E | 0 | 64 | 1D | 1F | 13D | 64 | 23 |
| Octal | 261 | 0 | 176 | 0 | 144 | 35 | 37 | 475 | 144 | 43 |
| Binary | 10110001 | 0 | 1111110 | 0 | 1100100 | 11101 | 11111 | 100111101 | 1100100 | 100011 |
Color Harmonies of #B1007E
Complementary color
Monochromatic Colors of #B1007E
Black with #B1007E
Text Example
Text Example
White with #B1007E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1007E; }
p { color: rgb(177,0,126); }
H1.HeaderClassName
{
color: #B1007E;
}
.AnyTagClassName
{
color: #B1007E;
}
</style>
background-color css
<style>
a { background-color: #B1007E; }
a { background-color: rgb(177,0,126); }
div.DivClassName
{
background-color: #B1007E;
}
.BgClassName
{
background-color: #B1007E;
}
</style>
border-color css
<style>
span { border-color: #B1007E; }
span { border-color: rgb(177,0,126); }
td.TdClassName
{
border-color: #B1007E;
}
.TagClassName
{
border-color: #B1007E;
}
</style>