Shades of Medium Red Violet #B1299C
Tints of Medium Red Violet #B1299C
RGB
CMYK
RGB Variations
Color information
#B1299C (or 0xB1299C) is known color: Medium Red Violet. HEX triplet: B1, 29 and 9C. RGB value is (177,41,156). Sum of RGB (Red+Green+Blue) = 177+41+156=374 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.33% from 374); Green value is 41 (16.41% from 255 or 10.96% from 374); Blue value is 156 (61.33% from 255 or 41.71% from 374); Max value from RGB is 177 - color contains mainly: red. Hex color #B1299C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1299C is #4ED663. Grayscale: #5E5E5E. Windows color (decimal): -5166692 or 10234289. OLE color: 10234289.
HSL color Cylindrical-coordinate representation of color #B1299C: hue angle of 309.26º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B1299C is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 41 | 156 | - |
| CMYK | 0 | 0.77 | 0.12 | 0.31 |
| HSL | 309.26º | 0.62% | 0.43% | - |
| HSV(B) | 309.26º | 0.77% | 0.69% | - |
| XYZ | 24.93 | 13.33 | 32.71 | - |
| YUV | 94.77 | 162.56 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 41 | 156 | 0 | 0.77 | 0.12 | 0.31 | 309.26 | 0.62 | 0.43 |
| Hex | B1 | 29 | 9C | 0 | 4D | C | 1F | 135 | 3E | 2B |
| Octal | 261 | 51 | 234 | 0 | 115 | 14 | 37 | 465 | 76 | 53 |
| Binary | 10110001 | 101001 | 10011100 | 0 | 1001101 | 1100 | 11111 | 100110101 | 111110 | 101011 |
Color Harmonies of #B1299C
Complementary color
Monochromatic Colors of #B1299C
Black with #B1299C
Text Example
Text Example
White with #B1299C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1299C; }
p { color: rgb(177,41,156); }
H1.HeaderClassName
{
color: #B1299C;
}
.AnyTagClassName
{
color: #B1299C;
}
</style>
background-color css
<style>
a { background-color: #B1299C; }
a { background-color: rgb(177,41,156); }
div.DivClassName
{
background-color: #B1299C;
}
.BgClassName
{
background-color: #B1299C;
}
</style>
border-color css
<style>
span { border-color: #B1299C; }
span { border-color: rgb(177,41,156); }
td.TdClassName
{
border-color: #B1299C;
}
.TagClassName
{
border-color: #B1299C;
}
</style>