Shades of Medium Red Violet #B9359C
Tints of Medium Red Violet #B9359C
RGB
CMYK
RGB Variations
Color information
#B9359C (or 0xB9359C) is known color: Medium Red Violet. HEX triplet: B9, 35 and 9C. RGB value is (185,53,156). Sum of RGB (Red+Green+Blue) = 185+53+156=394 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.95% from 394); Green value is 53 (21.09% from 255 or 13.45% from 394); Blue value is 156 (61.33% from 255 or 39.59% from 394); Max value from RGB is 185 - color contains mainly: red. Hex color #B9359C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9359C is #46CA63. Grayscale: #676767. Windows color (decimal): -4639332 or 10237369. OLE color: 10237369.
HSL color Cylindrical-coordinate representation of color #B9359C: hue angle of 313.18º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B9359C is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 53 | 156 | - |
| CMYK | 0 | 0.71 | 0.16 | 0.27 |
| HSL | 313.18º | 0.55% | 0.47% | - |
| HSV(B) | 313.18º | 0.71% | 0.73% | - |
| XYZ | 27.28 | 15.26 | 32.96 | - |
| YUV | 104.21 | 157.23 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 53 | 156 | 0 | 0.71 | 0.16 | 0.27 | 313.18 | 0.55 | 0.47 |
| Hex | B9 | 35 | 9C | 0 | 47 | 10 | 1B | 139 | 37 | 2F |
| Octal | 271 | 65 | 234 | 0 | 107 | 20 | 33 | 471 | 67 | 57 |
| Binary | 10111001 | 110101 | 10011100 | 0 | 1000111 | 10000 | 11011 | 100111001 | 110111 | 101111 |
Color Harmonies of #B9359C
Complementary color
Monochromatic Colors of #B9359C
Black with #B9359C
Text Example
Text Example
White with #B9359C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9359C; }
p { color: rgb(185,53,156); }
H1.HeaderClassName
{
color: #B9359C;
}
.AnyTagClassName
{
color: #B9359C;
}
</style>
background-color css
<style>
a { background-color: #B9359C; }
a { background-color: rgb(185,53,156); }
div.DivClassName
{
background-color: #B9359C;
}
.BgClassName
{
background-color: #B9359C;
}
</style>
border-color css
<style>
span { border-color: #B9359C; }
span { border-color: rgb(185,53,156); }
td.TdClassName
{
border-color: #B9359C;
}
.TagClassName
{
border-color: #B9359C;
}
</style>