Shades of Medium Red Violet #B7258F
Tints of Medium Red Violet #B7258F
RGB
CMYK
RGB Variations
Color information
#B7258F (or 0xB7258F) is known color: Medium Red Violet. HEX triplet: B7, 25 and 8F. RGB value is (183,37,143). Sum of RGB (Red+Green+Blue) = 183+37+143=363 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.41% from 363); Green value is 37 (14.84% from 255 or 10.19% from 363); Blue value is 143 (56.25% from 255 or 39.39% from 363); Max value from RGB is 183 - color contains mainly: red. Hex color #B7258F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7258F is #48DA70. Grayscale: #5C5C5C. Windows color (decimal): -4774513 or 9381303. OLE color: 9381303.
HSL color Cylindrical-coordinate representation of color #B7258F: hue angle of 316.44º 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 #B7258F is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 37 | 143 | - |
| CMYK | 0 | 0.80 | 0.22 | 0.28 |
| HSL | 316.44º | 0.66% | 0.43% | - |
| HSV(B) | 316.44º | 0.8% | 0.72% | - |
| XYZ | 25.15 | 13.37 | 27.24 | - |
| YUV | 92.74 | 156.37 | 192.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 37 | 143 | 0 | 0.80 | 0.22 | 0.28 | 316.44 | 0.66 | 0.43 |
| Hex | B7 | 25 | 8F | 0 | 50 | 16 | 1C | 13C | 42 | 2B |
| Octal | 267 | 45 | 217 | 0 | 120 | 26 | 34 | 474 | 102 | 53 |
| Binary | 10110111 | 100101 | 10001111 | 0 | 1010000 | 10110 | 11100 | 100111100 | 1000010 | 101011 |
Color Harmonies of #B7258F
Complementary color
Monochromatic Colors of #B7258F
Black with #B7258F
Text Example
Text Example
White with #B7258F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7258F; }
p { color: rgb(183,37,143); }
H1.HeaderClassName
{
color: #B7258F;
}
.AnyTagClassName
{
color: #B7258F;
}
</style>
background-color css
<style>
a { background-color: #B7258F; }
a { background-color: rgb(183,37,143); }
div.DivClassName
{
background-color: #B7258F;
}
.BgClassName
{
background-color: #B7258F;
}
</style>
border-color css
<style>
span { border-color: #B7258F; }
span { border-color: rgb(183,37,143); }
td.TdClassName
{
border-color: #B7258F;
}
.TagClassName
{
border-color: #B7258F;
}
</style>