Shades of Medium Red Violet #B1237E
Tints of Medium Red Violet #B1237E
RGB
CMYK
RGB Variations
Color information
#B1237E (or 0xB1237E) is known color: Medium Red Violet. HEX triplet: B1, 23 and 7E. RGB value is (177,35,126). Sum of RGB (Red+Green+Blue) = 177+35+126=338 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.37% from 338); Green value is 35 (14.06% from 255 or 10.36% from 338); Blue value is 126 (49.61% from 255 or 37.28% from 338); Max value from RGB is 177 - color contains mainly: red. Hex color #B1237E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1237E is #4EDC81. Grayscale: #575757. Windows color (decimal): -5168258 or 8266673. OLE color: 8266673.
HSL color Cylindrical-coordinate representation of color #B1237E: hue angle of 321.55º 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 #B1237E is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 35 | 126 | - |
| CMYK | 0 | 0.80 | 0.29 | 0.31 |
| HSL | 321.55º | 0.67% | 0.42% | - |
| HSV(B) | 321.55º | 0.8% | 0.69% | - |
| XYZ | 22.5 | 12.06 | 20.88 | - |
| YUV | 87.83 | 149.54 | 191.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 35 | 126 | 0 | 0.80 | 0.29 | 0.31 | 321.55 | 0.67 | 0.42 |
| Hex | B1 | 23 | 7E | 0 | 50 | 1D | 1F | 142 | 43 | 2A |
| Octal | 261 | 43 | 176 | 0 | 120 | 35 | 37 | 502 | 103 | 52 |
| Binary | 10110001 | 100011 | 1111110 | 0 | 1010000 | 11101 | 11111 | 101000010 | 1000011 | 101010 |
Color Harmonies of #B1237E
Complementary color
Monochromatic Colors of #B1237E
Black with #B1237E
Text Example
Text Example
White with #B1237E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1237E; }
p { color: rgb(177,35,126); }
H1.HeaderClassName
{
color: #B1237E;
}
.AnyTagClassName
{
color: #B1237E;
}
</style>
background-color css
<style>
a { background-color: #B1237E; }
a { background-color: rgb(177,35,126); }
div.DivClassName
{
background-color: #B1237E;
}
.BgClassName
{
background-color: #B1237E;
}
</style>
border-color css
<style>
span { border-color: #B1237E; }
span { border-color: rgb(177,35,126); }
td.TdClassName
{
border-color: #B1237E;
}
.TagClassName
{
border-color: #B1237E;
}
</style>