Shades of Medium Red Violet #B5397E
Tints of Medium Red Violet #B5397E
RGB
CMYK
RGB Variations
Color information
#B5397E (or 0xB5397E) is known color: Medium Red Violet. HEX triplet: B5, 39 and 7E. RGB value is (181,57,126). Sum of RGB (Red+Green+Blue) = 181+57+126=364 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.73% from 364); Green value is 57 (22.66% from 255 or 15.66% from 364); Blue value is 126 (49.61% from 255 or 34.62% from 364); Max value from RGB is 181 - color contains mainly: red. Hex color #B5397E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5397E is #4AC681. Grayscale: #656565. Windows color (decimal): -4900482 or 8272309. OLE color: 8272309.
HSL color Cylindrical-coordinate representation of color #B5397E: hue angle of 326.61º 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 #B5397E is Cyan = 0, Magento = 0.69, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 57 | 126 | - |
| CMYK | 0 | 0.69 | 0.30 | 0.29 |
| HSL | 326.61º | 0.52% | 0.47% | - |
| HSV(B) | 326.61º | 0.69% | 0.71% | - |
| XYZ | 24.29 | 14.26 | 21.21 | - |
| YUV | 101.94 | 141.58 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 57 | 126 | 0 | 0.69 | 0.30 | 0.29 | 326.61 | 0.52 | 0.47 |
| Hex | B5 | 39 | 7E | 0 | 45 | 1E | 1D | 147 | 34 | 2F |
| Octal | 265 | 71 | 176 | 0 | 105 | 36 | 35 | 507 | 64 | 57 |
| Binary | 10110101 | 111001 | 1111110 | 0 | 1000101 | 11110 | 11101 | 101000111 | 110100 | 101111 |
Color Harmonies of #B5397E
Complementary color
Monochromatic Colors of #B5397E
Black with #B5397E
Text Example
Text Example
White with #B5397E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5397E; }
p { color: rgb(181,57,126); }
H1.HeaderClassName
{
color: #B5397E;
}
.AnyTagClassName
{
color: #B5397E;
}
</style>
background-color css
<style>
a { background-color: #B5397E; }
a { background-color: rgb(181,57,126); }
div.DivClassName
{
background-color: #B5397E;
}
.BgClassName
{
background-color: #B5397E;
}
</style>
border-color css
<style>
span { border-color: #B5397E; }
span { border-color: rgb(181,57,126); }
td.TdClassName
{
border-color: #B5397E;
}
.TagClassName
{
border-color: #B5397E;
}
</style>