Shades of Medium Red Violet #B5298D
Tints of Medium Red Violet #B5298D
RGB
CMYK
RGB Variations
Color information
#B5298D (or 0xB5298D) is known color: Medium Red Violet. HEX triplet: B5, 29 and 8D. RGB value is (181,41,141). Sum of RGB (Red+Green+Blue) = 181+41+141=363 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.86% from 363); Green value is 41 (16.41% from 255 or 11.29% from 363); Blue value is 141 (55.47% from 255 or 38.84% from 363); Max value from RGB is 181 - color contains mainly: red. Hex color #B5298D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5298D is #4AD672. Grayscale: #5E5E5E. Windows color (decimal): -4904563 or 9251253. OLE color: 9251253.
HSL color Cylindrical-coordinate representation of color #B5298D: hue angle of 317.14º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B5298D is Cyan = 0, Magento = 0.77, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 41 | 141 | - |
| CMYK | 0 | 0.77 | 0.22 | 0.29 |
| HSL | 317.14º | 0.63% | 0.44% | - |
| HSV(B) | 317.14º | 0.77% | 0.71% | - |
| XYZ | 24.66 | 13.33 | 26.47 | - |
| YUV | 94.26 | 154.38 | 189.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 41 | 141 | 0 | 0.77 | 0.22 | 0.29 | 317.14 | 0.63 | 0.44 |
| Hex | B5 | 29 | 8D | 0 | 4D | 16 | 1D | 13D | 3F | 2C |
| Octal | 265 | 51 | 215 | 0 | 115 | 26 | 35 | 475 | 77 | 54 |
| Binary | 10110101 | 101001 | 10001101 | 0 | 1001101 | 10110 | 11101 | 100111101 | 111111 | 101100 |
Color Harmonies of #B5298D
Complementary color
Monochromatic Colors of #B5298D
Black with #B5298D
Text Example
Text Example
White with #B5298D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5298D; }
p { color: rgb(181,41,141); }
H1.HeaderClassName
{
color: #B5298D;
}
.AnyTagClassName
{
color: #B5298D;
}
</style>
background-color css
<style>
a { background-color: #B5298D; }
a { background-color: rgb(181,41,141); }
div.DivClassName
{
background-color: #B5298D;
}
.BgClassName
{
background-color: #B5298D;
}
</style>
border-color css
<style>
span { border-color: #B5298D; }
span { border-color: rgb(181,41,141); }
td.TdClassName
{
border-color: #B5298D;
}
.TagClassName
{
border-color: #B5298D;
}
</style>