Shades of Medium Red Violet #B8359C
Tints of Medium Red Violet #B8359C
RGB
CMYK
RGB Variations
Color information
#B8359C (or 0xB8359C) is known color: Medium Red Violet. HEX triplet: B8, 35 and 9C. RGB value is (184,53,156). Sum of RGB (Red+Green+Blue) = 184+53+156=393 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.82% from 393); Green value is 53 (21.09% from 255 or 13.49% from 393); Blue value is 156 (61.33% from 255 or 39.69% from 393); Max value from RGB is 184 - color contains mainly: red. Hex color #B8359C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8359C is #47CA63. Grayscale: #676767. Windows color (decimal): -4704868 or 10237368. OLE color: 10237368.
HSL color Cylindrical-coordinate representation of color #B8359C: hue angle of 312.82º 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 #B8359C is Cyan = 0, Magento = 0.71, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 53 | 156 | - |
| CMYK | 0 | 0.71 | 0.15 | 0.28 |
| HSL | 312.82º | 0.55% | 0.46% | - |
| HSV(B) | 312.82º | 0.71% | 0.72% | - |
| XYZ | 27.04 | 15.14 | 32.95 | - |
| YUV | 103.91 | 157.4 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 53 | 156 | 0 | 0.71 | 0.15 | 0.28 | 312.82 | 0.55 | 0.46 |
| Hex | B8 | 35 | 9C | 0 | 47 | F | 1C | 139 | 37 | 2E |
| Octal | 270 | 65 | 234 | 0 | 107 | 17 | 34 | 471 | 67 | 56 |
| Binary | 10111000 | 110101 | 10011100 | 0 | 1000111 | 1111 | 11100 | 100111001 | 110111 | 101110 |
Color Harmonies of #B8359C
Complementary color
Monochromatic Colors of #B8359C
Black with #B8359C
Text Example
Text Example
White with #B8359C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8359C; }
p { color: rgb(184,53,156); }
H1.HeaderClassName
{
color: #B8359C;
}
.AnyTagClassName
{
color: #B8359C;
}
</style>
background-color css
<style>
a { background-color: #B8359C; }
a { background-color: rgb(184,53,156); }
div.DivClassName
{
background-color: #B8359C;
}
.BgClassName
{
background-color: #B8359C;
}
</style>
border-color css
<style>
span { border-color: #B8359C; }
span { border-color: rgb(184,53,156); }
td.TdClassName
{
border-color: #B8359C;
}
.TagClassName
{
border-color: #B8359C;
}
</style>