Shades of Medium Red Violet #B5358C
Tints of Medium Red Violet #B5358C
RGB
CMYK
RGB Variations
Color information
#B5358C (or 0xB5358C) is known color: Medium Red Violet. HEX triplet: B5, 35 and 8C. RGB value is (181,53,140). Sum of RGB (Red+Green+Blue) = 181+53+140=374 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.40% from 374); Green value is 53 (21.09% from 255 or 14.17% from 374); Blue value is 140 (55.08% from 255 or 37.43% from 374); Max value from RGB is 181 - color contains mainly: red. Hex color #B5358C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5358C is #4ACA73. Grayscale: #646464. Windows color (decimal): -4901492 or 9188789. OLE color: 9188789.
HSL color Cylindrical-coordinate representation of color #B5358C: hue angle of 319.22º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B5358C is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 53 | 140 | - |
| CMYK | 0 | 0.71 | 0.23 | 0.29 |
| HSL | 319.22º | 0.55% | 0.46% | - |
| HSV(B) | 319.22º | 0.71% | 0.71% | - |
| XYZ | 25.06 | 14.26 | 26.24 | - |
| YUV | 101.19 | 149.91 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 53 | 140 | 0 | 0.71 | 0.23 | 0.29 | 319.22 | 0.55 | 0.46 |
| Hex | B5 | 35 | 8C | 0 | 47 | 17 | 1D | 13F | 37 | 2E |
| Octal | 265 | 65 | 214 | 0 | 107 | 27 | 35 | 477 | 67 | 56 |
| Binary | 10110101 | 110101 | 10001100 | 0 | 1000111 | 10111 | 11101 | 100111111 | 110111 | 101110 |
Color Harmonies of #B5358C
Complementary color
Monochromatic Colors of #B5358C
Black with #B5358C
Text Example
Text Example
White with #B5358C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5358C; }
p { color: rgb(181,53,140); }
H1.HeaderClassName
{
color: #B5358C;
}
.AnyTagClassName
{
color: #B5358C;
}
</style>
background-color css
<style>
a { background-color: #B5358C; }
a { background-color: rgb(181,53,140); }
div.DivClassName
{
background-color: #B5358C;
}
.BgClassName
{
background-color: #B5358C;
}
</style>
border-color css
<style>
span { border-color: #B5358C; }
span { border-color: rgb(181,53,140); }
td.TdClassName
{
border-color: #B5358C;
}
.TagClassName
{
border-color: #B5358C;
}
</style>