Shades of Medium Red Violet #B5428C
Tints of Medium Red Violet #B5428C
RGB
CMYK
RGB Variations
Color information
#B5428C (or 0xB5428C) is known color: Medium Red Violet. HEX triplet: B5, 42 and 8C. RGB value is (181,66,140). Sum of RGB (Red+Green+Blue) = 181+66+140=387 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.77% from 387); Green value is 66 (26.17% from 255 or 17.05% from 387); Blue value is 140 (55.08% from 255 or 36.18% from 387); Max value from RGB is 181 - color contains mainly: red. Hex color #B5428C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5428C is #4ABD73. Grayscale: #6C6C6C. Windows color (decimal): -4898164 or 9192117. OLE color: 9192117.
HSL color Cylindrical-coordinate representation of color #B5428C: hue angle of 321.39º 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 #B5428C is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 66 | 140 | - |
| CMYK | 0 | 0.64 | 0.23 | 0.29 |
| HSL | 321.39º | 0.47% | 0.48% | - |
| HSV(B) | 321.39º | 0.64% | 0.71% | - |
| XYZ | 25.74 | 15.61 | 26.47 | - |
| YUV | 108.82 | 145.6 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 66 | 140 | 0 | 0.64 | 0.23 | 0.29 | 321.39 | 0.47 | 0.48 |
| Hex | B5 | 42 | 8C | 0 | 40 | 17 | 1D | 141 | 2F | 30 |
| Octal | 265 | 102 | 214 | 0 | 100 | 27 | 35 | 501 | 57 | 60 |
| Binary | 10110101 | 1000010 | 10001100 | 0 | 1000000 | 10111 | 11101 | 101000001 | 101111 | 110000 |
Color Harmonies of #B5428C
Complementary color
Monochromatic Colors of #B5428C
Black with #B5428C
Text Example
Text Example
White with #B5428C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5428C; }
p { color: rgb(181,66,140); }
H1.HeaderClassName
{
color: #B5428C;
}
.AnyTagClassName
{
color: #B5428C;
}
</style>
background-color css
<style>
a { background-color: #B5428C; }
a { background-color: rgb(181,66,140); }
div.DivClassName
{
background-color: #B5428C;
}
.BgClassName
{
background-color: #B5428C;
}
</style>
border-color css
<style>
span { border-color: #B5428C; }
span { border-color: rgb(181,66,140); }
td.TdClassName
{
border-color: #B5428C;
}
.TagClassName
{
border-color: #B5428C;
}
</style>