Shades of Medium Red Violet #B8428B
Tints of Medium Red Violet #B8428B
RGB
CMYK
RGB Variations
Color information
#B8428B (or 0xB8428B) is known color: Medium Red Violet. HEX triplet: B8, 42 and 8B. RGB value is (184,66,139). Sum of RGB (Red+Green+Blue) = 184+66+139=389 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.30% from 389); Green value is 66 (26.17% from 255 or 16.97% from 389); Blue value is 139 (54.69% from 255 or 35.73% from 389); Max value from RGB is 184 - color contains mainly: red. Hex color #B8428B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8428B is #47BD74. Grayscale: #6D6D6D. Windows color (decimal): -4701557 or 9126584. OLE color: 9126584.
HSL color Cylindrical-coordinate representation of color #B8428B: hue angle of 322.88º 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 #B8428B is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 66 | 139 | - |
| CMYK | 0 | 0.64 | 0.24 | 0.28 |
| HSL | 322.88º | 0.47% | 0.49% | - |
| HSV(B) | 322.88º | 0.64% | 0.72% | - |
| XYZ | 26.38 | 15.95 | 26.11 | - |
| YUV | 109.6 | 144.59 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 66 | 139 | 0 | 0.64 | 0.24 | 0.28 | 322.88 | 0.47 | 0.49 |
| Hex | B8 | 42 | 8B | 0 | 40 | 18 | 1C | 143 | 2F | 31 |
| Octal | 270 | 102 | 213 | 0 | 100 | 30 | 34 | 503 | 57 | 61 |
| Binary | 10111000 | 1000010 | 10001011 | 0 | 1000000 | 11000 | 11100 | 101000011 | 101111 | 110001 |
Color Harmonies of #B8428B
Complementary color
Monochromatic Colors of #B8428B
Black with #B8428B
Text Example
Text Example
White with #B8428B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8428B; }
p { color: rgb(184,66,139); }
H1.HeaderClassName
{
color: #B8428B;
}
.AnyTagClassName
{
color: #B8428B;
}
</style>
background-color css
<style>
a { background-color: #B8428B; }
a { background-color: rgb(184,66,139); }
div.DivClassName
{
background-color: #B8428B;
}
.BgClassName
{
background-color: #B8428B;
}
</style>
border-color css
<style>
span { border-color: #B8428B; }
span { border-color: rgb(184,66,139); }
td.TdClassName
{
border-color: #B8428B;
}
.TagClassName
{
border-color: #B8428B;
}
</style>