Shades of Medium Red Violet #B5297A
Tints of Medium Red Violet #B5297A
RGB
CMYK
RGB Variations
Color information
#B5297A (or 0xB5297A) is known color: Medium Red Violet. HEX triplet: B5, 29 and 7A. RGB value is (181,41,122). Sum of RGB (Red+Green+Blue) = 181+41+122=344 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.62% from 344); Green value is 41 (16.41% from 255 or 11.92% from 344); Blue value is 122 (48.05% from 255 or 35.47% from 344); Max value from RGB is 181 - color contains mainly: red. Hex color #B5297A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5297A is #4AD685. Grayscale: #5B5B5B. Windows color (decimal): -4904582 or 8006069. OLE color: 8006069.
HSL color Cylindrical-coordinate representation of color #B5297A: hue angle of 325.29º 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 #B5297A is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 41 | 122 | - |
| CMYK | 0 | 0.77 | 0.33 | 0.29 |
| HSL | 325.29º | 0.63% | 0.44% | - |
| HSV(B) | 325.29º | 0.77% | 0.71% | - |
| XYZ | 23.36 | 12.81 | 19.65 | - |
| YUV | 92.09 | 144.88 | 191.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 41 | 122 | 0 | 0.77 | 0.33 | 0.29 | 325.29 | 0.63 | 0.44 |
| Hex | B5 | 29 | 7A | 0 | 4D | 21 | 1D | 145 | 3F | 2C |
| Octal | 265 | 51 | 172 | 0 | 115 | 41 | 35 | 505 | 77 | 54 |
| Binary | 10110101 | 101001 | 1111010 | 0 | 1001101 | 100001 | 11101 | 101000101 | 111111 | 101100 |
Color Harmonies of #B5297A
Complementary color
Monochromatic Colors of #B5297A
Black with #B5297A
Text Example
Text Example
White with #B5297A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5297A; }
p { color: rgb(181,41,122); }
H1.HeaderClassName
{
color: #B5297A;
}
.AnyTagClassName
{
color: #B5297A;
}
</style>
background-color css
<style>
a { background-color: #B5297A; }
a { background-color: rgb(181,41,122); }
div.DivClassName
{
background-color: #B5297A;
}
.BgClassName
{
background-color: #B5297A;
}
</style>
border-color css
<style>
span { border-color: #B5297A; }
span { border-color: rgb(181,41,122); }
td.TdClassName
{
border-color: #B5297A;
}
.TagClassName
{
border-color: #B5297A;
}
</style>