Shades of Medium Red Violet #B5388A
Tints of Medium Red Violet #B5388A
RGB
CMYK
RGB Variations
Color information
#B5388A (or 0xB5388A) is known color: Medium Red Violet. HEX triplet: B5, 38 and 8A. RGB value is (181,56,138). Sum of RGB (Red+Green+Blue) = 181+56+138=375 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.27% from 375); Green value is 56 (22.27% from 255 or 14.93% from 375); Blue value is 138 (54.30% from 255 or 36.8% from 375); Max value from RGB is 181 - color contains mainly: red. Hex color #B5388A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5388A is #4AC775. Grayscale: #666666. Windows color (decimal): -4900726 or 9058485. OLE color: 9058485.
HSL color Cylindrical-coordinate representation of color #B5388A: hue angle of 320.64º 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 #B5388A is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 56 | 138 | - |
| CMYK | 0 | 0.69 | 0.24 | 0.29 |
| HSL | 320.64º | 0.53% | 0.46% | - |
| HSV(B) | 320.64º | 0.69% | 0.71% | - |
| XYZ | 25.06 | 14.49 | 25.52 | - |
| YUV | 102.72 | 147.91 | 183.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 56 | 138 | 0 | 0.69 | 0.24 | 0.29 | 320.64 | 0.53 | 0.46 |
| Hex | B5 | 38 | 8A | 0 | 45 | 18 | 1D | 141 | 35 | 2E |
| Octal | 265 | 70 | 212 | 0 | 105 | 30 | 35 | 501 | 65 | 56 |
| Binary | 10110101 | 111000 | 10001010 | 0 | 1000101 | 11000 | 11101 | 101000001 | 110101 | 101110 |
Color Harmonies of #B5388A
Complementary color
Monochromatic Colors of #B5388A
Black with #B5388A
Text Example
Text Example
White with #B5388A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5388A; }
p { color: rgb(181,56,138); }
H1.HeaderClassName
{
color: #B5388A;
}
.AnyTagClassName
{
color: #B5388A;
}
</style>
background-color css
<style>
a { background-color: #B5388A; }
a { background-color: rgb(181,56,138); }
div.DivClassName
{
background-color: #B5388A;
}
.BgClassName
{
background-color: #B5388A;
}
</style>
border-color css
<style>
span { border-color: #B5388A; }
span { border-color: rgb(181,56,138); }
td.TdClassName
{
border-color: #B5388A;
}
.TagClassName
{
border-color: #B5388A;
}
</style>