Shades of Medium Red Violet #B7359D
Tints of Medium Red Violet #B7359D
RGB
CMYK
RGB Variations
Color information
#B7359D (or 0xB7359D) is known color: Medium Red Violet. HEX triplet: B7, 35 and 9D. RGB value is (183,53,157). Sum of RGB (Red+Green+Blue) = 183+53+157=393 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.56% from 393); Green value is 53 (21.09% from 255 or 13.49% from 393); Blue value is 157 (61.72% from 255 or 39.95% from 393); Max value from RGB is 183 - color contains mainly: red. Hex color #B7359D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7359D is #48CA62. Grayscale: #676767. Windows color (decimal): -4770403 or 10302903. OLE color: 10302903.
HSL color Cylindrical-coordinate representation of color #B7359D: hue angle of 312º 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 #B7359D is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 53 | 157 | - |
| CMYK | 0 | 0.71 | 0.14 | 0.28 |
| HSL | 312º | 0.55% | 0.46% | - |
| HSV(B) | 312º | 0.71% | 0.72% | - |
| XYZ | 26.89 | 15.05 | 33.39 | - |
| YUV | 103.73 | 158.07 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 53 | 157 | 0 | 0.71 | 0.14 | 0.28 | 312 | 0.55 | 0.46 |
| Hex | B7 | 35 | 9D | 0 | 47 | E | 1C | 138 | 37 | 2E |
| Octal | 267 | 65 | 235 | 0 | 107 | 16 | 34 | 470 | 67 | 56 |
| Binary | 10110111 | 110101 | 10011101 | 0 | 1000111 | 1110 | 11100 | 100111000 | 110111 | 101110 |
Color Harmonies of #B7359D
Complementary color
Monochromatic Colors of #B7359D
Black with #B7359D
Text Example
Text Example
White with #B7359D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7359D; }
p { color: rgb(183,53,157); }
H1.HeaderClassName
{
color: #B7359D;
}
.AnyTagClassName
{
color: #B7359D;
}
</style>
background-color css
<style>
a { background-color: #B7359D; }
a { background-color: rgb(183,53,157); }
div.DivClassName
{
background-color: #B7359D;
}
.BgClassName
{
background-color: #B7359D;
}
</style>
border-color css
<style>
span { border-color: #B7359D; }
span { border-color: rgb(183,53,157); }
td.TdClassName
{
border-color: #B7359D;
}
.TagClassName
{
border-color: #B7359D;
}
</style>