Shades of Medium Red Violet #B5297D
Tints of Medium Red Violet #B5297D
RGB
CMYK
RGB Variations
Color information
#B5297D (or 0xB5297D) is known color: Medium Red Violet. HEX triplet: B5, 29 and 7D. RGB value is (181,41,125). Sum of RGB (Red+Green+Blue) = 181+41+125=347 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.16% from 347); Green value is 41 (16.41% from 255 or 11.82% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 181 - color contains mainly: red. Hex color #B5297D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5297D is #4AD682. Grayscale: #5C5C5C. Windows color (decimal): -4904579 or 8202677. OLE color: 8202677.
HSL color Cylindrical-coordinate representation of color #B5297D: hue angle of 324º 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 #B5297D is Cyan = 0, Magento = 0.77, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 41 | 125 | - |
| CMYK | 0 | 0.77 | 0.31 | 0.29 |
| HSL | 324º | 0.63% | 0.44% | - |
| HSV(B) | 324º | 0.77% | 0.71% | - |
| XYZ | 23.55 | 12.89 | 20.65 | - |
| YUV | 92.44 | 146.38 | 191.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 41 | 125 | 0 | 0.77 | 0.31 | 0.29 | 324 | 0.63 | 0.44 |
| Hex | B5 | 29 | 7D | 0 | 4D | 1F | 1D | 144 | 3F | 2C |
| Octal | 265 | 51 | 175 | 0 | 115 | 37 | 35 | 504 | 77 | 54 |
| Binary | 10110101 | 101001 | 1111101 | 0 | 1001101 | 11111 | 11101 | 101000100 | 111111 | 101100 |
Color Harmonies of #B5297D
Complementary color
Monochromatic Colors of #B5297D
Black with #B5297D
Text Example
Text Example
White with #B5297D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5297D; }
p { color: rgb(181,41,125); }
H1.HeaderClassName
{
color: #B5297D;
}
.AnyTagClassName
{
color: #B5297D;
}
</style>
background-color css
<style>
a { background-color: #B5297D; }
a { background-color: rgb(181,41,125); }
div.DivClassName
{
background-color: #B5297D;
}
.BgClassName
{
background-color: #B5297D;
}
</style>
border-color css
<style>
span { border-color: #B5297D; }
span { border-color: rgb(181,41,125); }
td.TdClassName
{
border-color: #B5297D;
}
.TagClassName
{
border-color: #B5297D;
}
</style>