Shades of Medium Red Violet #B5367B
Tints of Medium Red Violet #B5367B
RGB
CMYK
RGB Variations
Color information
#B5367B (or 0xB5367B) is known color: Medium Red Violet. HEX triplet: B5, 36 and 7B. RGB value is (181,54,123). Sum of RGB (Red+Green+Blue) = 181+54+123=358 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.56% from 358); Green value is 54 (21.48% from 255 or 15.08% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 181 - color contains mainly: red. Hex color #B5367B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5367B is #4AC984. Grayscale: #636363. Windows color (decimal): -4901253 or 8074933. OLE color: 8074933.
HSL color Cylindrical-coordinate representation of color #B5367B: hue angle of 327.4º 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 #B5367B is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 54 | 123 | - |
| CMYK | 0 | 0.70 | 0.32 | 0.29 |
| HSL | 327.4º | 0.54% | 0.46% | - |
| HSV(B) | 327.4º | 0.7% | 0.71% | - |
| XYZ | 23.95 | 13.89 | 20.16 | - |
| YUV | 99.84 | 141.08 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 54 | 123 | 0 | 0.70 | 0.32 | 0.29 | 327.4 | 0.54 | 0.46 |
| Hex | B5 | 36 | 7B | 0 | 46 | 20 | 1D | 147 | 36 | 2E |
| Octal | 265 | 66 | 173 | 0 | 106 | 40 | 35 | 507 | 66 | 56 |
| Binary | 10110101 | 110110 | 1111011 | 0 | 1000110 | 100000 | 11101 | 101000111 | 110110 | 101110 |
Color Harmonies of #B5367B
Complementary color
Monochromatic Colors of #B5367B
Black with #B5367B
Text Example
Text Example
White with #B5367B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5367B; }
p { color: rgb(181,54,123); }
H1.HeaderClassName
{
color: #B5367B;
}
.AnyTagClassName
{
color: #B5367B;
}
</style>
background-color css
<style>
a { background-color: #B5367B; }
a { background-color: rgb(181,54,123); }
div.DivClassName
{
background-color: #B5367B;
}
.BgClassName
{
background-color: #B5367B;
}
</style>
border-color css
<style>
span { border-color: #B5367B; }
span { border-color: rgb(181,54,123); }
td.TdClassName
{
border-color: #B5367B;
}
.TagClassName
{
border-color: #B5367B;
}
</style>