Shades of Medium Red Violet #B5428B
Tints of Medium Red Violet #B5428B
RGB
CMYK
RGB Variations
Color information
#B5428B (or 0xB5428B) is known color: Medium Red Violet. HEX triplet: B5, 42 and 8B. RGB value is (181,66,139). Sum of RGB (Red+Green+Blue) = 181+66+139=386 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.89% from 386); Green value is 66 (26.17% from 255 or 17.10% from 386); Blue value is 139 (54.69% from 255 or 36.01% from 386); Max value from RGB is 181 - color contains mainly: red. Hex color #B5428B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5428B is #4ABD74. Grayscale: #6C6C6C. Windows color (decimal): -4898165 or 9126581. OLE color: 9126581.
HSL color Cylindrical-coordinate representation of color #B5428B: hue angle of 321.91º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B5428B is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 66 | 139 | - |
| CMYK | 0 | 0.64 | 0.23 | 0.29 |
| HSL | 321.91º | 0.47% | 0.48% | - |
| HSV(B) | 321.91º | 0.64% | 0.71% | - |
| XYZ | 25.66 | 15.58 | 26.08 | - |
| YUV | 108.71 | 145.1 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 66 | 139 | 0 | 0.64 | 0.23 | 0.29 | 321.91 | 0.47 | 0.48 |
| Hex | B5 | 42 | 8B | 0 | 40 | 17 | 1D | 142 | 2F | 30 |
| Octal | 265 | 102 | 213 | 0 | 100 | 27 | 35 | 502 | 57 | 60 |
| Binary | 10110101 | 1000010 | 10001011 | 0 | 1000000 | 10111 | 11101 | 101000010 | 101111 | 110000 |
Color Harmonies of #B5428B
Complementary color
Monochromatic Colors of #B5428B
Black with #B5428B
Text Example
Text Example
White with #B5428B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5428B; }
p { color: rgb(181,66,139); }
H1.HeaderClassName
{
color: #B5428B;
}
.AnyTagClassName
{
color: #B5428B;
}
</style>
background-color css
<style>
a { background-color: #B5428B; }
a { background-color: rgb(181,66,139); }
div.DivClassName
{
background-color: #B5428B;
}
.BgClassName
{
background-color: #B5428B;
}
</style>
border-color css
<style>
span { border-color: #B5428B; }
span { border-color: rgb(181,66,139); }
td.TdClassName
{
border-color: #B5428B;
}
.TagClassName
{
border-color: #B5428B;
}
</style>