Shades of Medium Red Violet #B1298F
Tints of Medium Red Violet #B1298F
RGB
CMYK
RGB Variations
Color information
#B1298F (or 0xB1298F) is known color: Medium Red Violet. HEX triplet: B1, 29 and 8F. RGB value is (177,41,143). Sum of RGB (Red+Green+Blue) = 177+41+143=361 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.03% from 361); Green value is 41 (16.41% from 255 or 11.36% from 361); Blue value is 143 (56.25% from 255 or 39.61% from 361); Max value from RGB is 177 - color contains mainly: red. Hex color #B1298F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1298F is #4ED670. Grayscale: #5D5D5D. Windows color (decimal): -5166705 or 9382321. OLE color: 9382321.
HSL color Cylindrical-coordinate representation of color #B1298F: hue angle of 315º 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 #B1298F is Cyan = 0, Magento = 0.77, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 41 | 143 | - |
| CMYK | 0 | 0.77 | 0.19 | 0.31 |
| HSL | 315º | 0.62% | 0.43% | - |
| HSV(B) | 315º | 0.77% | 0.69% | - |
| XYZ | 23.88 | 12.92 | 27.22 | - |
| YUV | 93.29 | 156.06 | 187.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 41 | 143 | 0 | 0.77 | 0.19 | 0.31 | 315 | 0.62 | 0.43 |
| Hex | B1 | 29 | 8F | 0 | 4D | 13 | 1F | 13B | 3E | 2B |
| Octal | 261 | 51 | 217 | 0 | 115 | 23 | 37 | 473 | 76 | 53 |
| Binary | 10110001 | 101001 | 10001111 | 0 | 1001101 | 10011 | 11111 | 100111011 | 111110 | 101011 |
Color Harmonies of #B1298F
Complementary color
Monochromatic Colors of #B1298F
Black with #B1298F
Text Example
Text Example
White with #B1298F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1298F; }
p { color: rgb(177,41,143); }
H1.HeaderClassName
{
color: #B1298F;
}
.AnyTagClassName
{
color: #B1298F;
}
</style>
background-color css
<style>
a { background-color: #B1298F; }
a { background-color: rgb(177,41,143); }
div.DivClassName
{
background-color: #B1298F;
}
.BgClassName
{
background-color: #B1298F;
}
</style>
border-color css
<style>
span { border-color: #B1298F; }
span { border-color: rgb(177,41,143); }
td.TdClassName
{
border-color: #B1298F;
}
.TagClassName
{
border-color: #B1298F;
}
</style>