Shades of Medium Red Violet #B7258B
Tints of Medium Red Violet #B7258B
RGB
CMYK
RGB Variations
Color information
#B7258B (or 0xB7258B) is known color: Medium Red Violet. HEX triplet: B7, 25 and 8B. RGB value is (183,37,139). Sum of RGB (Red+Green+Blue) = 183+37+139=359 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.97% from 359); Green value is 37 (14.84% from 255 or 10.31% from 359); Blue value is 139 (54.69% from 255 or 38.72% from 359); Max value from RGB is 183 - color contains mainly: red. Hex color #B7258B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7258B is #48DA74. Grayscale: #5C5C5C. Windows color (decimal): -4774517 or 9119159. OLE color: 9119159.
HSL color Cylindrical-coordinate representation of color #B7258B: hue angle of 318.08º 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 #B7258B is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 37 | 139 | - |
| CMYK | 0 | 0.80 | 0.24 | 0.28 |
| HSL | 318.08º | 0.66% | 0.43% | - |
| HSV(B) | 318.08º | 0.8% | 0.72% | - |
| XYZ | 24.85 | 13.25 | 25.67 | - |
| YUV | 92.28 | 154.37 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 37 | 139 | 0 | 0.80 | 0.24 | 0.28 | 318.08 | 0.66 | 0.43 |
| Hex | B7 | 25 | 8B | 0 | 50 | 18 | 1C | 13E | 42 | 2B |
| Octal | 267 | 45 | 213 | 0 | 120 | 30 | 34 | 476 | 102 | 53 |
| Binary | 10110111 | 100101 | 10001011 | 0 | 1010000 | 11000 | 11100 | 100111110 | 1000010 | 101011 |
Color Harmonies of #B7258B
Complementary color
Monochromatic Colors of #B7258B
Black with #B7258B
Text Example
Text Example
White with #B7258B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7258B; }
p { color: rgb(183,37,139); }
H1.HeaderClassName
{
color: #B7258B;
}
.AnyTagClassName
{
color: #B7258B;
}
</style>
background-color css
<style>
a { background-color: #B7258B; }
a { background-color: rgb(183,37,139); }
div.DivClassName
{
background-color: #B7258B;
}
.BgClassName
{
background-color: #B7258B;
}
</style>
border-color css
<style>
span { border-color: #B7258B; }
span { border-color: rgb(183,37,139); }
td.TdClassName
{
border-color: #B7258B;
}
.TagClassName
{
border-color: #B7258B;
}
</style>