Shades of Medium Red Violet #B1298A
Tints of Medium Red Violet #B1298A
RGB
CMYK
RGB Variations
Color information
#B1298A (or 0xB1298A) is known color: Medium Red Violet. HEX triplet: B1, 29 and 8A. RGB value is (177,41,138). Sum of RGB (Red+Green+Blue) = 177+41+138=356 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.72% from 356); Green value is 41 (16.41% from 255 or 11.52% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 177 - color contains mainly: red. Hex color #B1298A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1298A is #4ED675. Grayscale: #5C5C5C. Windows color (decimal): -5166710 or 9054641. OLE color: 9054641.
HSL color Cylindrical-coordinate representation of color #B1298A: hue angle of 317.21º 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 #B1298A is Cyan = 0, Magento = 0.77, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 41 | 138 | - |
| CMYK | 0 | 0.77 | 0.22 | 0.31 |
| HSL | 317.21º | 0.62% | 0.43% | - |
| HSV(B) | 317.21º | 0.77% | 0.69% | - |
| XYZ | 23.51 | 12.77 | 25.27 | - |
| YUV | 92.72 | 153.56 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 41 | 138 | 0 | 0.77 | 0.22 | 0.31 | 317.21 | 0.62 | 0.43 |
| Hex | B1 | 29 | 8A | 0 | 4D | 16 | 1F | 13D | 3E | 2B |
| Octal | 261 | 51 | 212 | 0 | 115 | 26 | 37 | 475 | 76 | 53 |
| Binary | 10110001 | 101001 | 10001010 | 0 | 1001101 | 10110 | 11111 | 100111101 | 111110 | 101011 |
Color Harmonies of #B1298A
Complementary color
Monochromatic Colors of #B1298A
Black with #B1298A
Text Example
Text Example
White with #B1298A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1298A; }
p { color: rgb(177,41,138); }
H1.HeaderClassName
{
color: #B1298A;
}
.AnyTagClassName
{
color: #B1298A;
}
</style>
background-color css
<style>
a { background-color: #B1298A; }
a { background-color: rgb(177,41,138); }
div.DivClassName
{
background-color: #B1298A;
}
.BgClassName
{
background-color: #B1298A;
}
</style>
border-color css
<style>
span { border-color: #B1298A; }
span { border-color: rgb(177,41,138); }
td.TdClassName
{
border-color: #B1298A;
}
.TagClassName
{
border-color: #B1298A;
}
</style>