Shades of Medium Red Violet #B7337C
Tints of Medium Red Violet #B7337C
RGB
CMYK
RGB Variations
Color information
#B7337C (or 0xB7337C) is known color: Medium Red Violet. HEX triplet: B7, 33 and 7C. RGB value is (183,51,124). Sum of RGB (Red+Green+Blue) = 183+51+124=358 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.12% from 358); Green value is 51 (20.31% from 255 or 14.25% from 358); Blue value is 124 (48.83% from 255 or 34.64% from 358); Max value from RGB is 183 - color contains mainly: red. Hex color #B7337C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7337C is #48CC83. Grayscale: #626262. Windows color (decimal): -4770948 or 8139703. OLE color: 8139703.
HSL color Cylindrical-coordinate representation of color #B7337C: hue angle of 326.82º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B7337C is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 51 | 124 | - |
| CMYK | 0 | 0.72 | 0.32 | 0.28 |
| HSL | 326.82º | 0.56% | 0.46% | - |
| HSV(B) | 326.82º | 0.72% | 0.72% | - |
| XYZ | 24.35 | 13.89 | 20.47 | - |
| YUV | 98.79 | 142.23 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 51 | 124 | 0 | 0.72 | 0.32 | 0.28 | 326.82 | 0.56 | 0.46 |
| Hex | B7 | 33 | 7C | 0 | 48 | 20 | 1C | 147 | 38 | 2E |
| Octal | 267 | 63 | 174 | 0 | 110 | 40 | 34 | 507 | 70 | 56 |
| Binary | 10110111 | 110011 | 1111100 | 0 | 1001000 | 100000 | 11100 | 101000111 | 111000 | 101110 |
Color Harmonies of #B7337C
Complementary color
Monochromatic Colors of #B7337C
Black with #B7337C
Text Example
Text Example
White with #B7337C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7337C; }
p { color: rgb(183,51,124); }
H1.HeaderClassName
{
color: #B7337C;
}
.AnyTagClassName
{
color: #B7337C;
}
</style>
background-color css
<style>
a { background-color: #B7337C; }
a { background-color: rgb(183,51,124); }
div.DivClassName
{
background-color: #B7337C;
}
.BgClassName
{
background-color: #B7337C;
}
</style>
border-color css
<style>
span { border-color: #B7337C; }
span { border-color: rgb(183,51,124); }
td.TdClassName
{
border-color: #B7337C;
}
.TagClassName
{
border-color: #B7337C;
}
</style>