Shades of Medium Red Violet #B7258D
Tints of Medium Red Violet #B7258D
RGB
CMYK
RGB Variations
Color information
#B7258D (or 0xB7258D) is known color: Medium Red Violet. HEX triplet: B7, 25 and 8D. RGB value is (183,37,141). Sum of RGB (Red+Green+Blue) = 183+37+141=361 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.69% from 361); Green value is 37 (14.84% from 255 or 10.25% from 361); Blue value is 141 (55.47% from 255 or 39.06% from 361); Max value from RGB is 183 - color contains mainly: red. Hex color #B7258D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7258D is #48DA72. Grayscale: #5C5C5C. Windows color (decimal): -4774515 or 9250231. OLE color: 9250231.
HSL color Cylindrical-coordinate representation of color #B7258D: hue angle of 317.26º 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 #B7258D is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 37 | 141 | - |
| CMYK | 0 | 0.80 | 0.23 | 0.28 |
| HSL | 317.26º | 0.66% | 0.43% | - |
| HSV(B) | 317.26º | 0.8% | 0.72% | - |
| XYZ | 25 | 13.31 | 26.45 | - |
| YUV | 92.51 | 155.37 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 37 | 141 | 0 | 0.80 | 0.23 | 0.28 | 317.26 | 0.66 | 0.43 |
| Hex | B7 | 25 | 8D | 0 | 50 | 17 | 1C | 13D | 42 | 2B |
| Octal | 267 | 45 | 215 | 0 | 120 | 27 | 34 | 475 | 102 | 53 |
| Binary | 10110111 | 100101 | 10001101 | 0 | 1010000 | 10111 | 11100 | 100111101 | 1000010 | 101011 |
Color Harmonies of #B7258D
Complementary color
Monochromatic Colors of #B7258D
Black with #B7258D
Text Example
Text Example
White with #B7258D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7258D; }
p { color: rgb(183,37,141); }
H1.HeaderClassName
{
color: #B7258D;
}
.AnyTagClassName
{
color: #B7258D;
}
</style>
background-color css
<style>
a { background-color: #B7258D; }
a { background-color: rgb(183,37,141); }
div.DivClassName
{
background-color: #B7258D;
}
.BgClassName
{
background-color: #B7258D;
}
</style>
border-color css
<style>
span { border-color: #B7258D; }
span { border-color: rgb(183,37,141); }
td.TdClassName
{
border-color: #B7258D;
}
.TagClassName
{
border-color: #B7258D;
}
</style>