Shades of Medium Red Violet #B1207C
Tints of Medium Red Violet #B1207C
RGB
CMYK
RGB Variations
Color information
#B1207C (or 0xB1207C) is known color: Medium Red Violet. HEX triplet: B1, 20 and 7C. RGB value is (177,32,124). Sum of RGB (Red+Green+Blue) = 177+32+124=333 (44% of max value = 765). Red value is 177 (69.53% from 255 or 53.15% from 333); Green value is 32 (12.89% from 255 or 9.61% from 333); Blue value is 124 (48.83% from 255 or 37.24% from 333); Max value from RGB is 177 - color contains mainly: red. Hex color #B1207C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1207C is #4EDF83. Grayscale: #555555. Windows color (decimal): -5169028 or 8134833. OLE color: 8134833.
HSL color Cylindrical-coordinate representation of color #B1207C: hue angle of 321.93º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B1207C is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 32 | 124 | - |
| CMYK | 0 | 0.82 | 0.30 | 0.31 |
| HSL | 321.93º | 0.69% | 0.41% | - |
| HSV(B) | 321.93º | 0.82% | 0.69% | - |
| XYZ | 22.29 | 11.84 | 20.18 | - |
| YUV | 85.84 | 149.54 | 193.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 32 | 124 | 0 | 0.82 | 0.30 | 0.31 | 321.93 | 0.69 | 0.41 |
| Hex | B1 | 20 | 7C | 0 | 52 | 1E | 1F | 142 | 45 | 29 |
| Octal | 261 | 40 | 174 | 0 | 122 | 36 | 37 | 502 | 105 | 51 |
| Binary | 10110001 | 100000 | 1111100 | 0 | 1010010 | 11110 | 11111 | 101000010 | 1000101 | 101001 |
Color Harmonies of #B1207C
Complementary color
Monochromatic Colors of #B1207C
Black with #B1207C
Text Example
Text Example
White with #B1207C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1207C; }
p { color: rgb(177,32,124); }
H1.HeaderClassName
{
color: #B1207C;
}
.AnyTagClassName
{
color: #B1207C;
}
</style>
background-color css
<style>
a { background-color: #B1207C; }
a { background-color: rgb(177,32,124); }
div.DivClassName
{
background-color: #B1207C;
}
.BgClassName
{
background-color: #B1207C;
}
</style>
border-color css
<style>
span { border-color: #B1207C; }
span { border-color: rgb(177,32,124); }
td.TdClassName
{
border-color: #B1207C;
}
.TagClassName
{
border-color: #B1207C;
}
</style>