Shades of Medium Red Violet #B1458C
Tints of Medium Red Violet #B1458C
RGB
CMYK
RGB Variations
Color information
#B1458C (or 0xB1458C) is known color: Medium Red Violet. HEX triplet: B1, 45 and 8C. RGB value is (177,69,140). Sum of RGB (Red+Green+Blue) = 177+69+140=386 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.85% from 386); Green value is 69 (27.34% from 255 or 17.88% from 386); Blue value is 140 (55.08% from 255 or 36.27% from 386); Max value from RGB is 177 - color contains mainly: red. Hex color #B1458C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1458C is #4EBA73. Grayscale: #6D6D6D. Windows color (decimal): -5159540 or 9192881. OLE color: 9192881.
HSL color Cylindrical-coordinate representation of color #B1458C: hue angle of 320.56º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B1458C is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 69 | 140 | - |
| CMYK | 0 | 0.61 | 0.21 | 0.31 |
| HSL | 320.56º | 0.44% | 0.48% | - |
| HSV(B) | 320.56º | 0.61% | 0.69% | - |
| XYZ | 24.99 | 15.5 | 26.48 | - |
| YUV | 109.39 | 145.28 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 69 | 140 | 0 | 0.61 | 0.21 | 0.31 | 320.56 | 0.44 | 0.48 |
| Hex | B1 | 45 | 8C | 0 | 3D | 15 | 1F | 141 | 2C | 30 |
| Octal | 261 | 105 | 214 | 0 | 75 | 25 | 37 | 501 | 54 | 60 |
| Binary | 10110001 | 1000101 | 10001100 | 0 | 111101 | 10101 | 11111 | 101000001 | 101100 | 110000 |
Color Harmonies of #B1458C
Complementary color
Monochromatic Colors of #B1458C
Black with #B1458C
Text Example
Text Example
White with #B1458C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1458C; }
p { color: rgb(177,69,140); }
H1.HeaderClassName
{
color: #B1458C;
}
.AnyTagClassName
{
color: #B1458C;
}
</style>
background-color css
<style>
a { background-color: #B1458C; }
a { background-color: rgb(177,69,140); }
div.DivClassName
{
background-color: #B1458C;
}
.BgClassName
{
background-color: #B1458C;
}
</style>
border-color css
<style>
span { border-color: #B1458C; }
span { border-color: rgb(177,69,140); }
td.TdClassName
{
border-color: #B1458C;
}
.TagClassName
{
border-color: #B1458C;
}
</style>