Shades of Medium Red Violet #B5298A
Tints of Medium Red Violet #B5298A
RGB
CMYK
RGB Variations
Color information
#B5298A (or 0xB5298A) is known color: Medium Red Violet. HEX triplet: B5, 29 and 8A. RGB value is (181,41,138). Sum of RGB (Red+Green+Blue) = 181+41+138=360 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.28% from 360); Green value is 41 (16.41% from 255 or 11.39% from 360); Blue value is 138 (54.30% from 255 or 38.33% from 360); Max value from RGB is 181 - color contains mainly: red. Hex color #B5298A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5298A is #4AD675. Grayscale: #5D5D5D. Windows color (decimal): -4904566 or 9054645. OLE color: 9054645.
HSL color Cylindrical-coordinate representation of color #B5298A: hue angle of 318.43º 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 #B5298A is Cyan = 0, Magento = 0.77, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 41 | 138 | - |
| CMYK | 0 | 0.77 | 0.24 | 0.29 |
| HSL | 318.43º | 0.63% | 0.44% | - |
| HSV(B) | 318.43º | 0.77% | 0.71% | - |
| XYZ | 24.44 | 13.24 | 25.31 | - |
| YUV | 93.92 | 152.88 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 41 | 138 | 0 | 0.77 | 0.24 | 0.29 | 318.43 | 0.63 | 0.44 |
| Hex | B5 | 29 | 8A | 0 | 4D | 18 | 1D | 13E | 3F | 2C |
| Octal | 265 | 51 | 212 | 0 | 115 | 30 | 35 | 476 | 77 | 54 |
| Binary | 10110101 | 101001 | 10001010 | 0 | 1001101 | 11000 | 11101 | 100111110 | 111111 | 101100 |
Color Harmonies of #B5298A
Complementary color
Monochromatic Colors of #B5298A
Black with #B5298A
Text Example
Text Example
White with #B5298A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5298A; }
p { color: rgb(181,41,138); }
H1.HeaderClassName
{
color: #B5298A;
}
.AnyTagClassName
{
color: #B5298A;
}
</style>
background-color css
<style>
a { background-color: #B5298A; }
a { background-color: rgb(181,41,138); }
div.DivClassName
{
background-color: #B5298A;
}
.BgClassName
{
background-color: #B5298A;
}
</style>
border-color css
<style>
span { border-color: #B5298A; }
span { border-color: rgb(181,41,138); }
td.TdClassName
{
border-color: #B5298A;
}
.TagClassName
{
border-color: #B5298A;
}
</style>