Shades of Medium Red Violet #B5389E
Tints of Medium Red Violet #B5389E
RGB
CMYK
RGB Variations
Color information
#B5389E (or 0xB5389E) is known color: Medium Red Violet. HEX triplet: B5, 38 and 9E. RGB value is (181,56,158). Sum of RGB (Red+Green+Blue) = 181+56+158=395 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.82% from 395); Green value is 56 (22.27% from 255 or 14.18% from 395); Blue value is 158 (62.11% from 255 or 40% from 395); Max value from RGB is 181 - color contains mainly: red. Hex color #B5389E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5389E is #4AC761. Grayscale: #686868. Windows color (decimal): -4900706 or 10369205. OLE color: 10369205.
HSL color Cylindrical-coordinate representation of color #B5389E: hue angle of 311.04º 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 #B5389E is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 56 | 158 | - |
| CMYK | 0 | 0.69 | 0.13 | 0.29 |
| HSL | 311.04º | 0.53% | 0.46% | - |
| HSV(B) | 311.04º | 0.69% | 0.71% | - |
| XYZ | 26.64 | 15.12 | 33.86 | - |
| YUV | 105 | 157.91 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 56 | 158 | 0 | 0.69 | 0.13 | 0.29 | 311.04 | 0.53 | 0.46 |
| Hex | B5 | 38 | 9E | 0 | 45 | D | 1D | 137 | 35 | 2E |
| Octal | 265 | 70 | 236 | 0 | 105 | 15 | 35 | 467 | 65 | 56 |
| Binary | 10110101 | 111000 | 10011110 | 0 | 1000101 | 1101 | 11101 | 100110111 | 110101 | 101110 |
Color Harmonies of #B5389E
Complementary color
Monochromatic Colors of #B5389E
Black with #B5389E
Text Example
Text Example
White with #B5389E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5389E; }
p { color: rgb(181,56,158); }
H1.HeaderClassName
{
color: #B5389E;
}
.AnyTagClassName
{
color: #B5389E;
}
</style>
background-color css
<style>
a { background-color: #B5389E; }
a { background-color: rgb(181,56,158); }
div.DivClassName
{
background-color: #B5389E;
}
.BgClassName
{
background-color: #B5389E;
}
</style>
border-color css
<style>
span { border-color: #B5389E; }
span { border-color: rgb(181,56,158); }
td.TdClassName
{
border-color: #B5389E;
}
.TagClassName
{
border-color: #B5389E;
}
</style>