Shades of Medium Red Violet #B5388B
Tints of Medium Red Violet #B5388B
RGB
CMYK
RGB Variations
Color information
#B5388B (or 0xB5388B) is known color: Medium Red Violet. HEX triplet: B5, 38 and 8B. RGB value is (181,56,139). Sum of RGB (Red+Green+Blue) = 181+56+139=376 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.14% from 376); Green value is 56 (22.27% from 255 or 14.89% from 376); Blue value is 139 (54.69% from 255 or 36.97% from 376); Max value from RGB is 181 - color contains mainly: red. Hex color #B5388B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5388B is #4AC774. Grayscale: #666666. Windows color (decimal): -4900725 or 9124021. OLE color: 9124021.
HSL color Cylindrical-coordinate representation of color #B5388B: hue angle of 320.16º 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 #B5388B is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 56 | 139 | - |
| CMYK | 0 | 0.69 | 0.23 | 0.29 |
| HSL | 320.16º | 0.53% | 0.46% | - |
| HSV(B) | 320.16º | 0.69% | 0.71% | - |
| XYZ | 25.13 | 14.52 | 25.9 | - |
| YUV | 102.84 | 148.41 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 56 | 139 | 0 | 0.69 | 0.23 | 0.29 | 320.16 | 0.53 | 0.46 |
| Hex | B5 | 38 | 8B | 0 | 45 | 17 | 1D | 140 | 35 | 2E |
| Octal | 265 | 70 | 213 | 0 | 105 | 27 | 35 | 500 | 65 | 56 |
| Binary | 10110101 | 111000 | 10001011 | 0 | 1000101 | 10111 | 11101 | 101000000 | 110101 | 101110 |
Color Harmonies of #B5388B
Complementary color
Monochromatic Colors of #B5388B
Black with #B5388B
Text Example
Text Example
White with #B5388B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5388B; }
p { color: rgb(181,56,139); }
H1.HeaderClassName
{
color: #B5388B;
}
.AnyTagClassName
{
color: #B5388B;
}
</style>
background-color css
<style>
a { background-color: #B5388B; }
a { background-color: rgb(181,56,139); }
div.DivClassName
{
background-color: #B5388B;
}
.BgClassName
{
background-color: #B5388B;
}
</style>
border-color css
<style>
span { border-color: #B5388B; }
span { border-color: rgb(181,56,139); }
td.TdClassName
{
border-color: #B5388B;
}
.TagClassName
{
border-color: #B5388B;
}
</style>