Shades of Medium Red Violet #B5358A
Tints of Medium Red Violet #B5358A
RGB
CMYK
RGB Variations
Color information
#B5358A (or 0xB5358A) is known color: Medium Red Violet. HEX triplet: B5, 35 and 8A. RGB value is (181,53,138). Sum of RGB (Red+Green+Blue) = 181+53+138=372 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.66% from 372); Green value is 53 (21.09% from 255 or 14.25% from 372); Blue value is 138 (54.30% from 255 or 37.10% from 372); Max value from RGB is 181 - color contains mainly: red. Hex color #B5358A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5358A is #4ACA75. Grayscale: #646464. Windows color (decimal): -4901494 or 9057717. OLE color: 9057717.
HSL color Cylindrical-coordinate representation of color #B5358A: hue angle of 320.16º 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 #B5358A is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 53 | 138 | - |
| CMYK | 0 | 0.71 | 0.24 | 0.29 |
| HSL | 320.16º | 0.55% | 0.46% | - |
| HSV(B) | 320.16º | 0.71% | 0.71% | - |
| XYZ | 24.92 | 14.2 | 25.47 | - |
| YUV | 100.96 | 148.91 | 185.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 53 | 138 | 0 | 0.71 | 0.24 | 0.29 | 320.16 | 0.55 | 0.46 |
| Hex | B5 | 35 | 8A | 0 | 47 | 18 | 1D | 140 | 37 | 2E |
| Octal | 265 | 65 | 212 | 0 | 107 | 30 | 35 | 500 | 67 | 56 |
| Binary | 10110101 | 110101 | 10001010 | 0 | 1000111 | 11000 | 11101 | 101000000 | 110111 | 101110 |
Color Harmonies of #B5358A
Complementary color
Monochromatic Colors of #B5358A
Black with #B5358A
Text Example
Text Example
White with #B5358A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5358A; }
p { color: rgb(181,53,138); }
H1.HeaderClassName
{
color: #B5358A;
}
.AnyTagClassName
{
color: #B5358A;
}
</style>
background-color css
<style>
a { background-color: #B5358A; }
a { background-color: rgb(181,53,138); }
div.DivClassName
{
background-color: #B5358A;
}
.BgClassName
{
background-color: #B5358A;
}
</style>
border-color css
<style>
span { border-color: #B5358A; }
span { border-color: rgb(181,53,138); }
td.TdClassName
{
border-color: #B5358A;
}
.TagClassName
{
border-color: #B5358A;
}
</style>