Shades of Medium Red Violet #B14597
Tints of Medium Red Violet #B14597
RGB
CMYK
RGB Variations
Color information
#B14597 (or 0xB14597) is known color: Medium Red Violet. HEX triplet: B1, 45 and 97. RGB value is (177,69,151). Sum of RGB (Red+Green+Blue) = 177+69+151=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 69 (27.34% from 255 or 17.38% from 397); Blue value is 151 (59.38% from 255 or 38.04% from 397); Max value from RGB is 177 - color contains mainly: red. Hex color #B14597 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14597 is #4EBA68. Grayscale: #6E6E6E. Windows color (decimal): -5159529 or 9913777. OLE color: 9913777.
HSL color Cylindrical-coordinate representation of color #B14597: hue angle of 314.44º 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 #B14597 is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 69 | 151 | - |
| CMYK | 0 | 0.61 | 0.15 | 0.31 |
| HSL | 314.44º | 0.44% | 0.48% | - |
| HSV(B) | 314.44º | 0.61% | 0.69% | - |
| XYZ | 25.85 | 15.84 | 30.97 | - |
| YUV | 110.64 | 150.78 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 69 | 151 | 0 | 0.61 | 0.15 | 0.31 | 314.44 | 0.44 | 0.48 |
| Hex | B1 | 45 | 97 | 0 | 3D | F | 1F | 13A | 2C | 30 |
| Octal | 261 | 105 | 227 | 0 | 75 | 17 | 37 | 472 | 54 | 60 |
| Binary | 10110001 | 1000101 | 10010111 | 0 | 111101 | 1111 | 11111 | 100111010 | 101100 | 110000 |
Color Harmonies of #B14597
Complementary color
Monochromatic Colors of #B14597
Black with #B14597
Text Example
Text Example
White with #B14597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14597; }
p { color: rgb(177,69,151); }
H1.HeaderClassName
{
color: #B14597;
}
.AnyTagClassName
{
color: #B14597;
}
</style>
background-color css
<style>
a { background-color: #B14597; }
a { background-color: rgb(177,69,151); }
div.DivClassName
{
background-color: #B14597;
}
.BgClassName
{
background-color: #B14597;
}
</style>
border-color css
<style>
span { border-color: #B14597; }
span { border-color: rgb(177,69,151); }
td.TdClassName
{
border-color: #B14597;
}
.TagClassName
{
border-color: #B14597;
}
</style>