Shades of Medium Red Violet #B8348D
Tints of Medium Red Violet #B8348D
RGB
CMYK
RGB Variations
Color information
#B8348D (or 0xB8348D) is known color: Medium Red Violet. HEX triplet: B8, 34 and 8D. RGB value is (184,52,141). Sum of RGB (Red+Green+Blue) = 184+52+141=377 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.81% from 377); Green value is 52 (20.70% from 255 or 13.79% from 377); Blue value is 141 (55.47% from 255 or 37.40% from 377); Max value from RGB is 184 - color contains mainly: red. Hex color #B8348D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8348D is #47CB72. Grayscale: #656565. Windows color (decimal): -4705139 or 9254072. OLE color: 9254072.
HSL color Cylindrical-coordinate representation of color #B8348D: hue angle of 319.55º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B8348D is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 52 | 141 | - |
| CMYK | 0 | 0.72 | 0.23 | 0.28 |
| HSL | 319.55º | 0.56% | 0.46% | - |
| HSV(B) | 319.55º | 0.72% | 0.72% | - |
| XYZ | 25.8 | 14.57 | 26.65 | - |
| YUV | 101.61 | 150.23 | 186.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 52 | 141 | 0 | 0.72 | 0.23 | 0.28 | 319.55 | 0.56 | 0.46 |
| Hex | B8 | 34 | 8D | 0 | 48 | 17 | 1C | 140 | 38 | 2E |
| Octal | 270 | 64 | 215 | 0 | 110 | 27 | 34 | 500 | 70 | 56 |
| Binary | 10111000 | 110100 | 10001101 | 0 | 1001000 | 10111 | 11100 | 101000000 | 111000 | 101110 |
Color Harmonies of #B8348D
Complementary color
Monochromatic Colors of #B8348D
Black with #B8348D
Text Example
Text Example
White with #B8348D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8348D; }
p { color: rgb(184,52,141); }
H1.HeaderClassName
{
color: #B8348D;
}
.AnyTagClassName
{
color: #B8348D;
}
</style>
background-color css
<style>
a { background-color: #B8348D; }
a { background-color: rgb(184,52,141); }
div.DivClassName
{
background-color: #B8348D;
}
.BgClassName
{
background-color: #B8348D;
}
</style>
border-color css
<style>
span { border-color: #B8348D; }
span { border-color: rgb(184,52,141); }
td.TdClassName
{
border-color: #B8348D;
}
.TagClassName
{
border-color: #B8348D;
}
</style>