Shades of Medium Red Violet #B5298B
Tints of Medium Red Violet #B5298B
RGB
CMYK
RGB Variations
Color information
#B5298B (or 0xB5298B) is known color: Medium Red Violet. HEX triplet: B5, 29 and 8B. RGB value is (181,41,139). Sum of RGB (Red+Green+Blue) = 181+41+139=361 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.14% from 361); Green value is 41 (16.41% from 255 or 11.36% from 361); Blue value is 139 (54.69% from 255 or 38.50% from 361); Max value from RGB is 181 - color contains mainly: red. Hex color #B5298B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5298B is #4AD674. Grayscale: #5D5D5D. Windows color (decimal): -4904565 or 9120181. OLE color: 9120181.
HSL color Cylindrical-coordinate representation of color #B5298B: hue angle of 318º 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 #B5298B is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 41 | 139 | - |
| CMYK | 0 | 0.77 | 0.23 | 0.29 |
| HSL | 318º | 0.63% | 0.44% | - |
| HSV(B) | 318º | 0.77% | 0.71% | - |
| XYZ | 24.51 | 13.27 | 25.7 | - |
| YUV | 94.03 | 153.38 | 190.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 41 | 139 | 0 | 0.77 | 0.23 | 0.29 | 318 | 0.63 | 0.44 |
| Hex | B5 | 29 | 8B | 0 | 4D | 17 | 1D | 13E | 3F | 2C |
| Octal | 265 | 51 | 213 | 0 | 115 | 27 | 35 | 476 | 77 | 54 |
| Binary | 10110101 | 101001 | 10001011 | 0 | 1001101 | 10111 | 11101 | 100111110 | 111111 | 101100 |
Color Harmonies of #B5298B
Complementary color
Monochromatic Colors of #B5298B
Black with #B5298B
Text Example
Text Example
White with #B5298B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5298B; }
p { color: rgb(181,41,139); }
H1.HeaderClassName
{
color: #B5298B;
}
.AnyTagClassName
{
color: #B5298B;
}
</style>
background-color css
<style>
a { background-color: #B5298B; }
a { background-color: rgb(181,41,139); }
div.DivClassName
{
background-color: #B5298B;
}
.BgClassName
{
background-color: #B5298B;
}
</style>
border-color css
<style>
span { border-color: #B5298B; }
span { border-color: rgb(181,41,139); }
td.TdClassName
{
border-color: #B5298B;
}
.TagClassName
{
border-color: #B5298B;
}
</style>