Shades of Medium Red Violet #B14194
Tints of Medium Red Violet #B14194
RGB
CMYK
RGB Variations
Color information
#B14194 (or 0xB14194) is known color: Medium Red Violet. HEX triplet: B1, 41 and 94. RGB value is (177,65,148). Sum of RGB (Red+Green+Blue) = 177+65+148=390 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.38% from 390); Green value is 65 (25.78% from 255 or 16.67% from 390); Blue value is 148 (58.20% from 255 or 37.95% from 390); Max value from RGB is 177 - color contains mainly: red. Hex color #B14194 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14194 is #4EBE6B. Grayscale: #6B6B6B. Windows color (decimal): -5160556 or 9716145. OLE color: 9716145.
HSL color Cylindrical-coordinate representation of color #B14194: hue angle of 315.54º 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 #B14194 is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 65 | 148 | - |
| CMYK | 0 | 0.63 | 0.16 | 0.31 |
| HSL | 315.54º | 0.46% | 0.47% | - |
| HSV(B) | 315.54º | 0.63% | 0.69% | - |
| XYZ | 25.37 | 15.27 | 29.63 | - |
| YUV | 107.95 | 150.61 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 65 | 148 | 0 | 0.63 | 0.16 | 0.31 | 315.54 | 0.46 | 0.47 |
| Hex | B1 | 41 | 94 | 0 | 3F | 10 | 1F | 13C | 2E | 2F |
| Octal | 261 | 101 | 224 | 0 | 77 | 20 | 37 | 474 | 56 | 57 |
| Binary | 10110001 | 1000001 | 10010100 | 0 | 111111 | 10000 | 11111 | 100111100 | 101110 | 101111 |
Color Harmonies of #B14194
Complementary color
Monochromatic Colors of #B14194
Black with #B14194
Text Example
Text Example
White with #B14194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14194; }
p { color: rgb(177,65,148); }
H1.HeaderClassName
{
color: #B14194;
}
.AnyTagClassName
{
color: #B14194;
}
</style>
background-color css
<style>
a { background-color: #B14194; }
a { background-color: rgb(177,65,148); }
div.DivClassName
{
background-color: #B14194;
}
.BgClassName
{
background-color: #B14194;
}
</style>
border-color css
<style>
span { border-color: #B14194; }
span { border-color: rgb(177,65,148); }
td.TdClassName
{
border-color: #B14194;
}
.TagClassName
{
border-color: #B14194;
}
</style>