Shades of Medium Red Violet #B34193
Tints of Medium Red Violet #B34193
RGB
CMYK
RGB Variations
Color information
#B34193 (or 0xB34193) is known color: Medium Red Violet. HEX triplet: B3, 41 and 93. RGB value is (179,65,147). Sum of RGB (Red+Green+Blue) = 179+65+147=391 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.78% from 391); Green value is 65 (25.78% from 255 or 16.62% from 391); Blue value is 147 (57.81% from 255 or 37.60% from 391); Max value from RGB is 179 - color contains mainly: red. Hex color #B34193 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34193 is #4CBE6C. Grayscale: #6C6C6C. Windows color (decimal): -5029485 or 9650611. OLE color: 9650611.
HSL color Cylindrical-coordinate representation of color #B34193: hue angle of 316.84º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B34193 is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 65 | 147 | - |
| CMYK | 0 | 0.64 | 0.18 | 0.30 |
| HSL | 316.84º | 0.47% | 0.48% | - |
| HSV(B) | 316.84º | 0.64% | 0.7% | - |
| XYZ | 25.75 | 15.47 | 29.23 | - |
| YUV | 108.43 | 149.77 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 65 | 147 | 0 | 0.64 | 0.18 | 0.30 | 316.84 | 0.47 | 0.48 |
| Hex | B3 | 41 | 93 | 0 | 40 | 12 | 1E | 13D | 2F | 30 |
| Octal | 263 | 101 | 223 | 0 | 100 | 22 | 36 | 475 | 57 | 60 |
| Binary | 10110011 | 1000001 | 10010011 | 0 | 1000000 | 10010 | 11110 | 100111101 | 101111 | 110000 |
Color Harmonies of #B34193
Complementary color
Monochromatic Colors of #B34193
Black with #B34193
Text Example
Text Example
White with #B34193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34193; }
p { color: rgb(179,65,147); }
H1.HeaderClassName
{
color: #B34193;
}
.AnyTagClassName
{
color: #B34193;
}
</style>
background-color css
<style>
a { background-color: #B34193; }
a { background-color: rgb(179,65,147); }
div.DivClassName
{
background-color: #B34193;
}
.BgClassName
{
background-color: #B34193;
}
</style>
border-color css
<style>
span { border-color: #B34193; }
span { border-color: rgb(179,65,147); }
td.TdClassName
{
border-color: #B34193;
}
.TagClassName
{
border-color: #B34193;
}
</style>