Shades of Medium Red Violet #B5389D
Tints of Medium Red Violet #B5389D
RGB
CMYK
RGB Variations
Color information
#B5389D (or 0xB5389D) is known color: Medium Red Violet. HEX triplet: B5, 38 and 9D. RGB value is (181,56,157). Sum of RGB (Red+Green+Blue) = 181+56+157=394 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.94% from 394); Green value is 56 (22.27% from 255 or 14.21% from 394); Blue value is 157 (61.72% from 255 or 39.85% from 394); Max value from RGB is 181 - color contains mainly: red. Hex color #B5389D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5389D is #4AC762. Grayscale: #686868. Windows color (decimal): -4900707 or 10303669. OLE color: 10303669.
HSL color Cylindrical-coordinate representation of color #B5389D: hue angle of 311.52º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B5389D is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 56 | 157 | - |
| CMYK | 0 | 0.69 | 0.13 | 0.29 |
| HSL | 311.52º | 0.53% | 0.46% | - |
| HSV(B) | 311.52º | 0.69% | 0.71% | - |
| XYZ | 26.56 | 15.09 | 33.41 | - |
| YUV | 104.89 | 157.41 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 56 | 157 | 0 | 0.69 | 0.13 | 0.29 | 311.52 | 0.53 | 0.46 |
| Hex | B5 | 38 | 9D | 0 | 45 | D | 1D | 138 | 35 | 2E |
| Octal | 265 | 70 | 235 | 0 | 105 | 15 | 35 | 470 | 65 | 56 |
| Binary | 10110101 | 111000 | 10011101 | 0 | 1000101 | 1101 | 11101 | 100111000 | 110101 | 101110 |
Color Harmonies of #B5389D
Complementary color
Monochromatic Colors of #B5389D
Black with #B5389D
Text Example
Text Example
White with #B5389D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5389D; }
p { color: rgb(181,56,157); }
H1.HeaderClassName
{
color: #B5389D;
}
.AnyTagClassName
{
color: #B5389D;
}
</style>
background-color css
<style>
a { background-color: #B5389D; }
a { background-color: rgb(181,56,157); }
div.DivClassName
{
background-color: #B5389D;
}
.BgClassName
{
background-color: #B5389D;
}
</style>
border-color css
<style>
span { border-color: #B5389D; }
span { border-color: rgb(181,56,157); }
td.TdClassName
{
border-color: #B5389D;
}
.TagClassName
{
border-color: #B5389D;
}
</style>