Shades of Medium Red Violet #B14397
Tints of Medium Red Violet #B14397
RGB
CMYK
RGB Variations
Color information
#B14397 (or 0xB14397) is known color: Medium Red Violet. HEX triplet: B1, 43 and 97. RGB value is (177,67,151). Sum of RGB (Red+Green+Blue) = 177+67+151=395 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.81% from 395); Green value is 67 (26.56% from 255 or 16.96% from 395); Blue value is 151 (59.38% from 255 or 38.23% from 395); Max value from RGB is 177 - color contains mainly: red. Hex color #B14397 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14397 is #4EBC68. Grayscale: #6D6D6D. Windows color (decimal): -5160041 or 9913265. OLE color: 9913265.
HSL color Cylindrical-coordinate representation of color #B14397: hue angle of 314.18º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B14397 is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 67 | 151 | - |
| CMYK | 0 | 0.62 | 0.15 | 0.31 |
| HSL | 314.18º | 0.45% | 0.48% | - |
| HSV(B) | 314.18º | 0.62% | 0.69% | - |
| XYZ | 25.72 | 15.6 | 30.93 | - |
| YUV | 109.47 | 151.44 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 67 | 151 | 0 | 0.62 | 0.15 | 0.31 | 314.18 | 0.45 | 0.48 |
| Hex | B1 | 43 | 97 | 0 | 3E | F | 1F | 13A | 2D | 30 |
| Octal | 261 | 103 | 227 | 0 | 76 | 17 | 37 | 472 | 55 | 60 |
| Binary | 10110001 | 1000011 | 10010111 | 0 | 111110 | 1111 | 11111 | 100111010 | 101101 | 110000 |
Color Harmonies of #B14397
Complementary color
Monochromatic Colors of #B14397
Black with #B14397
Text Example
Text Example
White with #B14397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14397; }
p { color: rgb(177,67,151); }
H1.HeaderClassName
{
color: #B14397;
}
.AnyTagClassName
{
color: #B14397;
}
</style>
background-color css
<style>
a { background-color: #B14397; }
a { background-color: rgb(177,67,151); }
div.DivClassName
{
background-color: #B14397;
}
.BgClassName
{
background-color: #B14397;
}
</style>
border-color css
<style>
span { border-color: #B14397; }
span { border-color: rgb(177,67,151); }
td.TdClassName
{
border-color: #B14397;
}
.TagClassName
{
border-color: #B14397;
}
</style>