Shades of Medium Red Violet #B5399C
Tints of Medium Red Violet #B5399C
RGB
CMYK
RGB Variations
Color information
#B5399C (or 0xB5399C) is known color: Medium Red Violet. HEX triplet: B5, 39 and 9C. RGB value is (181,57,156). Sum of RGB (Red+Green+Blue) = 181+57+156=394 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.94% from 394); Green value is 57 (22.66% from 255 or 14.47% from 394); Blue value is 156 (61.33% from 255 or 39.59% from 394); Max value from RGB is 181 - color contains mainly: red. Hex color #B5399C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5399C is #4AC663. Grayscale: #696969. Windows color (decimal): -4900452 or 10238389. OLE color: 10238389.
HSL color Cylindrical-coordinate representation of color #B5399C: hue angle of 312.1º 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 #B5399C is Cyan = 0, Magento = 0.69, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 57 | 156 | - |
| CMYK | 0 | 0.69 | 0.14 | 0.29 |
| HSL | 312.1º | 0.52% | 0.47% | - |
| HSV(B) | 312.1º | 0.69% | 0.71% | - |
| XYZ | 26.52 | 15.15 | 32.98 | - |
| YUV | 105.36 | 156.58 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 57 | 156 | 0 | 0.69 | 0.14 | 0.29 | 312.1 | 0.52 | 0.47 |
| Hex | B5 | 39 | 9C | 0 | 45 | E | 1D | 138 | 34 | 2F |
| Octal | 265 | 71 | 234 | 0 | 105 | 16 | 35 | 470 | 64 | 57 |
| Binary | 10110101 | 111001 | 10011100 | 0 | 1000101 | 1110 | 11101 | 100111000 | 110100 | 101111 |
Color Harmonies of #B5399C
Complementary color
Monochromatic Colors of #B5399C
Black with #B5399C
Text Example
Text Example
White with #B5399C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5399C; }
p { color: rgb(181,57,156); }
H1.HeaderClassName
{
color: #B5399C;
}
.AnyTagClassName
{
color: #B5399C;
}
</style>
background-color css
<style>
a { background-color: #B5399C; }
a { background-color: rgb(181,57,156); }
div.DivClassName
{
background-color: #B5399C;
}
.BgClassName
{
background-color: #B5399C;
}
</style>
border-color css
<style>
span { border-color: #B5399C; }
span { border-color: rgb(181,57,156); }
td.TdClassName
{
border-color: #B5399C;
}
.TagClassName
{
border-color: #B5399C;
}
</style>