Shades of Medium Red Violet #B5299F
Tints of Medium Red Violet #B5299F
RGB
CMYK
RGB Variations
Color information
#B5299F (or 0xB5299F) is known color: Medium Red Violet. HEX triplet: B5, 29 and 9F. RGB value is (181,41,159). Sum of RGB (Red+Green+Blue) = 181+41+159=381 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.51% from 381); Green value is 41 (16.41% from 255 or 10.76% from 381); Blue value is 159 (62.5% from 255 or 41.73% from 381); Max value from RGB is 181 - color contains mainly: red. Hex color #B5299F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5299F is #4AD660. Grayscale: #5F5F5F. Windows color (decimal): -4904545 or 10430901. OLE color: 10430901.
HSL color Cylindrical-coordinate representation of color #B5299F: hue angle of 309.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 #B5299F is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 41 | 159 | - |
| CMYK | 0 | 0.77 | 0.12 | 0.29 |
| HSL | 309.43º | 0.63% | 0.44% | - |
| HSV(B) | 309.43º | 0.77% | 0.71% | - |
| XYZ | 26.11 | 13.91 | 34.11 | - |
| YUV | 96.31 | 163.38 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 41 | 159 | 0 | 0.77 | 0.12 | 0.29 | 309.43 | 0.63 | 0.44 |
| Hex | B5 | 29 | 9F | 0 | 4D | C | 1D | 135 | 3F | 2C |
| Octal | 265 | 51 | 237 | 0 | 115 | 14 | 35 | 465 | 77 | 54 |
| Binary | 10110101 | 101001 | 10011111 | 0 | 1001101 | 1100 | 11101 | 100110101 | 111111 | 101100 |
Color Harmonies of #B5299F
Complementary color
Monochromatic Colors of #B5299F
Black with #B5299F
Text Example
Text Example
White with #B5299F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5299F; }
p { color: rgb(181,41,159); }
H1.HeaderClassName
{
color: #B5299F;
}
.AnyTagClassName
{
color: #B5299F;
}
</style>
background-color css
<style>
a { background-color: #B5299F; }
a { background-color: rgb(181,41,159); }
div.DivClassName
{
background-color: #B5299F;
}
.BgClassName
{
background-color: #B5299F;
}
</style>
border-color css
<style>
span { border-color: #B5299F; }
span { border-color: rgb(181,41,159); }
td.TdClassName
{
border-color: #B5299F;
}
.TagClassName
{
border-color: #B5299F;
}
</style>