Shades of Medium Red Violet #B1289A
Tints of Medium Red Violet #B1289A
RGB
CMYK
RGB Variations
Color information
#B1289A (or 0xB1289A) is known color: Medium Red Violet. HEX triplet: B1, 28 and 9A. RGB value is (177,40,154). Sum of RGB (Red+Green+Blue) = 177+40+154=371 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.71% from 371); Green value is 40 (16.02% from 255 or 10.78% from 371); Blue value is 154 (60.55% from 255 or 41.51% from 371); Max value from RGB is 177 - color contains mainly: red. Hex color #B1289A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1289A is #4ED765. Grayscale: #5D5D5D. Windows color (decimal): -5166950 or 10102961. OLE color: 10102961.
HSL color Cylindrical-coordinate representation of color #B1289A: hue angle of 310.07º degrees, saturation: 0.63, 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 #B1289A is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 40 | 154 | - |
| CMYK | 0 | 0.77 | 0.13 | 0.31 |
| HSL | 310.07º | 0.63% | 0.43% | - |
| HSV(B) | 310.07º | 0.77% | 0.69% | - |
| XYZ | 24.72 | 13.2 | 31.82 | - |
| YUV | 93.96 | 161.89 | 187.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 40 | 154 | 0 | 0.77 | 0.13 | 0.31 | 310.07 | 0.63 | 0.43 |
| Hex | B1 | 28 | 9A | 0 | 4D | D | 1F | 136 | 3F | 2B |
| Octal | 261 | 50 | 232 | 0 | 115 | 15 | 37 | 466 | 77 | 53 |
| Binary | 10110001 | 101000 | 10011010 | 0 | 1001101 | 1101 | 11111 | 100110110 | 111111 | 101011 |
Color Harmonies of #B1289A
Complementary color
Monochromatic Colors of #B1289A
Black with #B1289A
Text Example
Text Example
White with #B1289A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1289A; }
p { color: rgb(177,40,154); }
H1.HeaderClassName
{
color: #B1289A;
}
.AnyTagClassName
{
color: #B1289A;
}
</style>
background-color css
<style>
a { background-color: #B1289A; }
a { background-color: rgb(177,40,154); }
div.DivClassName
{
background-color: #B1289A;
}
.BgClassName
{
background-color: #B1289A;
}
</style>
border-color css
<style>
span { border-color: #B1289A; }
span { border-color: rgb(177,40,154); }
td.TdClassName
{
border-color: #B1289A;
}
.TagClassName
{
border-color: #B1289A;
}
</style>