Shades of Medium Red Violet #B14396
Tints of Medium Red Violet #B14396
RGB
CMYK
RGB Variations
Color information
#B14396 (or 0xB14396) is known color: Medium Red Violet. HEX triplet: B1, 43 and 96. RGB value is (177,67,150). Sum of RGB (Red+Green+Blue) = 177+67+150=394 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.92% from 394); Green value is 67 (26.56% from 255 or 17.01% from 394); Blue value is 150 (58.98% from 255 or 38.07% from 394); Max value from RGB is 177 - color contains mainly: red. Hex color #B14396 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14396 is #4EBC69. Grayscale: #6D6D6D. Windows color (decimal): -5160042 or 9847729. OLE color: 9847729.
HSL color Cylindrical-coordinate representation of color #B14396: hue angle of 314.73º 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 #B14396 is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 67 | 150 | - |
| CMYK | 0 | 0.62 | 0.15 | 0.31 |
| HSL | 314.73º | 0.45% | 0.48% | - |
| HSV(B) | 314.73º | 0.62% | 0.69% | - |
| XYZ | 25.64 | 15.56 | 30.51 | - |
| YUV | 109.35 | 150.94 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 67 | 150 | 0 | 0.62 | 0.15 | 0.31 | 314.73 | 0.45 | 0.48 |
| Hex | B1 | 43 | 96 | 0 | 3E | F | 1F | 13B | 2D | 30 |
| Octal | 261 | 103 | 226 | 0 | 76 | 17 | 37 | 473 | 55 | 60 |
| Binary | 10110001 | 1000011 | 10010110 | 0 | 111110 | 1111 | 11111 | 100111011 | 101101 | 110000 |
Color Harmonies of #B14396
Complementary color
Monochromatic Colors of #B14396
Black with #B14396
Text Example
Text Example
White with #B14396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14396; }
p { color: rgb(177,67,150); }
H1.HeaderClassName
{
color: #B14396;
}
.AnyTagClassName
{
color: #B14396;
}
</style>
background-color css
<style>
a { background-color: #B14396; }
a { background-color: rgb(177,67,150); }
div.DivClassName
{
background-color: #B14396;
}
.BgClassName
{
background-color: #B14396;
}
</style>
border-color css
<style>
span { border-color: #B14396; }
span { border-color: rgb(177,67,150); }
td.TdClassName
{
border-color: #B14396;
}
.TagClassName
{
border-color: #B14396;
}
</style>