Shades of Medium Red Violet #B7397E
Tints of Medium Red Violet #B7397E
RGB
CMYK
RGB Variations
Color information
#B7397E (or 0xB7397E) is known color: Medium Red Violet. HEX triplet: B7, 39 and 7E. RGB value is (183,57,126). Sum of RGB (Red+Green+Blue) = 183+57+126=366 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50% from 366); Green value is 57 (22.66% from 255 or 15.57% from 366); Blue value is 126 (49.61% from 255 or 34.43% from 366); Max value from RGB is 183 - color contains mainly: red. Hex color #B7397E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7397E is #48C681. Grayscale: #666666. Windows color (decimal): -4769410 or 8272311. OLE color: 8272311.
HSL color Cylindrical-coordinate representation of color #B7397E: hue angle of 327.14º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B7397E is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 57 | 126 | - |
| CMYK | 0 | 0.69 | 0.31 | 0.28 |
| HSL | 327.14º | 0.53% | 0.47% | - |
| HSV(B) | 327.14º | 0.69% | 0.72% | - |
| XYZ | 24.76 | 14.5 | 21.23 | - |
| YUV | 102.54 | 141.24 | 185.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 57 | 126 | 0 | 0.69 | 0.31 | 0.28 | 327.14 | 0.53 | 0.47 |
| Hex | B7 | 39 | 7E | 0 | 45 | 1F | 1C | 147 | 34 | 2F |
| Octal | 267 | 71 | 176 | 0 | 105 | 37 | 34 | 507 | 64 | 57 |
| Binary | 10110111 | 111001 | 1111110 | 0 | 1000101 | 11111 | 11100 | 101000111 | 110100 | 101111 |
Color Harmonies of #B7397E
Complementary color
Monochromatic Colors of #B7397E
Black with #B7397E
Text Example
Text Example
White with #B7397E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7397E; }
p { color: rgb(183,57,126); }
H1.HeaderClassName
{
color: #B7397E;
}
.AnyTagClassName
{
color: #B7397E;
}
</style>
background-color css
<style>
a { background-color: #B7397E; }
a { background-color: rgb(183,57,126); }
div.DivClassName
{
background-color: #B7397E;
}
.BgClassName
{
background-color: #B7397E;
}
</style>
border-color css
<style>
span { border-color: #B7397E; }
span { border-color: rgb(183,57,126); }
td.TdClassName
{
border-color: #B7397E;
}
.TagClassName
{
border-color: #B7397E;
}
</style>