Shades of Medium Red Violet #B8409C
Tints of Medium Red Violet #B8409C
RGB
CMYK
RGB Variations
Color information
#B8409C (or 0xB8409C) is known color: Medium Red Violet. HEX triplet: B8, 40 and 9C. RGB value is (184,64,156). Sum of RGB (Red+Green+Blue) = 184+64+156=404 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.54% from 404); Green value is 64 (25.39% from 255 or 15.84% from 404); Blue value is 156 (61.33% from 255 or 38.61% from 404); Max value from RGB is 184 - color contains mainly: red. Hex color #B8409C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8409C is #47BF63. Grayscale: #6E6E6E. Windows color (decimal): -4702052 or 10240184. OLE color: 10240184.
HSL color Cylindrical-coordinate representation of color #B8409C: hue angle of 314º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B8409C is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 64 | 156 | - |
| CMYK | 0 | 0.65 | 0.15 | 0.28 |
| HSL | 314º | 0.48% | 0.49% | - |
| HSV(B) | 314º | 0.65% | 0.72% | - |
| XYZ | 27.6 | 16.26 | 33.14 | - |
| YUV | 110.37 | 153.76 | 180.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 64 | 156 | 0 | 0.65 | 0.15 | 0.28 | 314 | 0.48 | 0.49 |
| Hex | B8 | 40 | 9C | 0 | 41 | F | 1C | 13A | 30 | 31 |
| Octal | 270 | 100 | 234 | 0 | 101 | 17 | 34 | 472 | 60 | 61 |
| Binary | 10111000 | 1000000 | 10011100 | 0 | 1000001 | 1111 | 11100 | 100111010 | 110000 | 110001 |
Color Harmonies of #B8409C
Complementary color
Monochromatic Colors of #B8409C
Black with #B8409C
Text Example
Text Example
White with #B8409C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8409C; }
p { color: rgb(184,64,156); }
H1.HeaderClassName
{
color: #B8409C;
}
.AnyTagClassName
{
color: #B8409C;
}
</style>
background-color css
<style>
a { background-color: #B8409C; }
a { background-color: rgb(184,64,156); }
div.DivClassName
{
background-color: #B8409C;
}
.BgClassName
{
background-color: #B8409C;
}
</style>
border-color css
<style>
span { border-color: #B8409C; }
span { border-color: rgb(184,64,156); }
td.TdClassName
{
border-color: #B8409C;
}
.TagClassName
{
border-color: #B8409C;
}
</style>