Shades of Medium Red Violet #B5367D
Tints of Medium Red Violet #B5367D
RGB
CMYK
RGB Variations
Color information
#B5367D (or 0xB5367D) is known color: Medium Red Violet. HEX triplet: B5, 36 and 7D. RGB value is (181,54,125). Sum of RGB (Red+Green+Blue) = 181+54+125=360 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.28% from 360); Green value is 54 (21.48% from 255 or 15% from 360); Blue value is 125 (49.22% from 255 or 34.72% from 360); Max value from RGB is 181 - color contains mainly: red. Hex color #B5367D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5367D is #4AC982. Grayscale: #636363. Windows color (decimal): -4901251 or 8206005. OLE color: 8206005.
HSL color Cylindrical-coordinate representation of color #B5367D: hue angle of 326.46º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B5367D is Cyan = 0, Magento = 0.70, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 54 | 125 | - |
| CMYK | 0 | 0.70 | 0.31 | 0.29 |
| HSL | 326.46º | 0.54% | 0.46% | - |
| HSV(B) | 326.46º | 0.7% | 0.71% | - |
| XYZ | 24.08 | 13.94 | 20.82 | - |
| YUV | 100.07 | 142.08 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 54 | 125 | 0 | 0.70 | 0.31 | 0.29 | 326.46 | 0.54 | 0.46 |
| Hex | B5 | 36 | 7D | 0 | 46 | 1F | 1D | 146 | 36 | 2E |
| Octal | 265 | 66 | 175 | 0 | 106 | 37 | 35 | 506 | 66 | 56 |
| Binary | 10110101 | 110110 | 1111101 | 0 | 1000110 | 11111 | 11101 | 101000110 | 110110 | 101110 |
Color Harmonies of #B5367D
Complementary color
Monochromatic Colors of #B5367D
Black with #B5367D
Text Example
Text Example
White with #B5367D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5367D; }
p { color: rgb(181,54,125); }
H1.HeaderClassName
{
color: #B5367D;
}
.AnyTagClassName
{
color: #B5367D;
}
</style>
background-color css
<style>
a { background-color: #B5367D; }
a { background-color: rgb(181,54,125); }
div.DivClassName
{
background-color: #B5367D;
}
.BgClassName
{
background-color: #B5367D;
}
</style>
border-color css
<style>
span { border-color: #B5367D; }
span { border-color: rgb(181,54,125); }
td.TdClassName
{
border-color: #B5367D;
}
.TagClassName
{
border-color: #B5367D;
}
</style>