Shades of Medium Red Violet #B8349D
Tints of Medium Red Violet #B8349D
RGB
CMYK
RGB Variations
Color information
#B8349D (or 0xB8349D) is known color: Medium Red Violet. HEX triplet: B8, 34 and 9D. RGB value is (184,52,157). Sum of RGB (Red+Green+Blue) = 184+52+157=393 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.82% from 393); Green value is 52 (20.70% from 255 or 13.23% from 393); Blue value is 157 (61.72% from 255 or 39.95% from 393); Max value from RGB is 184 - color contains mainly: red. Hex color #B8349D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8349D is #47CB62. Grayscale: #676767. Windows color (decimal): -4705123 or 10302648. OLE color: 10302648.
HSL color Cylindrical-coordinate representation of color #B8349D: hue angle of 312.27º 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 #B8349D is Cyan = 0, Magento = 0.72, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 52 | 157 | - |
| CMYK | 0 | 0.72 | 0.15 | 0.28 |
| HSL | 312.27º | 0.56% | 0.46% | - |
| HSV(B) | 312.27º | 0.72% | 0.72% | - |
| XYZ | 27.08 | 15.08 | 33.38 | - |
| YUV | 103.44 | 158.23 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 52 | 157 | 0 | 0.72 | 0.15 | 0.28 | 312.27 | 0.56 | 0.46 |
| Hex | B8 | 34 | 9D | 0 | 48 | F | 1C | 138 | 38 | 2E |
| Octal | 270 | 64 | 235 | 0 | 110 | 17 | 34 | 470 | 70 | 56 |
| Binary | 10111000 | 110100 | 10011101 | 0 | 1001000 | 1111 | 11100 | 100111000 | 111000 | 101110 |
Color Harmonies of #B8349D
Complementary color
Monochromatic Colors of #B8349D
Black with #B8349D
Text Example
Text Example
White with #B8349D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8349D; }
p { color: rgb(184,52,157); }
H1.HeaderClassName
{
color: #B8349D;
}
.AnyTagClassName
{
color: #B8349D;
}
</style>
background-color css
<style>
a { background-color: #B8349D; }
a { background-color: rgb(184,52,157); }
div.DivClassName
{
background-color: #B8349D;
}
.BgClassName
{
background-color: #B8349D;
}
</style>
border-color css
<style>
span { border-color: #B8349D; }
span { border-color: rgb(184,52,157); }
td.TdClassName
{
border-color: #B8349D;
}
.TagClassName
{
border-color: #B8349D;
}
</style>