Shades of Medium Red Violet #B8357E
Tints of Medium Red Violet #B8357E
RGB
CMYK
RGB Variations
Color information
#B8357E (or 0xB8357E) is known color: Medium Red Violet. HEX triplet: B8, 35 and 7E. RGB value is (184,53,126). Sum of RGB (Red+Green+Blue) = 184+53+126=363 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.69% from 363); Green value is 53 (21.09% from 255 or 14.60% from 363); Blue value is 126 (49.61% from 255 or 34.71% from 363); Max value from RGB is 184 - color contains mainly: red. Hex color #B8357E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8357E is #47CA81. Grayscale: #646464. Windows color (decimal): -4704898 or 8271288. OLE color: 8271288.
HSL color Cylindrical-coordinate representation of color #B8357E: hue angle of 326.56º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B8357E is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 53 | 126 | - |
| CMYK | 0 | 0.71 | 0.32 | 0.28 |
| HSL | 326.56º | 0.55% | 0.46% | - |
| HSV(B) | 326.56º | 0.71% | 0.72% | - |
| XYZ | 24.81 | 14.24 | 21.18 | - |
| YUV | 100.49 | 142.4 | 187.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 53 | 126 | 0 | 0.71 | 0.32 | 0.28 | 326.56 | 0.55 | 0.46 |
| Hex | B8 | 35 | 7E | 0 | 47 | 20 | 1C | 147 | 37 | 2E |
| Octal | 270 | 65 | 176 | 0 | 107 | 40 | 34 | 507 | 67 | 56 |
| Binary | 10111000 | 110101 | 1111110 | 0 | 1000111 | 100000 | 11100 | 101000111 | 110111 | 101110 |
Color Harmonies of #B8357E
Complementary color
Monochromatic Colors of #B8357E
Black with #B8357E
Text Example
Text Example
White with #B8357E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8357E; }
p { color: rgb(184,53,126); }
H1.HeaderClassName
{
color: #B8357E;
}
.AnyTagClassName
{
color: #B8357E;
}
</style>
background-color css
<style>
a { background-color: #B8357E; }
a { background-color: rgb(184,53,126); }
div.DivClassName
{
background-color: #B8357E;
}
.BgClassName
{
background-color: #B8357E;
}
</style>
border-color css
<style>
span { border-color: #B8357E; }
span { border-color: rgb(184,53,126); }
td.TdClassName
{
border-color: #B8357E;
}
.TagClassName
{
border-color: #B8357E;
}
</style>