Shades of Medium Red Violet #B7357D
Tints of Medium Red Violet #B7357D
RGB
CMYK
RGB Variations
Color information
#B7357D (or 0xB7357D) is known color: Medium Red Violet. HEX triplet: B7, 35 and 7D. RGB value is (183,53,125). Sum of RGB (Red+Green+Blue) = 183+53+125=361 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.69% from 361); Green value is 53 (21.09% from 255 or 14.68% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 183 - color contains mainly: red. Hex color #B7357D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7357D is #48CA82. Grayscale: #636363. Windows color (decimal): -4770435 or 8205751. OLE color: 8205751.
HSL color Cylindrical-coordinate representation of color #B7357D: hue angle of 326.77º 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 #B7357D is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 53 | 125 | - |
| CMYK | 0 | 0.71 | 0.32 | 0.28 |
| HSL | 326.77º | 0.55% | 0.46% | - |
| HSV(B) | 326.77º | 0.71% | 0.72% | - |
| XYZ | 24.5 | 14.09 | 20.83 | - |
| YUV | 100.08 | 142.07 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 53 | 125 | 0 | 0.71 | 0.32 | 0.28 | 326.77 | 0.55 | 0.46 |
| Hex | B7 | 35 | 7D | 0 | 47 | 20 | 1C | 147 | 37 | 2E |
| Octal | 267 | 65 | 175 | 0 | 107 | 40 | 34 | 507 | 67 | 56 |
| Binary | 10110111 | 110101 | 1111101 | 0 | 1000111 | 100000 | 11100 | 101000111 | 110111 | 101110 |
Color Harmonies of #B7357D
Complementary color
Monochromatic Colors of #B7357D
Black with #B7357D
Text Example
Text Example
White with #B7357D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7357D; }
p { color: rgb(183,53,125); }
H1.HeaderClassName
{
color: #B7357D;
}
.AnyTagClassName
{
color: #B7357D;
}
</style>
background-color css
<style>
a { background-color: #B7357D; }
a { background-color: rgb(183,53,125); }
div.DivClassName
{
background-color: #B7357D;
}
.BgClassName
{
background-color: #B7357D;
}
</style>
border-color css
<style>
span { border-color: #B7357D; }
span { border-color: rgb(183,53,125); }
td.TdClassName
{
border-color: #B7357D;
}
.TagClassName
{
border-color: #B7357D;
}
</style>