Shades of Medium Red Violet #B9357B
Tints of Medium Red Violet #B9357B
RGB
CMYK
RGB Variations
Color information
#B9357B (or 0xB9357B) is known color: Medium Red Violet. HEX triplet: B9, 35 and 7B. RGB value is (185,53,123). Sum of RGB (Red+Green+Blue) = 185+53+123=361 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.25% from 361); Green value is 53 (21.09% from 255 or 14.68% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 185 - color contains mainly: red. Hex color #B9357B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9357B is #46CA84. Grayscale: #646464. Windows color (decimal): -4639365 or 8074681. OLE color: 8074681.
HSL color Cylindrical-coordinate representation of color #B9357B: hue angle of 328.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 #B9357B is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 53 | 123 | - |
| CMYK | 0 | 0.71 | 0.34 | 0.27 |
| HSL | 328.18º | 0.55% | 0.47% | - |
| HSV(B) | 328.18º | 0.71% | 0.73% | - |
| XYZ | 24.86 | 14.29 | 20.19 | - |
| YUV | 100.45 | 140.73 | 188.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 53 | 123 | 0 | 0.71 | 0.34 | 0.27 | 328.18 | 0.55 | 0.47 |
| Hex | B9 | 35 | 7B | 0 | 47 | 22 | 1B | 148 | 37 | 2F |
| Octal | 271 | 65 | 173 | 0 | 107 | 42 | 33 | 510 | 67 | 57 |
| Binary | 10111001 | 110101 | 1111011 | 0 | 1000111 | 100010 | 11011 | 101001000 | 110111 | 101111 |
Color Harmonies of #B9357B
Complementary color
Monochromatic Colors of #B9357B
Black with #B9357B
Text Example
Text Example
White with #B9357B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9357B; }
p { color: rgb(185,53,123); }
H1.HeaderClassName
{
color: #B9357B;
}
.AnyTagClassName
{
color: #B9357B;
}
</style>
background-color css
<style>
a { background-color: #B9357B; }
a { background-color: rgb(185,53,123); }
div.DivClassName
{
background-color: #B9357B;
}
.BgClassName
{
background-color: #B9357B;
}
</style>
border-color css
<style>
span { border-color: #B9357B; }
span { border-color: rgb(185,53,123); }
td.TdClassName
{
border-color: #B9357B;
}
.TagClassName
{
border-color: #B9357B;
}
</style>