Shades of Medium Red Violet #B5398D
Tints of Medium Red Violet #B5398D
RGB
CMYK
RGB Variations
Color information
#B5398D (or 0xB5398D) is known color: Medium Red Violet. HEX triplet: B5, 39 and 8D. RGB value is (181,57,141). Sum of RGB (Red+Green+Blue) = 181+57+141=379 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.76% from 379); Green value is 57 (22.66% from 255 or 15.04% from 379); Blue value is 141 (55.47% from 255 or 37.20% from 379); Max value from RGB is 181 - color contains mainly: red. Hex color #B5398D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5398D is #4AC672. Grayscale: #676767. Windows color (decimal): -4900467 or 9255349. OLE color: 9255349.
HSL color Cylindrical-coordinate representation of color #B5398D: hue angle of 319.35º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B5398D is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 57 | 141 | - |
| CMYK | 0 | 0.69 | 0.22 | 0.29 |
| HSL | 319.35º | 0.52% | 0.47% | - |
| HSV(B) | 319.35º | 0.69% | 0.71% | - |
| XYZ | 25.33 | 14.67 | 26.7 | - |
| YUV | 103.65 | 149.08 | 183.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 57 | 141 | 0 | 0.69 | 0.22 | 0.29 | 319.35 | 0.52 | 0.47 |
| Hex | B5 | 39 | 8D | 0 | 45 | 16 | 1D | 13F | 34 | 2F |
| Octal | 265 | 71 | 215 | 0 | 105 | 26 | 35 | 477 | 64 | 57 |
| Binary | 10110101 | 111001 | 10001101 | 0 | 1000101 | 10110 | 11101 | 100111111 | 110100 | 101111 |
Color Harmonies of #B5398D
Complementary color
Monochromatic Colors of #B5398D
Black with #B5398D
Text Example
Text Example
White with #B5398D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5398D; }
p { color: rgb(181,57,141); }
H1.HeaderClassName
{
color: #B5398D;
}
.AnyTagClassName
{
color: #B5398D;
}
</style>
background-color css
<style>
a { background-color: #B5398D; }
a { background-color: rgb(181,57,141); }
div.DivClassName
{
background-color: #B5398D;
}
.BgClassName
{
background-color: #B5398D;
}
</style>
border-color css
<style>
span { border-color: #B5398D; }
span { border-color: rgb(181,57,141); }
td.TdClassName
{
border-color: #B5398D;
}
.TagClassName
{
border-color: #B5398D;
}
</style>