Shades of Medium Red Violet #B34092
Tints of Medium Red Violet #B34092
RGB
CMYK
RGB Variations
Color information
#B34092 (or 0xB34092) is known color: Medium Red Violet. HEX triplet: B3, 40 and 92. RGB value is (179,64,146). Sum of RGB (Red+Green+Blue) = 179+64+146=389 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.02% from 389); Green value is 64 (25.39% from 255 or 16.45% from 389); Blue value is 146 (57.42% from 255 or 37.53% from 389); Max value from RGB is 179 - color contains mainly: red. Hex color #B34092 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34092 is #4CBF6D. Grayscale: #6B6B6B. Windows color (decimal): -5029742 or 9584819. OLE color: 9584819.
HSL color Cylindrical-coordinate representation of color #B34092: hue angle of 317.22º 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 #B34092 is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 64 | 146 | - |
| CMYK | 0 | 0.64 | 0.18 | 0.30 |
| HSL | 317.22º | 0.47% | 0.48% | - |
| HSV(B) | 317.22º | 0.64% | 0.7% | - |
| XYZ | 25.61 | 15.33 | 28.8 | - |
| YUV | 107.73 | 149.6 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 64 | 146 | 0 | 0.64 | 0.18 | 0.30 | 317.22 | 0.47 | 0.48 |
| Hex | B3 | 40 | 92 | 0 | 40 | 12 | 1E | 13D | 2F | 30 |
| Octal | 263 | 100 | 222 | 0 | 100 | 22 | 36 | 475 | 57 | 60 |
| Binary | 10110011 | 1000000 | 10010010 | 0 | 1000000 | 10010 | 11110 | 100111101 | 101111 | 110000 |
Color Harmonies of #B34092
Complementary color
Monochromatic Colors of #B34092
Black with #B34092
Text Example
Text Example
White with #B34092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34092; }
p { color: rgb(179,64,146); }
H1.HeaderClassName
{
color: #B34092;
}
.AnyTagClassName
{
color: #B34092;
}
</style>
background-color css
<style>
a { background-color: #B34092; }
a { background-color: rgb(179,64,146); }
div.DivClassName
{
background-color: #B34092;
}
.BgClassName
{
background-color: #B34092;
}
</style>
border-color css
<style>
span { border-color: #B34092; }
span { border-color: rgb(179,64,146); }
td.TdClassName
{
border-color: #B34092;
}
.TagClassName
{
border-color: #B34092;
}
</style>