Shades of Medium Red Violet #B5397B
Tints of Medium Red Violet #B5397B
RGB
CMYK
RGB Variations
Color information
#B5397B (or 0xB5397B) is known color: Medium Red Violet. HEX triplet: B5, 39 and 7B. RGB value is (181,57,123). Sum of RGB (Red+Green+Blue) = 181+57+123=361 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.14% from 361); Green value is 57 (22.66% from 255 or 15.79% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 181 - color contains mainly: red. Hex color #B5397B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5397B is #4AC684. Grayscale: #656565. Windows color (decimal): -4900485 or 8075701. OLE color: 8075701.
HSL color Cylindrical-coordinate representation of color #B5397B: hue angle of 328.06º 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 #B5397B is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 57 | 123 | - |
| CMYK | 0 | 0.69 | 0.32 | 0.29 |
| HSL | 328.06º | 0.52% | 0.47% | - |
| HSV(B) | 328.06º | 0.69% | 0.71% | - |
| XYZ | 24.09 | 14.18 | 20.21 | - |
| YUV | 101.6 | 140.08 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 57 | 123 | 0 | 0.69 | 0.32 | 0.29 | 328.06 | 0.52 | 0.47 |
| Hex | B5 | 39 | 7B | 0 | 45 | 20 | 1D | 148 | 34 | 2F |
| Octal | 265 | 71 | 173 | 0 | 105 | 40 | 35 | 510 | 64 | 57 |
| Binary | 10110101 | 111001 | 1111011 | 0 | 1000101 | 100000 | 11101 | 101001000 | 110100 | 101111 |
Color Harmonies of #B5397B
Complementary color
Monochromatic Colors of #B5397B
Black with #B5397B
Text Example
Text Example
White with #B5397B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5397B; }
p { color: rgb(181,57,123); }
H1.HeaderClassName
{
color: #B5397B;
}
.AnyTagClassName
{
color: #B5397B;
}
</style>
background-color css
<style>
a { background-color: #B5397B; }
a { background-color: rgb(181,57,123); }
div.DivClassName
{
background-color: #B5397B;
}
.BgClassName
{
background-color: #B5397B;
}
</style>
border-color css
<style>
span { border-color: #B5397B; }
span { border-color: rgb(181,57,123); }
td.TdClassName
{
border-color: #B5397B;
}
.TagClassName
{
border-color: #B5397B;
}
</style>