Shades of Medium Red Violet #B5358B
Tints of Medium Red Violet #B5358B
RGB
CMYK
RGB Variations
Color information
#B5358B (or 0xB5358B) is known color: Medium Red Violet. HEX triplet: B5, 35 and 8B. RGB value is (181,53,139). Sum of RGB (Red+Green+Blue) = 181+53+139=373 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.53% from 373); Green value is 53 (21.09% from 255 or 14.21% from 373); Blue value is 139 (54.69% from 255 or 37.27% from 373); Max value from RGB is 181 - color contains mainly: red. Hex color #B5358B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5358B is #4ACA74. Grayscale: #646464. Windows color (decimal): -4901493 or 9123253. OLE color: 9123253.
HSL color Cylindrical-coordinate representation of color #B5358B: hue angle of 319.69º 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 #B5358B is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 53 | 139 | - |
| CMYK | 0 | 0.71 | 0.23 | 0.29 |
| HSL | 319.69º | 0.55% | 0.46% | - |
| HSV(B) | 319.69º | 0.71% | 0.71% | - |
| XYZ | 24.99 | 14.23 | 25.86 | - |
| YUV | 101.08 | 149.41 | 185.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 53 | 139 | 0 | 0.71 | 0.23 | 0.29 | 319.69 | 0.55 | 0.46 |
| Hex | B5 | 35 | 8B | 0 | 47 | 17 | 1D | 140 | 37 | 2E |
| Octal | 265 | 65 | 213 | 0 | 107 | 27 | 35 | 500 | 67 | 56 |
| Binary | 10110101 | 110101 | 10001011 | 0 | 1000111 | 10111 | 11101 | 101000000 | 110111 | 101110 |
Color Harmonies of #B5358B
Complementary color
Monochromatic Colors of #B5358B
Black with #B5358B
Text Example
Text Example
White with #B5358B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5358B; }
p { color: rgb(181,53,139); }
H1.HeaderClassName
{
color: #B5358B;
}
.AnyTagClassName
{
color: #B5358B;
}
</style>
background-color css
<style>
a { background-color: #B5358B; }
a { background-color: rgb(181,53,139); }
div.DivClassName
{
background-color: #B5358B;
}
.BgClassName
{
background-color: #B5358B;
}
</style>
border-color css
<style>
span { border-color: #B5358B; }
span { border-color: rgb(181,53,139); }
td.TdClassName
{
border-color: #B5358B;
}
.TagClassName
{
border-color: #B5358B;
}
</style>