Shades of Medium Red Violet #B8349B
Tints of Medium Red Violet #B8349B
RGB
CMYK
RGB Variations
Color information
#B8349B (or 0xB8349B) is known color: Medium Red Violet. HEX triplet: B8, 34 and 9B. RGB value is (184,52,155). Sum of RGB (Red+Green+Blue) = 184+52+155=391 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.06% from 391); Green value is 52 (20.70% from 255 or 13.30% from 391); Blue value is 155 (60.94% from 255 or 39.64% from 391); Max value from RGB is 184 - color contains mainly: red. Hex color #B8349B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8349B is #47CB64. Grayscale: #666666. Windows color (decimal): -4705125 or 10171576. OLE color: 10171576.
HSL color Cylindrical-coordinate representation of color #B8349B: hue angle of 313.18º 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 #B8349B is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 52 | 155 | - |
| CMYK | 0 | 0.72 | 0.16 | 0.28 |
| HSL | 313.18º | 0.56% | 0.46% | - |
| HSV(B) | 313.18º | 0.72% | 0.72% | - |
| XYZ | 26.91 | 15.01 | 32.49 | - |
| YUV | 103.21 | 157.23 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 52 | 155 | 0 | 0.72 | 0.16 | 0.28 | 313.18 | 0.56 | 0.46 |
| Hex | B8 | 34 | 9B | 0 | 48 | 10 | 1C | 139 | 38 | 2E |
| Octal | 270 | 64 | 233 | 0 | 110 | 20 | 34 | 471 | 70 | 56 |
| Binary | 10111000 | 110100 | 10011011 | 0 | 1001000 | 10000 | 11100 | 100111001 | 111000 | 101110 |
Color Harmonies of #B8349B
Complementary color
Monochromatic Colors of #B8349B
Black with #B8349B
Text Example
Text Example
White with #B8349B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8349B; }
p { color: rgb(184,52,155); }
H1.HeaderClassName
{
color: #B8349B;
}
.AnyTagClassName
{
color: #B8349B;
}
</style>
background-color css
<style>
a { background-color: #B8349B; }
a { background-color: rgb(184,52,155); }
div.DivClassName
{
background-color: #B8349B;
}
.BgClassName
{
background-color: #B8349B;
}
</style>
border-color css
<style>
span { border-color: #B8349B; }
span { border-color: rgb(184,52,155); }
td.TdClassName
{
border-color: #B8349B;
}
.TagClassName
{
border-color: #B8349B;
}
</style>