Shades of Medium Red Violet #B14197
Tints of Medium Red Violet #B14197
RGB
CMYK
RGB Variations
Color information
#B14197 (or 0xB14197) is known color: Medium Red Violet. HEX triplet: B1, 41 and 97. RGB value is (177,65,151). Sum of RGB (Red+Green+Blue) = 177+65+151=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 65 (25.78% from 255 or 16.54% from 393); Blue value is 151 (59.38% from 255 or 38.42% from 393); Max value from RGB is 177 - color contains mainly: red. Hex color #B14197 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14197 is #4EBE68. Grayscale: #6C6C6C. Windows color (decimal): -5160553 or 9912753. OLE color: 9912753.
HSL color Cylindrical-coordinate representation of color #B14197: hue angle of 313.93º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B14197 is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 65 | 151 | - |
| CMYK | 0 | 0.63 | 0.15 | 0.31 |
| HSL | 313.93º | 0.46% | 0.47% | - |
| HSV(B) | 313.93º | 0.63% | 0.69% | - |
| XYZ | 25.61 | 15.36 | 30.89 | - |
| YUV | 108.29 | 152.11 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 65 | 151 | 0 | 0.63 | 0.15 | 0.31 | 313.93 | 0.46 | 0.47 |
| Hex | B1 | 41 | 97 | 0 | 3F | F | 1F | 13A | 2E | 2F |
| Octal | 261 | 101 | 227 | 0 | 77 | 17 | 37 | 472 | 56 | 57 |
| Binary | 10110001 | 1000001 | 10010111 | 0 | 111111 | 1111 | 11111 | 100111010 | 101110 | 101111 |
Color Harmonies of #B14197
Complementary color
Monochromatic Colors of #B14197
Black with #B14197
Text Example
Text Example
White with #B14197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14197; }
p { color: rgb(177,65,151); }
H1.HeaderClassName
{
color: #B14197;
}
.AnyTagClassName
{
color: #B14197;
}
</style>
background-color css
<style>
a { background-color: #B14197; }
a { background-color: rgb(177,65,151); }
div.DivClassName
{
background-color: #B14197;
}
.BgClassName
{
background-color: #B14197;
}
</style>
border-color css
<style>
span { border-color: #B14197; }
span { border-color: rgb(177,65,151); }
td.TdClassName
{
border-color: #B14197;
}
.TagClassName
{
border-color: #B14197;
}
</style>