Shades of Medium Red Violet #B8408A
Tints of Medium Red Violet #B8408A
RGB
CMYK
RGB Variations
Color information
#B8408A (or 0xB8408A) is known color: Medium Red Violet. HEX triplet: B8, 40 and 8A. RGB value is (184,64,138). Sum of RGB (Red+Green+Blue) = 184+64+138=386 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.67% from 386); Green value is 64 (25.39% from 255 or 16.58% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 184 - color contains mainly: red. Hex color #B8408A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8408A is #47BF75. Grayscale: #6C6C6C. Windows color (decimal): -4702070 or 9060536. OLE color: 9060536.
HSL color Cylindrical-coordinate representation of color #B8408A: hue angle of 323º 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 #B8408A is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 64 | 138 | - |
| CMYK | 0 | 0.65 | 0.25 | 0.28 |
| HSL | 323º | 0.48% | 0.49% | - |
| HSV(B) | 323º | 0.65% | 0.72% | - |
| XYZ | 26.19 | 15.69 | 25.69 | - |
| YUV | 108.32 | 144.76 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 64 | 138 | 0 | 0.65 | 0.25 | 0.28 | 323 | 0.48 | 0.49 |
| Hex | B8 | 40 | 8A | 0 | 41 | 19 | 1C | 143 | 30 | 31 |
| Octal | 270 | 100 | 212 | 0 | 101 | 31 | 34 | 503 | 60 | 61 |
| Binary | 10111000 | 1000000 | 10001010 | 0 | 1000001 | 11001 | 11100 | 101000011 | 110000 | 110001 |
Color Harmonies of #B8408A
Complementary color
Monochromatic Colors of #B8408A
Black with #B8408A
Text Example
Text Example
White with #B8408A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8408A; }
p { color: rgb(184,64,138); }
H1.HeaderClassName
{
color: #B8408A;
}
.AnyTagClassName
{
color: #B8408A;
}
</style>
background-color css
<style>
a { background-color: #B8408A; }
a { background-color: rgb(184,64,138); }
div.DivClassName
{
background-color: #B8408A;
}
.BgClassName
{
background-color: #B8408A;
}
</style>
border-color css
<style>
span { border-color: #B8408A; }
span { border-color: rgb(184,64,138); }
td.TdClassName
{
border-color: #B8408A;
}
.TagClassName
{
border-color: #B8408A;
}
</style>