Shades of Medium Red Violet #B1258E
Tints of Medium Red Violet #B1258E
RGB
CMYK
RGB Variations
Color information
#B1258E (or 0xB1258E) is known color: Medium Red Violet. HEX triplet: B1, 25 and 8E. RGB value is (177,37,142). Sum of RGB (Red+Green+Blue) = 177+37+142=356 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.72% from 356); Green value is 37 (14.84% from 255 or 10.39% from 356); Blue value is 142 (55.86% from 255 or 39.89% from 356); Max value from RGB is 177 - color contains mainly: red. Hex color #B1258E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1258E is #4EDA71. Grayscale: #5A5A5A. Windows color (decimal): -5167730 or 9315761. OLE color: 9315761.
HSL color Cylindrical-coordinate representation of color #B1258E: hue angle of 315º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B1258E is Cyan = 0, Magento = 0.79, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 37 | 142 | - |
| CMYK | 0 | 0.79 | 0.20 | 0.31 |
| HSL | 315º | 0.65% | 0.42% | - |
| HSV(B) | 315º | 0.79% | 0.69% | - |
| XYZ | 23.68 | 12.62 | 26.78 | - |
| YUV | 90.83 | 156.88 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 37 | 142 | 0 | 0.79 | 0.20 | 0.31 | 315 | 0.65 | 0.42 |
| Hex | B1 | 25 | 8E | 0 | 4F | 14 | 1F | 13B | 41 | 2A |
| Octal | 261 | 45 | 216 | 0 | 117 | 24 | 37 | 473 | 101 | 52 |
| Binary | 10110001 | 100101 | 10001110 | 0 | 1001111 | 10100 | 11111 | 100111011 | 1000001 | 101010 |
Color Harmonies of #B1258E
Complementary color
Monochromatic Colors of #B1258E
Black with #B1258E
Text Example
Text Example
White with #B1258E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1258E; }
p { color: rgb(177,37,142); }
H1.HeaderClassName
{
color: #B1258E;
}
.AnyTagClassName
{
color: #B1258E;
}
</style>
background-color css
<style>
a { background-color: #B1258E; }
a { background-color: rgb(177,37,142); }
div.DivClassName
{
background-color: #B1258E;
}
.BgClassName
{
background-color: #B1258E;
}
</style>
border-color css
<style>
span { border-color: #B1258E; }
span { border-color: rgb(177,37,142); }
td.TdClassName
{
border-color: #B1258E;
}
.TagClassName
{
border-color: #B1258E;
}
</style>