Shades of Medium Red Violet #B1298D
Tints of Medium Red Violet #B1298D
RGB
CMYK
RGB Variations
Color information
#B1298D (or 0xB1298D) is known color: Medium Red Violet. HEX triplet: B1, 29 and 8D. RGB value is (177,41,141). Sum of RGB (Red+Green+Blue) = 177+41+141=359 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.30% from 359); Green value is 41 (16.41% from 255 or 11.42% from 359); Blue value is 141 (55.47% from 255 or 39.28% from 359); Max value from RGB is 177 - color contains mainly: red. Hex color #B1298D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1298D is #4ED672. Grayscale: #5C5C5C. Windows color (decimal): -5166707 or 9251249. OLE color: 9251249.
HSL color Cylindrical-coordinate representation of color #B1298D: hue angle of 315.88º 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 #B1298D is Cyan = 0, Magento = 0.77, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 41 | 141 | - |
| CMYK | 0 | 0.77 | 0.20 | 0.31 |
| HSL | 315.88º | 0.62% | 0.43% | - |
| HSV(B) | 315.88º | 0.77% | 0.69% | - |
| XYZ | 23.73 | 12.86 | 26.43 | - |
| YUV | 93.06 | 155.06 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 41 | 141 | 0 | 0.77 | 0.20 | 0.31 | 315.88 | 0.62 | 0.43 |
| Hex | B1 | 29 | 8D | 0 | 4D | 14 | 1F | 13C | 3E | 2B |
| Octal | 261 | 51 | 215 | 0 | 115 | 24 | 37 | 474 | 76 | 53 |
| Binary | 10110001 | 101001 | 10001101 | 0 | 1001101 | 10100 | 11111 | 100111100 | 111110 | 101011 |
Color Harmonies of #B1298D
Complementary color
Monochromatic Colors of #B1298D
Black with #B1298D
Text Example
Text Example
White with #B1298D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1298D; }
p { color: rgb(177,41,141); }
H1.HeaderClassName
{
color: #B1298D;
}
.AnyTagClassName
{
color: #B1298D;
}
</style>
background-color css
<style>
a { background-color: #B1298D; }
a { background-color: rgb(177,41,141); }
div.DivClassName
{
background-color: #B1298D;
}
.BgClassName
{
background-color: #B1298D;
}
</style>
border-color css
<style>
span { border-color: #B1298D; }
span { border-color: rgb(177,41,141); }
td.TdClassName
{
border-color: #B1298D;
}
.TagClassName
{
border-color: #B1298D;
}
</style>