Shades of Medium Red Violet #B1208C
Tints of Medium Red Violet #B1208C
RGB
CMYK
RGB Variations
Color information
#B1208C (or 0xB1208C) is known color: Medium Red Violet. HEX triplet: B1, 20 and 8C. RGB value is (177,32,140). Sum of RGB (Red+Green+Blue) = 177+32+140=349 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.72% from 349); Green value is 32 (12.89% from 255 or 9.17% from 349); Blue value is 140 (55.08% from 255 or 40.11% from 349); Max value from RGB is 177 - color contains mainly: red. Hex color #B1208C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1208C is #4EDF73. Grayscale: #575757. Windows color (decimal): -5169012 or 9183409. OLE color: 9183409.
HSL color Cylindrical-coordinate representation of color #B1208C: hue angle of 315.31º 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 #B1208C is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 32 | 140 | - |
| CMYK | 0 | 0.82 | 0.21 | 0.31 |
| HSL | 315.31º | 0.69% | 0.41% | - |
| HSV(B) | 315.31º | 0.82% | 0.69% | - |
| XYZ | 23.38 | 12.27 | 25.95 | - |
| YUV | 87.67 | 157.54 | 191.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 32 | 140 | 0 | 0.82 | 0.21 | 0.31 | 315.31 | 0.69 | 0.41 |
| Hex | B1 | 20 | 8C | 0 | 52 | 15 | 1F | 13B | 45 | 29 |
| Octal | 261 | 40 | 214 | 0 | 122 | 25 | 37 | 473 | 105 | 51 |
| Binary | 10110001 | 100000 | 10001100 | 0 | 1010010 | 10101 | 11111 | 100111011 | 1000101 | 101001 |
Color Harmonies of #B1208C
Complementary color
Monochromatic Colors of #B1208C
Black with #B1208C
Text Example
Text Example
White with #B1208C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1208C; }
p { color: rgb(177,32,140); }
H1.HeaderClassName
{
color: #B1208C;
}
.AnyTagClassName
{
color: #B1208C;
}
</style>
background-color css
<style>
a { background-color: #B1208C; }
a { background-color: rgb(177,32,140); }
div.DivClassName
{
background-color: #B1208C;
}
.BgClassName
{
background-color: #B1208C;
}
</style>
border-color css
<style>
span { border-color: #B1208C; }
span { border-color: rgb(177,32,140); }
td.TdClassName
{
border-color: #B1208C;
}
.TagClassName
{
border-color: #B1208C;
}
</style>