Shades of Medium Red Violet #B1239F
Tints of Medium Red Violet #B1239F
RGB
CMYK
RGB Variations
Color information
#B1239F (or 0xB1239F) is known color: Medium Red Violet. HEX triplet: B1, 23 and 9F. RGB value is (177,35,159). Sum of RGB (Red+Green+Blue) = 177+35+159=371 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.71% from 371); Green value is 35 (14.06% from 255 or 9.43% from 371); Blue value is 159 (62.5% from 255 or 42.86% from 371); Max value from RGB is 177 - color contains mainly: red. Hex color #B1239F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1239F is #4EDC60. Grayscale: #5B5B5B. Windows color (decimal): -5168225 or 10429361. OLE color: 10429361.
HSL color Cylindrical-coordinate representation of color #B1239F: hue angle of 307.61º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B1239F is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 35 | 159 | - |
| CMYK | 0 | 0.80 | 0.10 | 0.31 |
| HSL | 307.61º | 0.67% | 0.42% | - |
| HSV(B) | 307.61º | 0.8% | 0.69% | - |
| XYZ | 24.99 | 13.05 | 34 | - |
| YUV | 91.59 | 166.04 | 188.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 35 | 159 | 0 | 0.80 | 0.10 | 0.31 | 307.61 | 0.67 | 0.42 |
| Hex | B1 | 23 | 9F | 0 | 50 | A | 1F | 134 | 43 | 2A |
| Octal | 261 | 43 | 237 | 0 | 120 | 12 | 37 | 464 | 103 | 52 |
| Binary | 10110001 | 100011 | 10011111 | 0 | 1010000 | 1010 | 11111 | 100110100 | 1000011 | 101010 |
Color Harmonies of #B1239F
Complementary color
Monochromatic Colors of #B1239F
Black with #B1239F
Text Example
Text Example
White with #B1239F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1239F; }
p { color: rgb(177,35,159); }
H1.HeaderClassName
{
color: #B1239F;
}
.AnyTagClassName
{
color: #B1239F;
}
</style>
background-color css
<style>
a { background-color: #B1239F; }
a { background-color: rgb(177,35,159); }
div.DivClassName
{
background-color: #B1239F;
}
.BgClassName
{
background-color: #B1239F;
}
</style>
border-color css
<style>
span { border-color: #B1239F; }
span { border-color: rgb(177,35,159); }
td.TdClassName
{
border-color: #B1239F;
}
.TagClassName
{
border-color: #B1239F;
}
</style>