Shades of Medium Red Violet #B9428A
Tints of Medium Red Violet #B9428A
RGB
CMYK
RGB Variations
Color information
#B9428A (or 0xB9428A) is known color: Medium Red Violet. HEX triplet: B9, 42 and 8A. RGB value is (185,66,138). Sum of RGB (Red+Green+Blue) = 185+66+138=389 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.56% from 389); Green value is 66 (26.17% from 255 or 16.97% from 389); Blue value is 138 (54.30% from 255 or 35.48% from 389); Max value from RGB is 185 - color contains mainly: red. Hex color #B9428A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9428A is #46BD75. Grayscale: #6D6D6D. Windows color (decimal): -4636022 or 9061049. OLE color: 9061049.
HSL color Cylindrical-coordinate representation of color #B9428A: hue angle of 323.7º 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 #B9428A is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 66 | 138 | - |
| CMYK | 0 | 0.64 | 0.25 | 0.27 |
| HSL | 323.7º | 0.47% | 0.49% | - |
| HSV(B) | 323.7º | 0.64% | 0.73% | - |
| XYZ | 26.54 | 16.05 | 25.74 | - |
| YUV | 109.79 | 143.92 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 66 | 138 | 0 | 0.64 | 0.25 | 0.27 | 323.7 | 0.47 | 0.49 |
| Hex | B9 | 42 | 8A | 0 | 40 | 19 | 1B | 144 | 2F | 31 |
| Octal | 271 | 102 | 212 | 0 | 100 | 31 | 33 | 504 | 57 | 61 |
| Binary | 10111001 | 1000010 | 10001010 | 0 | 1000000 | 11001 | 11011 | 101000100 | 101111 | 110001 |
Color Harmonies of #B9428A
Complementary color
Monochromatic Colors of #B9428A
Black with #B9428A
Text Example
Text Example
White with #B9428A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9428A; }
p { color: rgb(185,66,138); }
H1.HeaderClassName
{
color: #B9428A;
}
.AnyTagClassName
{
color: #B9428A;
}
</style>
background-color css
<style>
a { background-color: #B9428A; }
a { background-color: rgb(185,66,138); }
div.DivClassName
{
background-color: #B9428A;
}
.BgClassName
{
background-color: #B9428A;
}
</style>
border-color css
<style>
span { border-color: #B9428A; }
span { border-color: rgb(185,66,138); }
td.TdClassName
{
border-color: #B9428A;
}
.TagClassName
{
border-color: #B9428A;
}
</style>