Shades of Medium Red Violet #B5367A
Tints of Medium Red Violet #B5367A
RGB
CMYK
RGB Variations
Color information
#B5367A (or 0xB5367A) is known color: Medium Red Violet. HEX triplet: B5, 36 and 7A. RGB value is (181,54,122). Sum of RGB (Red+Green+Blue) = 181+54+122=357 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.70% from 357); Green value is 54 (21.48% from 255 or 15.13% from 357); Blue value is 122 (48.05% from 255 or 34.17% from 357); Max value from RGB is 181 - color contains mainly: red. Hex color #B5367A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5367A is #4AC985. Grayscale: #636363. Windows color (decimal): -4901254 or 8009397. OLE color: 8009397.
HSL color Cylindrical-coordinate representation of color #B5367A: hue angle of 327.87º 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 #B5367A is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 54 | 122 | - |
| CMYK | 0 | 0.70 | 0.33 | 0.29 |
| HSL | 327.87º | 0.54% | 0.46% | - |
| HSV(B) | 327.87º | 0.7% | 0.71% | - |
| XYZ | 23.89 | 13.87 | 19.83 | - |
| YUV | 99.73 | 140.58 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 54 | 122 | 0 | 0.70 | 0.33 | 0.29 | 327.87 | 0.54 | 0.46 |
| Hex | B5 | 36 | 7A | 0 | 46 | 21 | 1D | 148 | 36 | 2E |
| Octal | 265 | 66 | 172 | 0 | 106 | 41 | 35 | 510 | 66 | 56 |
| Binary | 10110101 | 110110 | 1111010 | 0 | 1000110 | 100001 | 11101 | 101001000 | 110110 | 101110 |
Color Harmonies of #B5367A
Complementary color
Monochromatic Colors of #B5367A
Black with #B5367A
Text Example
Text Example
White with #B5367A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5367A; }
p { color: rgb(181,54,122); }
H1.HeaderClassName
{
color: #B5367A;
}
.AnyTagClassName
{
color: #B5367A;
}
</style>
background-color css
<style>
a { background-color: #B5367A; }
a { background-color: rgb(181,54,122); }
div.DivClassName
{
background-color: #B5367A;
}
.BgClassName
{
background-color: #B5367A;
}
</style>
border-color css
<style>
span { border-color: #B5367A; }
span { border-color: rgb(181,54,122); }
td.TdClassName
{
border-color: #B5367A;
}
.TagClassName
{
border-color: #B5367A;
}
</style>