Shades of Medium Red Violet #B5229C
Tints of Medium Red Violet #B5229C
RGB
CMYK
RGB Variations
Color information
#B5229C (or 0xB5229C) is known color: Medium Red Violet. HEX triplet: B5, 22 and 9C. RGB value is (181,34,156). Sum of RGB (Red+Green+Blue) = 181+34+156=371 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.79% from 371); Green value is 34 (13.67% from 255 or 9.16% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 181 - color contains mainly: red. Hex color #B5229C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5229C is #4ADD63. Grayscale: #5B5B5B. Windows color (decimal): -4906340 or 10232501. OLE color: 10232501.
HSL color Cylindrical-coordinate representation of color #B5229C: hue angle of 310.2º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B5229C is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 34 | 156 | - |
| CMYK | 0 | 0.81 | 0.14 | 0.29 |
| HSL | 310.2º | 0.68% | 0.42% | - |
| HSV(B) | 310.2º | 0.81% | 0.71% | - |
| XYZ | 25.63 | 13.37 | 32.68 | - |
| YUV | 91.86 | 164.2 | 191.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 34 | 156 | 0 | 0.81 | 0.14 | 0.29 | 310.2 | 0.68 | 0.42 |
| Hex | B5 | 22 | 9C | 0 | 51 | E | 1D | 136 | 44 | 2A |
| Octal | 265 | 42 | 234 | 0 | 121 | 16 | 35 | 466 | 104 | 52 |
| Binary | 10110101 | 100010 | 10011100 | 0 | 1010001 | 1110 | 11101 | 100110110 | 1000100 | 101010 |
Color Harmonies of #B5229C
Complementary color
Monochromatic Colors of #B5229C
Black with #B5229C
Text Example
Text Example
White with #B5229C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5229C; }
p { color: rgb(181,34,156); }
H1.HeaderClassName
{
color: #B5229C;
}
.AnyTagClassName
{
color: #B5229C;
}
</style>
background-color css
<style>
a { background-color: #B5229C; }
a { background-color: rgb(181,34,156); }
div.DivClassName
{
background-color: #B5229C;
}
.BgClassName
{
background-color: #B5229C;
}
</style>
border-color css
<style>
span { border-color: #B5229C; }
span { border-color: rgb(181,34,156); }
td.TdClassName
{
border-color: #B5229C;
}
.TagClassName
{
border-color: #B5229C;
}
</style>