Shades of Medium Red Violet #B34090
Tints of Medium Red Violet #B34090
RGB
CMYK
RGB Variations
Color information
#B34090 (or 0xB34090) is known color: Medium Red Violet. HEX triplet: B3, 40 and 90. RGB value is (179,64,144). Sum of RGB (Red+Green+Blue) = 179+64+144=387 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.25% from 387); Green value is 64 (25.39% from 255 or 16.54% from 387); Blue value is 144 (56.64% from 255 or 37.21% from 387); Max value from RGB is 179 - color contains mainly: red. Hex color #B34090 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34090 is #4CBF6F. Grayscale: #6B6B6B. Windows color (decimal): -5029744 or 9453747. OLE color: 9453747.
HSL color Cylindrical-coordinate representation of color #B34090: hue angle of 318.26º 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 #B34090 is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 64 | 144 | - |
| CMYK | 0 | 0.64 | 0.20 | 0.30 |
| HSL | 318.26º | 0.47% | 0.48% | - |
| HSV(B) | 318.26º | 0.64% | 0.7% | - |
| XYZ | 25.46 | 15.26 | 27.99 | - |
| YUV | 107.51 | 148.6 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 64 | 144 | 0 | 0.64 | 0.20 | 0.30 | 318.26 | 0.47 | 0.48 |
| Hex | B3 | 40 | 90 | 0 | 40 | 14 | 1E | 13E | 2F | 30 |
| Octal | 263 | 100 | 220 | 0 | 100 | 24 | 36 | 476 | 57 | 60 |
| Binary | 10110011 | 1000000 | 10010000 | 0 | 1000000 | 10100 | 11110 | 100111110 | 101111 | 110000 |
Color Harmonies of #B34090
Complementary color
Monochromatic Colors of #B34090
Black with #B34090
Text Example
Text Example
White with #B34090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34090; }
p { color: rgb(179,64,144); }
H1.HeaderClassName
{
color: #B34090;
}
.AnyTagClassName
{
color: #B34090;
}
</style>
background-color css
<style>
a { background-color: #B34090; }
a { background-color: rgb(179,64,144); }
div.DivClassName
{
background-color: #B34090;
}
.BgClassName
{
background-color: #B34090;
}
</style>
border-color css
<style>
span { border-color: #B34090; }
span { border-color: rgb(179,64,144); }
td.TdClassName
{
border-color: #B34090;
}
.TagClassName
{
border-color: #B34090;
}
</style>