Shades of Medium Red Violet #B9428C
Tints of Medium Red Violet #B9428C
RGB
CMYK
RGB Variations
Color information
#B9428C (or 0xB9428C) is known color: Medium Red Violet. HEX triplet: B9, 42 and 8C. RGB value is (185,66,140). Sum of RGB (Red+Green+Blue) = 185+66+140=391 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.31% from 391); Green value is 66 (26.17% from 255 or 16.88% from 391); Blue value is 140 (55.08% from 255 or 35.81% from 391); Max value from RGB is 185 - color contains mainly: red. Hex color #B9428C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9428C is #46BD73. Grayscale: #6D6D6D. Windows color (decimal): -4636020 or 9192121. OLE color: 9192121.
HSL color Cylindrical-coordinate representation of color #B9428C: hue angle of 322.69º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B9428C is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 66 | 140 | - |
| CMYK | 0 | 0.64 | 0.24 | 0.27 |
| HSL | 322.69º | 0.47% | 0.49% | - |
| HSV(B) | 322.69º | 0.64% | 0.73% | - |
| XYZ | 26.69 | 16.1 | 26.51 | - |
| YUV | 110.02 | 144.92 | 181.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 66 | 140 | 0 | 0.64 | 0.24 | 0.27 | 322.69 | 0.47 | 0.49 |
| Hex | B9 | 42 | 8C | 0 | 40 | 18 | 1B | 143 | 2F | 31 |
| Octal | 271 | 102 | 214 | 0 | 100 | 30 | 33 | 503 | 57 | 61 |
| Binary | 10111001 | 1000010 | 10001100 | 0 | 1000000 | 11000 | 11011 | 101000011 | 101111 | 110001 |
Color Harmonies of #B9428C
Complementary color
Monochromatic Colors of #B9428C
Black with #B9428C
Text Example
Text Example
White with #B9428C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9428C; }
p { color: rgb(185,66,140); }
H1.HeaderClassName
{
color: #B9428C;
}
.AnyTagClassName
{
color: #B9428C;
}
</style>
background-color css
<style>
a { background-color: #B9428C; }
a { background-color: rgb(185,66,140); }
div.DivClassName
{
background-color: #B9428C;
}
.BgClassName
{
background-color: #B9428C;
}
</style>
border-color css
<style>
span { border-color: #B9428C; }
span { border-color: rgb(185,66,140); }
td.TdClassName
{
border-color: #B9428C;
}
.TagClassName
{
border-color: #B9428C;
}
</style>