Shades of Medium Red Violet #B9358A
Tints of Medium Red Violet #B9358A
RGB
CMYK
RGB Variations
Color information
#B9358A (or 0xB9358A) is known color: Medium Red Violet. HEX triplet: B9, 35 and 8A. RGB value is (185,53,138). Sum of RGB (Red+Green+Blue) = 185+53+138=376 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.20% from 376); Green value is 53 (21.09% from 255 or 14.10% from 376); Blue value is 138 (54.30% from 255 or 36.70% from 376); Max value from RGB is 185 - color contains mainly: red. Hex color #B9358A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9358A is #46CA75. Grayscale: #656565. Windows color (decimal): -4639350 or 9057721. OLE color: 9057721.
HSL color Cylindrical-coordinate representation of color #B9358A: hue angle of 321.36º 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 #B9358A is Cyan = 0, Magento = 0.71, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 53 | 138 | - |
| CMYK | 0 | 0.71 | 0.25 | 0.27 |
| HSL | 321.36º | 0.55% | 0.47% | - |
| HSV(B) | 321.36º | 0.71% | 0.73% | - |
| XYZ | 25.87 | 14.7 | 25.52 | - |
| YUV | 102.16 | 148.23 | 187.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 53 | 138 | 0 | 0.71 | 0.25 | 0.27 | 321.36 | 0.55 | 0.47 |
| Hex | B9 | 35 | 8A | 0 | 47 | 19 | 1B | 141 | 37 | 2F |
| Octal | 271 | 65 | 212 | 0 | 107 | 31 | 33 | 501 | 67 | 57 |
| Binary | 10111001 | 110101 | 10001010 | 0 | 1000111 | 11001 | 11011 | 101000001 | 110111 | 101111 |
Color Harmonies of #B9358A
Complementary color
Monochromatic Colors of #B9358A
Black with #B9358A
Text Example
Text Example
White with #B9358A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9358A; }
p { color: rgb(185,53,138); }
H1.HeaderClassName
{
color: #B9358A;
}
.AnyTagClassName
{
color: #B9358A;
}
</style>
background-color css
<style>
a { background-color: #B9358A; }
a { background-color: rgb(185,53,138); }
div.DivClassName
{
background-color: #B9358A;
}
.BgClassName
{
background-color: #B9358A;
}
</style>
border-color css
<style>
span { border-color: #B9358A; }
span { border-color: rgb(185,53,138); }
td.TdClassName
{
border-color: #B9358A;
}
.TagClassName
{
border-color: #B9358A;
}
</style>