Shades of Medium Red Violet #B34385
Tints of Medium Red Violet #B34385
RGB
CMYK
RGB Variations
Color information
#B34385 (or 0xB34385) is known color: Medium Red Violet. HEX triplet: B3, 43 and 85. RGB value is (179,67,133). Sum of RGB (Red+Green+Blue) = 179+67+133=379 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.23% from 379); Green value is 67 (26.56% from 255 or 17.68% from 379); Blue value is 133 (52.34% from 255 or 35.09% from 379); Max value from RGB is 179 - color contains mainly: red. Hex color #B34385 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34385 is #4CBC7A. Grayscale: #6B6B6B. Windows color (decimal): -5028987 or 8733619. OLE color: 8733619.
HSL color Cylindrical-coordinate representation of color #B34385: hue angle of 324.64º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B34385 is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 67 | 133 | - |
| CMYK | 0 | 0.63 | 0.26 | 0.30 |
| HSL | 324.64º | 0.46% | 0.48% | - |
| HSV(B) | 324.64º | 0.63% | 0.7% | - |
| XYZ | 24.83 | 15.29 | 23.83 | - |
| YUV | 108.01 | 142.11 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 67 | 133 | 0 | 0.63 | 0.26 | 0.30 | 324.64 | 0.46 | 0.48 |
| Hex | B3 | 43 | 85 | 0 | 3F | 1A | 1E | 145 | 2E | 30 |
| Octal | 263 | 103 | 205 | 0 | 77 | 32 | 36 | 505 | 56 | 60 |
| Binary | 10110011 | 1000011 | 10000101 | 0 | 111111 | 11010 | 11110 | 101000101 | 101110 | 110000 |
Color Harmonies of #B34385
Complementary color
Monochromatic Colors of #B34385
Black with #B34385
Text Example
Text Example
White with #B34385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34385; }
p { color: rgb(179,67,133); }
H1.HeaderClassName
{
color: #B34385;
}
.AnyTagClassName
{
color: #B34385;
}
</style>
background-color css
<style>
a { background-color: #B34385; }
a { background-color: rgb(179,67,133); }
div.DivClassName
{
background-color: #B34385;
}
.BgClassName
{
background-color: #B34385;
}
</style>
border-color css
<style>
span { border-color: #B34385; }
span { border-color: rgb(179,67,133); }
td.TdClassName
{
border-color: #B34385;
}
.TagClassName
{
border-color: #B34385;
}
</style>