Shades of Medium Red Violet #B7257D
Tints of Medium Red Violet #B7257D
RGB
CMYK
RGB Variations
Color information
#B7257D (or 0xB7257D) is known color: Medium Red Violet. HEX triplet: B7, 25 and 7D. RGB value is (183,37,125). Sum of RGB (Red+Green+Blue) = 183+37+125=345 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.04% from 345); Green value is 37 (14.84% from 255 or 10.72% from 345); Blue value is 125 (49.22% from 255 or 36.23% from 345); Max value from RGB is 183 - color contains mainly: red. Hex color #B7257D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7257D is #48DA82. Grayscale: #5A5A5A. Windows color (decimal): -4774531 or 8201655. OLE color: 8201655.
HSL color Cylindrical-coordinate representation of color #B7257D: hue angle of 323.84º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B7257D is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 37 | 125 | - |
| CMYK | 0 | 0.80 | 0.32 | 0.28 |
| HSL | 323.84º | 0.66% | 0.43% | - |
| HSV(B) | 323.84º | 0.8% | 0.72% | - |
| XYZ | 23.89 | 12.87 | 20.63 | - |
| YUV | 90.69 | 147.37 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 37 | 125 | 0 | 0.80 | 0.32 | 0.28 | 323.84 | 0.66 | 0.43 |
| Hex | B7 | 25 | 7D | 0 | 50 | 20 | 1C | 144 | 42 | 2B |
| Octal | 267 | 45 | 175 | 0 | 120 | 40 | 34 | 504 | 102 | 53 |
| Binary | 10110111 | 100101 | 1111101 | 0 | 1010000 | 100000 | 11100 | 101000100 | 1000010 | 101011 |
Color Harmonies of #B7257D
Complementary color
Monochromatic Colors of #B7257D
Black with #B7257D
Text Example
Text Example
White with #B7257D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7257D; }
p { color: rgb(183,37,125); }
H1.HeaderClassName
{
color: #B7257D;
}
.AnyTagClassName
{
color: #B7257D;
}
</style>
background-color css
<style>
a { background-color: #B7257D; }
a { background-color: rgb(183,37,125); }
div.DivClassName
{
background-color: #B7257D;
}
.BgClassName
{
background-color: #B7257D;
}
</style>
border-color css
<style>
span { border-color: #B7257D; }
span { border-color: rgb(183,37,125); }
td.TdClassName
{
border-color: #B7257D;
}
.TagClassName
{
border-color: #B7257D;
}
</style>