Shades of Medium Red Violet #B8359D
Tints of Medium Red Violet #B8359D
RGB
CMYK
RGB Variations
Color information
#B8359D (or 0xB8359D) is known color: Medium Red Violet. HEX triplet: B8, 35 and 9D. RGB value is (184,53,157). Sum of RGB (Red+Green+Blue) = 184+53+157=394 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.70% from 394); Green value is 53 (21.09% from 255 or 13.45% from 394); Blue value is 157 (61.72% from 255 or 39.85% from 394); Max value from RGB is 184 - color contains mainly: red. Hex color #B8359D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8359D is #47CA62. Grayscale: #676767. Windows color (decimal): -4704867 or 10302904. OLE color: 10302904.
HSL color Cylindrical-coordinate representation of color #B8359D: hue angle of 312.37º 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 #B8359D is Cyan = 0, Magento = 0.71, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 53 | 157 | - |
| CMYK | 0 | 0.71 | 0.15 | 0.28 |
| HSL | 312.37º | 0.55% | 0.46% | - |
| HSV(B) | 312.37º | 0.71% | 0.72% | - |
| XYZ | 27.13 | 15.17 | 33.4 | - |
| YUV | 104.03 | 157.9 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 53 | 157 | 0 | 0.71 | 0.15 | 0.28 | 312.37 | 0.55 | 0.46 |
| Hex | B8 | 35 | 9D | 0 | 47 | F | 1C | 138 | 37 | 2E |
| Octal | 270 | 65 | 235 | 0 | 107 | 17 | 34 | 470 | 67 | 56 |
| Binary | 10111000 | 110101 | 10011101 | 0 | 1000111 | 1111 | 11100 | 100111000 | 110111 | 101110 |
Color Harmonies of #B8359D
Complementary color
Monochromatic Colors of #B8359D
Black with #B8359D
Text Example
Text Example
White with #B8359D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8359D; }
p { color: rgb(184,53,157); }
H1.HeaderClassName
{
color: #B8359D;
}
.AnyTagClassName
{
color: #B8359D;
}
</style>
background-color css
<style>
a { background-color: #B8359D; }
a { background-color: rgb(184,53,157); }
div.DivClassName
{
background-color: #B8359D;
}
.BgClassName
{
background-color: #B8359D;
}
</style>
border-color css
<style>
span { border-color: #B8359D; }
span { border-color: rgb(184,53,157); }
td.TdClassName
{
border-color: #B8359D;
}
.TagClassName
{
border-color: #B8359D;
}
</style>