Shades of Medium Red Violet #B7357C
Tints of Medium Red Violet #B7357C
RGB
CMYK
RGB Variations
Color information
#B7357C (or 0xB7357C) is known color: Medium Red Violet. HEX triplet: B7, 35 and 7C. RGB value is (183,53,124). Sum of RGB (Red+Green+Blue) = 183+53+124=360 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.83% from 360); Green value is 53 (21.09% from 255 or 14.72% from 360); Blue value is 124 (48.83% from 255 or 34.44% from 360); Max value from RGB is 183 - color contains mainly: red. Hex color #B7357C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7357C is #48CA83. Grayscale: #636363. Windows color (decimal): -4770436 or 8140215. OLE color: 8140215.
HSL color Cylindrical-coordinate representation of color #B7357C: hue angle of 327.23º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B7357C is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 53 | 124 | - |
| CMYK | 0 | 0.71 | 0.32 | 0.28 |
| HSL | 327.23º | 0.55% | 0.46% | - |
| HSV(B) | 327.23º | 0.71% | 0.72% | - |
| XYZ | 24.44 | 14.07 | 20.5 | - |
| YUV | 99.96 | 141.57 | 187.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 53 | 124 | 0 | 0.71 | 0.32 | 0.28 | 327.23 | 0.55 | 0.46 |
| Hex | B7 | 35 | 7C | 0 | 47 | 20 | 1C | 147 | 37 | 2E |
| Octal | 267 | 65 | 174 | 0 | 107 | 40 | 34 | 507 | 67 | 56 |
| Binary | 10110111 | 110101 | 1111100 | 0 | 1000111 | 100000 | 11100 | 101000111 | 110111 | 101110 |
Color Harmonies of #B7357C
Complementary color
Monochromatic Colors of #B7357C
Black with #B7357C
Text Example
Text Example
White with #B7357C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7357C; }
p { color: rgb(183,53,124); }
H1.HeaderClassName
{
color: #B7357C;
}
.AnyTagClassName
{
color: #B7357C;
}
</style>
background-color css
<style>
a { background-color: #B7357C; }
a { background-color: rgb(183,53,124); }
div.DivClassName
{
background-color: #B7357C;
}
.BgClassName
{
background-color: #B7357C;
}
</style>
border-color css
<style>
span { border-color: #B7357C; }
span { border-color: rgb(183,53,124); }
td.TdClassName
{
border-color: #B7357C;
}
.TagClassName
{
border-color: #B7357C;
}
</style>