Shades of Medium Red Violet #B9409A
Tints of Medium Red Violet #B9409A
RGB
CMYK
RGB Variations
Color information
#B9409A (or 0xB9409A) is known color: Medium Red Violet. HEX triplet: B9, 40 and 9A. RGB value is (185,64,154). Sum of RGB (Red+Green+Blue) = 185+64+154=403 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.91% from 403); Green value is 64 (25.39% from 255 or 15.88% from 403); Blue value is 154 (60.55% from 255 or 38.21% from 403); Max value from RGB is 185 - color contains mainly: red. Hex color #B9409A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9409A is #46BF65. Grayscale: #6E6E6E. Windows color (decimal): -4636518 or 10109113. OLE color: 10109113.
HSL color Cylindrical-coordinate representation of color #B9409A: hue angle of 315.37º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B9409A is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 64 | 154 | - |
| CMYK | 0 | 0.65 | 0.17 | 0.27 |
| HSL | 315.37º | 0.49% | 0.49% | - |
| HSV(B) | 315.37º | 0.65% | 0.73% | - |
| XYZ | 27.67 | 16.31 | 32.26 | - |
| YUV | 110.44 | 152.59 | 181.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 64 | 154 | 0 | 0.65 | 0.17 | 0.27 | 315.37 | 0.49 | 0.49 |
| Hex | B9 | 40 | 9A | 0 | 41 | 11 | 1B | 13B | 31 | 31 |
| Octal | 271 | 100 | 232 | 0 | 101 | 21 | 33 | 473 | 61 | 61 |
| Binary | 10111001 | 1000000 | 10011010 | 0 | 1000001 | 10001 | 11011 | 100111011 | 110001 | 110001 |
Color Harmonies of #B9409A
Complementary color
Monochromatic Colors of #B9409A
Black with #B9409A
Text Example
Text Example
White with #B9409A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9409A; }
p { color: rgb(185,64,154); }
H1.HeaderClassName
{
color: #B9409A;
}
.AnyTagClassName
{
color: #B9409A;
}
</style>
background-color css
<style>
a { background-color: #B9409A; }
a { background-color: rgb(185,64,154); }
div.DivClassName
{
background-color: #B9409A;
}
.BgClassName
{
background-color: #B9409A;
}
</style>
border-color css
<style>
span { border-color: #B9409A; }
span { border-color: rgb(185,64,154); }
td.TdClassName
{
border-color: #B9409A;
}
.TagClassName
{
border-color: #B9409A;
}
</style>