Shades of Medium Red Violet #B7258A
Tints of Medium Red Violet #B7258A
RGB
CMYK
RGB Variations
Color information
#B7258A (or 0xB7258A) is known color: Medium Red Violet. HEX triplet: B7, 25 and 8A. RGB value is (183,37,138). Sum of RGB (Red+Green+Blue) = 183+37+138=358 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.12% from 358); Green value is 37 (14.84% from 255 or 10.34% from 358); Blue value is 138 (54.30% from 255 or 38.55% from 358); Max value from RGB is 183 - color contains mainly: red. Hex color #B7258A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7258A is #48DA75. Grayscale: #5B5B5B. Windows color (decimal): -4774518 or 9053623. OLE color: 9053623.
HSL color Cylindrical-coordinate representation of color #B7258A: hue angle of 318.49º 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 #B7258A is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 37 | 138 | - |
| CMYK | 0 | 0.80 | 0.25 | 0.28 |
| HSL | 318.49º | 0.66% | 0.43% | - |
| HSV(B) | 318.49º | 0.8% | 0.72% | - |
| XYZ | 24.78 | 13.23 | 25.29 | - |
| YUV | 92.17 | 153.87 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 37 | 138 | 0 | 0.80 | 0.25 | 0.28 | 318.49 | 0.66 | 0.43 |
| Hex | B7 | 25 | 8A | 0 | 50 | 19 | 1C | 13E | 42 | 2B |
| Octal | 267 | 45 | 212 | 0 | 120 | 31 | 34 | 476 | 102 | 53 |
| Binary | 10110111 | 100101 | 10001010 | 0 | 1010000 | 11001 | 11100 | 100111110 | 1000010 | 101011 |
Color Harmonies of #B7258A
Complementary color
Monochromatic Colors of #B7258A
Black with #B7258A
Text Example
Text Example
White with #B7258A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7258A; }
p { color: rgb(183,37,138); }
H1.HeaderClassName
{
color: #B7258A;
}
.AnyTagClassName
{
color: #B7258A;
}
</style>
background-color css
<style>
a { background-color: #B7258A; }
a { background-color: rgb(183,37,138); }
div.DivClassName
{
background-color: #B7258A;
}
.BgClassName
{
background-color: #B7258A;
}
</style>
border-color css
<style>
span { border-color: #B7258A; }
span { border-color: rgb(183,37,138); }
td.TdClassName
{
border-color: #B7258A;
}
.TagClassName
{
border-color: #B7258A;
}
</style>