Shades of Medium Red Violet #B9359A
Tints of Medium Red Violet #B9359A
RGB
CMYK
RGB Variations
Color information
#B9359A (or 0xB9359A) is known color: Medium Red Violet. HEX triplet: B9, 35 and 9A. RGB value is (185,53,154). Sum of RGB (Red+Green+Blue) = 185+53+154=392 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.19% from 392); Green value is 53 (21.09% from 255 or 13.52% from 392); Blue value is 154 (60.55% from 255 or 39.29% from 392); Max value from RGB is 185 - color contains mainly: red. Hex color #B9359A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9359A is #46CA65. Grayscale: #676767. Windows color (decimal): -4639334 or 10106297. OLE color: 10106297.
HSL color Cylindrical-coordinate representation of color #B9359A: hue angle of 314.09º 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 #B9359A is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 53 | 154 | - |
| CMYK | 0 | 0.71 | 0.17 | 0.27 |
| HSL | 314.09º | 0.55% | 0.47% | - |
| HSV(B) | 314.09º | 0.71% | 0.73% | - |
| XYZ | 27.11 | 15.19 | 32.08 | - |
| YUV | 103.98 | 156.23 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 53 | 154 | 0 | 0.71 | 0.17 | 0.27 | 314.09 | 0.55 | 0.47 |
| Hex | B9 | 35 | 9A | 0 | 47 | 11 | 1B | 13A | 37 | 2F |
| Octal | 271 | 65 | 232 | 0 | 107 | 21 | 33 | 472 | 67 | 57 |
| Binary | 10111001 | 110101 | 10011010 | 0 | 1000111 | 10001 | 11011 | 100111010 | 110111 | 101111 |
Color Harmonies of #B9359A
Complementary color
Monochromatic Colors of #B9359A
Black with #B9359A
Text Example
Text Example
White with #B9359A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9359A; }
p { color: rgb(185,53,154); }
H1.HeaderClassName
{
color: #B9359A;
}
.AnyTagClassName
{
color: #B9359A;
}
</style>
background-color css
<style>
a { background-color: #B9359A; }
a { background-color: rgb(185,53,154); }
div.DivClassName
{
background-color: #B9359A;
}
.BgClassName
{
background-color: #B9359A;
}
</style>
border-color css
<style>
span { border-color: #B9359A; }
span { border-color: rgb(185,53,154); }
td.TdClassName
{
border-color: #B9359A;
}
.TagClassName
{
border-color: #B9359A;
}
</style>