Shades of Medium Red Violet #B7358D
Tints of Medium Red Violet #B7358D
RGB
CMYK
RGB Variations
Color information
#B7358D (or 0xB7358D) is known color: Medium Red Violet. HEX triplet: B7, 35 and 8D. RGB value is (183,53,141). Sum of RGB (Red+Green+Blue) = 183+53+141=377 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.54% from 377); Green value is 53 (21.09% from 255 or 14.06% from 377); Blue value is 141 (55.47% from 255 or 37.40% from 377); Max value from RGB is 183 - color contains mainly: red. Hex color #B7358D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7358D is #48CA72. Grayscale: #656565. Windows color (decimal): -4770419 or 9254327. OLE color: 9254327.
HSL color Cylindrical-coordinate representation of color #B7358D: hue angle of 319.38º 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 #B7358D is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 53 | 141 | - |
| CMYK | 0 | 0.71 | 0.23 | 0.28 |
| HSL | 319.38º | 0.55% | 0.46% | - |
| HSV(B) | 319.38º | 0.71% | 0.72% | - |
| XYZ | 25.61 | 14.54 | 26.66 | - |
| YUV | 101.9 | 150.07 | 185.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 53 | 141 | 0 | 0.71 | 0.23 | 0.28 | 319.38 | 0.55 | 0.46 |
| Hex | B7 | 35 | 8D | 0 | 47 | 17 | 1C | 13F | 37 | 2E |
| Octal | 267 | 65 | 215 | 0 | 107 | 27 | 34 | 477 | 67 | 56 |
| Binary | 10110111 | 110101 | 10001101 | 0 | 1000111 | 10111 | 11100 | 100111111 | 110111 | 101110 |
Color Harmonies of #B7358D
Complementary color
Monochromatic Colors of #B7358D
Black with #B7358D
Text Example
Text Example
White with #B7358D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7358D; }
p { color: rgb(183,53,141); }
H1.HeaderClassName
{
color: #B7358D;
}
.AnyTagClassName
{
color: #B7358D;
}
</style>
background-color css
<style>
a { background-color: #B7358D; }
a { background-color: rgb(183,53,141); }
div.DivClassName
{
background-color: #B7358D;
}
.BgClassName
{
background-color: #B7358D;
}
</style>
border-color css
<style>
span { border-color: #B7358D; }
span { border-color: rgb(183,53,141); }
td.TdClassName
{
border-color: #B7358D;
}
.TagClassName
{
border-color: #B7358D;
}
</style>