Shades of Medium Red Violet #B14394
Tints of Medium Red Violet #B14394
RGB
CMYK
RGB Variations
Color information
#B14394 (or 0xB14394) is known color: Medium Red Violet. HEX triplet: B1, 43 and 94. RGB value is (177,67,148). Sum of RGB (Red+Green+Blue) = 177+67+148=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 67 (26.56% from 255 or 17.09% from 392); Blue value is 148 (58.20% from 255 or 37.76% from 392); Max value from RGB is 177 - color contains mainly: red. Hex color #B14394 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14394 is #4EBC6B. Grayscale: #6C6C6C. Windows color (decimal): -5160044 or 9716657. OLE color: 9716657.
HSL color Cylindrical-coordinate representation of color #B14394: hue angle of 315.82º 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 #B14394 is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 67 | 148 | - |
| CMYK | 0 | 0.62 | 0.16 | 0.31 |
| HSL | 315.82º | 0.45% | 0.48% | - |
| HSV(B) | 315.82º | 0.62% | 0.69% | - |
| XYZ | 25.48 | 15.5 | 29.67 | - |
| YUV | 109.12 | 149.94 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 67 | 148 | 0 | 0.62 | 0.16 | 0.31 | 315.82 | 0.45 | 0.48 |
| Hex | B1 | 43 | 94 | 0 | 3E | 10 | 1F | 13C | 2D | 30 |
| Octal | 261 | 103 | 224 | 0 | 76 | 20 | 37 | 474 | 55 | 60 |
| Binary | 10110001 | 1000011 | 10010100 | 0 | 111110 | 10000 | 11111 | 100111100 | 101101 | 110000 |
Color Harmonies of #B14394
Complementary color
Monochromatic Colors of #B14394
Black with #B14394
Text Example
Text Example
White with #B14394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14394; }
p { color: rgb(177,67,148); }
H1.HeaderClassName
{
color: #B14394;
}
.AnyTagClassName
{
color: #B14394;
}
</style>
background-color css
<style>
a { background-color: #B14394; }
a { background-color: rgb(177,67,148); }
div.DivClassName
{
background-color: #B14394;
}
.BgClassName
{
background-color: #B14394;
}
</style>
border-color css
<style>
span { border-color: #B14394; }
span { border-color: rgb(177,67,148); }
td.TdClassName
{
border-color: #B14394;
}
.TagClassName
{
border-color: #B14394;
}
</style>