Shades of Medium Red Violet #B5368C
Tints of Medium Red Violet #B5368C
RGB
CMYK
RGB Variations
Color information
#B5368C (or 0xB5368C) is known color: Medium Red Violet. HEX triplet: B5, 36 and 8C. RGB value is (181,54,140). Sum of RGB (Red+Green+Blue) = 181+54+140=375 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.27% from 375); Green value is 54 (21.48% from 255 or 14.4% from 375); Blue value is 140 (55.08% from 255 or 37.33% from 375); Max value from RGB is 181 - color contains mainly: red. Hex color #B5368C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5368C is #4AC973. Grayscale: #656565. Windows color (decimal): -4901236 or 9189045. OLE color: 9189045.
HSL color Cylindrical-coordinate representation of color #B5368C: hue angle of 319.37º 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 #B5368C is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 54 | 140 | - |
| CMYK | 0 | 0.70 | 0.23 | 0.29 |
| HSL | 319.37º | 0.54% | 0.46% | - |
| HSV(B) | 319.37º | 0.7% | 0.71% | - |
| XYZ | 25.11 | 14.36 | 26.26 | - |
| YUV | 101.78 | 149.58 | 184.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 54 | 140 | 0 | 0.70 | 0.23 | 0.29 | 319.37 | 0.54 | 0.46 |
| Hex | B5 | 36 | 8C | 0 | 46 | 17 | 1D | 13F | 36 | 2E |
| Octal | 265 | 66 | 214 | 0 | 106 | 27 | 35 | 477 | 66 | 56 |
| Binary | 10110101 | 110110 | 10001100 | 0 | 1000110 | 10111 | 11101 | 100111111 | 110110 | 101110 |
Color Harmonies of #B5368C
Complementary color
Monochromatic Colors of #B5368C
Black with #B5368C
Text Example
Text Example
White with #B5368C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5368C; }
p { color: rgb(181,54,140); }
H1.HeaderClassName
{
color: #B5368C;
}
.AnyTagClassName
{
color: #B5368C;
}
</style>
background-color css
<style>
a { background-color: #B5368C; }
a { background-color: rgb(181,54,140); }
div.DivClassName
{
background-color: #B5368C;
}
.BgClassName
{
background-color: #B5368C;
}
</style>
border-color css
<style>
span { border-color: #B5368C; }
span { border-color: rgb(181,54,140); }
td.TdClassName
{
border-color: #B5368C;
}
.TagClassName
{
border-color: #B5368C;
}
</style>