Shades of Medium Red Violet #B7337A
Tints of Medium Red Violet #B7337A
RGB
CMYK
RGB Variations
Color information
#B7337A (or 0xB7337A) is known color: Medium Red Violet. HEX triplet: B7, 33 and 7A. RGB value is (183,51,122). Sum of RGB (Red+Green+Blue) = 183+51+122=356 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.40% from 356); Green value is 51 (20.31% from 255 or 14.33% from 356); Blue value is 122 (48.05% from 255 or 34.27% from 356); Max value from RGB is 183 - color contains mainly: red. Hex color #B7337A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7337A is #48CC85. Grayscale: #626262. Windows color (decimal): -4770950 or 8008631. OLE color: 8008631.
HSL color Cylindrical-coordinate representation of color #B7337A: hue angle of 327.73º 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 #B7337A is Cyan = 0, Magento = 0.72, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 51 | 122 | - |
| CMYK | 0 | 0.72 | 0.33 | 0.28 |
| HSL | 327.73º | 0.56% | 0.46% | - |
| HSV(B) | 327.73º | 0.72% | 0.72% | - |
| XYZ | 24.23 | 13.84 | 19.81 | - |
| YUV | 98.56 | 141.23 | 188.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 51 | 122 | 0 | 0.72 | 0.33 | 0.28 | 327.73 | 0.56 | 0.46 |
| Hex | B7 | 33 | 7A | 0 | 48 | 21 | 1C | 148 | 38 | 2E |
| Octal | 267 | 63 | 172 | 0 | 110 | 41 | 34 | 510 | 70 | 56 |
| Binary | 10110111 | 110011 | 1111010 | 0 | 1001000 | 100001 | 11100 | 101001000 | 111000 | 101110 |
Color Harmonies of #B7337A
Complementary color
Monochromatic Colors of #B7337A
Black with #B7337A
Text Example
Text Example
White with #B7337A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7337A; }
p { color: rgb(183,51,122); }
H1.HeaderClassName
{
color: #B7337A;
}
.AnyTagClassName
{
color: #B7337A;
}
</style>
background-color css
<style>
a { background-color: #B7337A; }
a { background-color: rgb(183,51,122); }
div.DivClassName
{
background-color: #B7337A;
}
.BgClassName
{
background-color: #B7337A;
}
</style>
border-color css
<style>
span { border-color: #B7337A; }
span { border-color: rgb(183,51,122); }
td.TdClassName
{
border-color: #B7337A;
}
.TagClassName
{
border-color: #B7337A;
}
</style>