Shades of Medium Red Violet #B7238D
Tints of Medium Red Violet #B7238D
RGB
CMYK
RGB Variations
Color information
#B7238D (or 0xB7238D) is known color: Medium Red Violet. HEX triplet: B7, 23 and 8D. RGB value is (183,35,141). Sum of RGB (Red+Green+Blue) = 183+35+141=359 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.97% from 359); Green value is 35 (14.06% from 255 or 9.75% from 359); Blue value is 141 (55.47% from 255 or 39.28% from 359); Max value from RGB is 183 - color contains mainly: red. Hex color #B7238D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7238D is #48DC72. Grayscale: #5B5B5B. Windows color (decimal): -4775027 or 9249719. OLE color: 9249719.
HSL color Cylindrical-coordinate representation of color #B7238D: hue angle of 317.03º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B7238D is Cyan = 0, Magento = 0.81, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 35 | 141 | - |
| CMYK | 0 | 0.81 | 0.23 | 0.28 |
| HSL | 317.03º | 0.68% | 0.43% | - |
| HSV(B) | 317.03º | 0.81% | 0.72% | - |
| XYZ | 24.94 | 13.19 | 26.43 | - |
| YUV | 91.34 | 156.03 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 35 | 141 | 0 | 0.81 | 0.23 | 0.28 | 317.03 | 0.68 | 0.43 |
| Hex | B7 | 23 | 8D | 0 | 51 | 17 | 1C | 13D | 44 | 2B |
| Octal | 267 | 43 | 215 | 0 | 121 | 27 | 34 | 475 | 104 | 53 |
| Binary | 10110111 | 100011 | 10001101 | 0 | 1010001 | 10111 | 11100 | 100111101 | 1000100 | 101011 |
Color Harmonies of #B7238D
Complementary color
Monochromatic Colors of #B7238D
Black with #B7238D
Text Example
Text Example
White with #B7238D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7238D; }
p { color: rgb(183,35,141); }
H1.HeaderClassName
{
color: #B7238D;
}
.AnyTagClassName
{
color: #B7238D;
}
</style>
background-color css
<style>
a { background-color: #B7238D; }
a { background-color: rgb(183,35,141); }
div.DivClassName
{
background-color: #B7238D;
}
.BgClassName
{
background-color: #B7238D;
}
</style>
border-color css
<style>
span { border-color: #B7238D; }
span { border-color: rgb(183,35,141); }
td.TdClassName
{
border-color: #B7238D;
}
.TagClassName
{
border-color: #B7238D;
}
</style>