Shades of Medium Red Violet #B5299B
Tints of Medium Red Violet #B5299B
RGB
CMYK
RGB Variations
Color information
#B5299B (or 0xB5299B) is known color: Medium Red Violet. HEX triplet: B5, 29 and 9B. RGB value is (181,41,155). Sum of RGB (Red+Green+Blue) = 181+41+155=377 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.01% from 377); Green value is 41 (16.41% from 255 or 10.88% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 181 - color contains mainly: red. Hex color #B5299B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5299B is #4AD664. Grayscale: #5F5F5F. Windows color (decimal): -4904549 or 10168757. OLE color: 10168757.
HSL color Cylindrical-coordinate representation of color #B5299B: hue angle of 311.14º 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 #B5299B is Cyan = 0, Magento = 0.77, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 41 | 155 | - |
| CMYK | 0 | 0.77 | 0.14 | 0.29 |
| HSL | 311.14º | 0.63% | 0.44% | - |
| HSV(B) | 311.14º | 0.77% | 0.71% | - |
| XYZ | 25.77 | 13.78 | 32.31 | - |
| YUV | 95.86 | 161.38 | 188.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 41 | 155 | 0 | 0.77 | 0.14 | 0.29 | 311.14 | 0.63 | 0.44 |
| Hex | B5 | 29 | 9B | 0 | 4D | E | 1D | 137 | 3F | 2C |
| Octal | 265 | 51 | 233 | 0 | 115 | 16 | 35 | 467 | 77 | 54 |
| Binary | 10110101 | 101001 | 10011011 | 0 | 1001101 | 1110 | 11101 | 100110111 | 111111 | 101100 |
Color Harmonies of #B5299B
Complementary color
Monochromatic Colors of #B5299B
Black with #B5299B
Text Example
Text Example
White with #B5299B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5299B; }
p { color: rgb(181,41,155); }
H1.HeaderClassName
{
color: #B5299B;
}
.AnyTagClassName
{
color: #B5299B;
}
</style>
background-color css
<style>
a { background-color: #B5299B; }
a { background-color: rgb(181,41,155); }
div.DivClassName
{
background-color: #B5299B;
}
.BgClassName
{
background-color: #B5299B;
}
</style>
border-color css
<style>
span { border-color: #B5299B; }
span { border-color: rgb(181,41,155); }
td.TdClassName
{
border-color: #B5299B;
}
.TagClassName
{
border-color: #B5299B;
}
</style>