Shades of Medium Red Violet #B8348B
Tints of Medium Red Violet #B8348B
RGB
CMYK
RGB Variations
Color information
#B8348B (or 0xB8348B) is known color: Medium Red Violet. HEX triplet: B8, 34 and 8B. RGB value is (184,52,139). Sum of RGB (Red+Green+Blue) = 184+52+139=375 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.07% from 375); Green value is 52 (20.70% from 255 or 13.87% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 184 - color contains mainly: red. Hex color #B8348B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8348B is #47CB74. Grayscale: #656565. Windows color (decimal): -4705141 or 9123000. OLE color: 9123000.
HSL color Cylindrical-coordinate representation of color #B8348B: hue angle of 320.45º 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 #B8348B is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 52 | 139 | - |
| CMYK | 0 | 0.72 | 0.24 | 0.28 |
| HSL | 320.45º | 0.56% | 0.46% | - |
| HSV(B) | 320.45º | 0.72% | 0.72% | - |
| XYZ | 25.66 | 14.51 | 25.87 | - |
| YUV | 101.39 | 149.23 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 52 | 139 | 0 | 0.72 | 0.24 | 0.28 | 320.45 | 0.56 | 0.46 |
| Hex | B8 | 34 | 8B | 0 | 48 | 18 | 1C | 140 | 38 | 2E |
| Octal | 270 | 64 | 213 | 0 | 110 | 30 | 34 | 500 | 70 | 56 |
| Binary | 10111000 | 110100 | 10001011 | 0 | 1001000 | 11000 | 11100 | 101000000 | 111000 | 101110 |
Color Harmonies of #B8348B
Complementary color
Monochromatic Colors of #B8348B
Black with #B8348B
Text Example
Text Example
White with #B8348B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8348B; }
p { color: rgb(184,52,139); }
H1.HeaderClassName
{
color: #B8348B;
}
.AnyTagClassName
{
color: #B8348B;
}
</style>
background-color css
<style>
a { background-color: #B8348B; }
a { background-color: rgb(184,52,139); }
div.DivClassName
{
background-color: #B8348B;
}
.BgClassName
{
background-color: #B8348B;
}
</style>
border-color css
<style>
span { border-color: #B8348B; }
span { border-color: rgb(184,52,139); }
td.TdClassName
{
border-color: #B8348B;
}
.TagClassName
{
border-color: #B8348B;
}
</style>