Shades of Medium Red Violet #B34098
Tints of Medium Red Violet #B34098
RGB
CMYK
RGB Variations
Color information
#B34098 (or 0xB34098) is known color: Medium Red Violet. HEX triplet: B3, 40 and 98. RGB value is (179,64,152). Sum of RGB (Red+Green+Blue) = 179+64+152=395 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.32% from 395); Green value is 64 (25.39% from 255 or 16.20% from 395); Blue value is 152 (59.77% from 255 or 38.48% from 395); Max value from RGB is 179 - color contains mainly: red. Hex color #B34098 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34098 is #4CBF67. Grayscale: #6C6C6C. Windows color (decimal): -5029736 or 9978035. OLE color: 9978035.
HSL color Cylindrical-coordinate representation of color #B34098: hue angle of 314.09º 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 #B34098 is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 64 | 152 | - |
| CMYK | 0 | 0.64 | 0.15 | 0.30 |
| HSL | 314.09º | 0.47% | 0.48% | - |
| HSV(B) | 314.09º | 0.64% | 0.7% | - |
| XYZ | 26.09 | 15.52 | 31.33 | - |
| YUV | 108.42 | 152.6 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 64 | 152 | 0 | 0.64 | 0.15 | 0.30 | 314.09 | 0.47 | 0.48 |
| Hex | B3 | 40 | 98 | 0 | 40 | F | 1E | 13A | 2F | 30 |
| Octal | 263 | 100 | 230 | 0 | 100 | 17 | 36 | 472 | 57 | 60 |
| Binary | 10110011 | 1000000 | 10011000 | 0 | 1000000 | 1111 | 11110 | 100111010 | 101111 | 110000 |
Color Harmonies of #B34098
Complementary color
Monochromatic Colors of #B34098
Black with #B34098
Text Example
Text Example
White with #B34098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34098; }
p { color: rgb(179,64,152); }
H1.HeaderClassName
{
color: #B34098;
}
.AnyTagClassName
{
color: #B34098;
}
</style>
background-color css
<style>
a { background-color: #B34098; }
a { background-color: rgb(179,64,152); }
div.DivClassName
{
background-color: #B34098;
}
.BgClassName
{
background-color: #B34098;
}
</style>
border-color css
<style>
span { border-color: #B34098; }
span { border-color: rgb(179,64,152); }
td.TdClassName
{
border-color: #B34098;
}
.TagClassName
{
border-color: #B34098;
}
</style>