Shades of Medium Red Violet #B5397C
Tints of Medium Red Violet #B5397C
RGB
CMYK
RGB Variations
Color information
#B5397C (or 0xB5397C) is known color: Medium Red Violet. HEX triplet: B5, 39 and 7C. RGB value is (181,57,124). Sum of RGB (Red+Green+Blue) = 181+57+124=362 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50% from 362); Green value is 57 (22.66% from 255 or 15.75% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 181 - color contains mainly: red. Hex color #B5397C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5397C is #4AC683. Grayscale: #656565. Windows color (decimal): -4900484 or 8141237. OLE color: 8141237.
HSL color Cylindrical-coordinate representation of color #B5397C: hue angle of 327.58º 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 #B5397C is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 57 | 124 | - |
| CMYK | 0 | 0.69 | 0.31 | 0.29 |
| HSL | 327.58º | 0.52% | 0.47% | - |
| HSV(B) | 327.58º | 0.69% | 0.71% | - |
| XYZ | 24.16 | 14.21 | 20.54 | - |
| YUV | 101.71 | 140.58 | 184.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 57 | 124 | 0 | 0.69 | 0.31 | 0.29 | 327.58 | 0.52 | 0.47 |
| Hex | B5 | 39 | 7C | 0 | 45 | 1F | 1D | 148 | 34 | 2F |
| Octal | 265 | 71 | 174 | 0 | 105 | 37 | 35 | 510 | 64 | 57 |
| Binary | 10110101 | 111001 | 1111100 | 0 | 1000101 | 11111 | 11101 | 101001000 | 110100 | 101111 |
Color Harmonies of #B5397C
Complementary color
Monochromatic Colors of #B5397C
Black with #B5397C
Text Example
Text Example
White with #B5397C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5397C; }
p { color: rgb(181,57,124); }
H1.HeaderClassName
{
color: #B5397C;
}
.AnyTagClassName
{
color: #B5397C;
}
</style>
background-color css
<style>
a { background-color: #B5397C; }
a { background-color: rgb(181,57,124); }
div.DivClassName
{
background-color: #B5397C;
}
.BgClassName
{
background-color: #B5397C;
}
</style>
border-color css
<style>
span { border-color: #B5397C; }
span { border-color: rgb(181,57,124); }
td.TdClassName
{
border-color: #B5397C;
}
.TagClassName
{
border-color: #B5397C;
}
</style>