Shades of Medium Red Violet #B9357A
Tints of Medium Red Violet #B9357A
RGB
CMYK
RGB Variations
Color information
#B9357A (or 0xB9357A) is known color: Medium Red Violet. HEX triplet: B9, 35 and 7A. RGB value is (185,53,122). Sum of RGB (Red+Green+Blue) = 185+53+122=360 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.39% from 360); Green value is 53 (21.09% from 255 or 14.72% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 185 - color contains mainly: red. Hex color #B9357A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9357A is #46CA85. Grayscale: #646464. Windows color (decimal): -4639366 or 8009145. OLE color: 8009145.
HSL color Cylindrical-coordinate representation of color #B9357A: hue angle of 328.64º 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 #B9357A is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 53 | 122 | - |
| CMYK | 0 | 0.71 | 0.34 | 0.27 |
| HSL | 328.64º | 0.55% | 0.47% | - |
| HSV(B) | 328.64º | 0.71% | 0.73% | - |
| XYZ | 24.79 | 14.27 | 19.86 | - |
| YUV | 100.33 | 140.23 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 53 | 122 | 0 | 0.71 | 0.34 | 0.27 | 328.64 | 0.55 | 0.47 |
| Hex | B9 | 35 | 7A | 0 | 47 | 22 | 1B | 149 | 37 | 2F |
| Octal | 271 | 65 | 172 | 0 | 107 | 42 | 33 | 511 | 67 | 57 |
| Binary | 10111001 | 110101 | 1111010 | 0 | 1000111 | 100010 | 11011 | 101001001 | 110111 | 101111 |
Color Harmonies of #B9357A
Complementary color
Monochromatic Colors of #B9357A
Black with #B9357A
Text Example
Text Example
White with #B9357A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9357A; }
p { color: rgb(185,53,122); }
H1.HeaderClassName
{
color: #B9357A;
}
.AnyTagClassName
{
color: #B9357A;
}
</style>
background-color css
<style>
a { background-color: #B9357A; }
a { background-color: rgb(185,53,122); }
div.DivClassName
{
background-color: #B9357A;
}
.BgClassName
{
background-color: #B9357A;
}
</style>
border-color css
<style>
span { border-color: #B9357A; }
span { border-color: rgb(185,53,122); }
td.TdClassName
{
border-color: #B9357A;
}
.TagClassName
{
border-color: #B9357A;
}
</style>