Shades of Medium Red Violet #B8428C
Tints of Medium Red Violet #B8428C
RGB
CMYK
RGB Variations
Color information
#B8428C (or 0xB8428C) is known color: Medium Red Violet. HEX triplet: B8, 42 and 8C. RGB value is (184,66,140). Sum of RGB (Red+Green+Blue) = 184+66+140=390 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.18% from 390); Green value is 66 (26.17% from 255 or 16.92% from 390); Blue value is 140 (55.08% from 255 or 35.90% from 390); Max value from RGB is 184 - color contains mainly: red. Hex color #B8428C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8428C is #47BD73. Grayscale: #6D6D6D. Windows color (decimal): -4701556 or 9192120. OLE color: 9192120.
HSL color Cylindrical-coordinate representation of color #B8428C: hue angle of 322.37º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B8428C is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 66 | 140 | - |
| CMYK | 0 | 0.64 | 0.24 | 0.28 |
| HSL | 322.37º | 0.47% | 0.49% | - |
| HSV(B) | 322.37º | 0.64% | 0.72% | - |
| XYZ | 26.45 | 15.98 | 26.5 | - |
| YUV | 109.72 | 145.09 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 66 | 140 | 0 | 0.64 | 0.24 | 0.28 | 322.37 | 0.47 | 0.49 |
| Hex | B8 | 42 | 8C | 0 | 40 | 18 | 1C | 142 | 2F | 31 |
| Octal | 270 | 102 | 214 | 0 | 100 | 30 | 34 | 502 | 57 | 61 |
| Binary | 10111000 | 1000010 | 10001100 | 0 | 1000000 | 11000 | 11100 | 101000010 | 101111 | 110001 |
Color Harmonies of #B8428C
Complementary color
Monochromatic Colors of #B8428C
Black with #B8428C
Text Example
Text Example
White with #B8428C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8428C; }
p { color: rgb(184,66,140); }
H1.HeaderClassName
{
color: #B8428C;
}
.AnyTagClassName
{
color: #B8428C;
}
</style>
background-color css
<style>
a { background-color: #B8428C; }
a { background-color: rgb(184,66,140); }
div.DivClassName
{
background-color: #B8428C;
}
.BgClassName
{
background-color: #B8428C;
}
</style>
border-color css
<style>
span { border-color: #B8428C; }
span { border-color: rgb(184,66,140); }
td.TdClassName
{
border-color: #B8428C;
}
.TagClassName
{
border-color: #B8428C;
}
</style>