Shades of Medium Red Violet #B8358B
Tints of Medium Red Violet #B8358B
RGB
CMYK
RGB Variations
Color information
#B8358B (or 0xB8358B) is known color: Medium Red Violet. HEX triplet: B8, 35 and 8B. RGB value is (184,53,139). Sum of RGB (Red+Green+Blue) = 184+53+139=376 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.94% from 376); Green value is 53 (21.09% from 255 or 14.10% from 376); Blue value is 139 (54.69% from 255 or 36.97% from 376); Max value from RGB is 184 - color contains mainly: red. Hex color #B8358B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8358B is #47CA74. Grayscale: #656565. Windows color (decimal): -4704885 or 9123256. OLE color: 9123256.
HSL color Cylindrical-coordinate representation of color #B8358B: hue angle of 320.61º 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 #B8358B is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 53 | 139 | - |
| CMYK | 0 | 0.71 | 0.24 | 0.28 |
| HSL | 320.61º | 0.55% | 0.46% | - |
| HSV(B) | 320.61º | 0.71% | 0.72% | - |
| XYZ | 25.7 | 14.6 | 25.89 | - |
| YUV | 101.97 | 148.9 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 53 | 139 | 0 | 0.71 | 0.24 | 0.28 | 320.61 | 0.55 | 0.46 |
| Hex | B8 | 35 | 8B | 0 | 47 | 18 | 1C | 141 | 37 | 2E |
| Octal | 270 | 65 | 213 | 0 | 107 | 30 | 34 | 501 | 67 | 56 |
| Binary | 10111000 | 110101 | 10001011 | 0 | 1000111 | 11000 | 11100 | 101000001 | 110111 | 101110 |
Color Harmonies of #B8358B
Complementary color
Monochromatic Colors of #B8358B
Black with #B8358B
Text Example
Text Example
White with #B8358B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8358B; }
p { color: rgb(184,53,139); }
H1.HeaderClassName
{
color: #B8358B;
}
.AnyTagClassName
{
color: #B8358B;
}
</style>
background-color css
<style>
a { background-color: #B8358B; }
a { background-color: rgb(184,53,139); }
div.DivClassName
{
background-color: #B8358B;
}
.BgClassName
{
background-color: #B8358B;
}
</style>
border-color css
<style>
span { border-color: #B8358B; }
span { border-color: rgb(184,53,139); }
td.TdClassName
{
border-color: #B8358B;
}
.TagClassName
{
border-color: #B8358B;
}
</style>