Shades of Medium Red Violet #B4229C
Tints of Medium Red Violet #B4229C
RGB
CMYK
RGB Variations
Color information
#B4229C (or 0xB4229C) is known color: Medium Red Violet. HEX triplet: B4, 22 and 9C. RGB value is (180,34,156). Sum of RGB (Red+Green+Blue) = 180+34+156=370 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.65% from 370); Green value is 34 (13.67% from 255 or 9.19% from 370); Blue value is 156 (61.33% from 255 or 42.16% from 370); Max value from RGB is 180 - color contains mainly: red. Hex color #B4229C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4229C is #4BDD63. Grayscale: #5B5B5B. Windows color (decimal): -4971876 or 10232500. OLE color: 10232500.
HSL color Cylindrical-coordinate representation of color #B4229C: hue angle of 309.86º 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 #B4229C is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 34 | 156 | - |
| CMYK | 0 | 0.81 | 0.13 | 0.29 |
| HSL | 309.86º | 0.68% | 0.42% | - |
| HSV(B) | 309.86º | 0.81% | 0.71% | - |
| XYZ | 25.4 | 13.25 | 32.67 | - |
| YUV | 91.56 | 164.37 | 191.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 34 | 156 | 0 | 0.81 | 0.13 | 0.29 | 309.86 | 0.68 | 0.42 |
| Hex | B4 | 22 | 9C | 0 | 51 | D | 1D | 136 | 44 | 2A |
| Octal | 264 | 42 | 234 | 0 | 121 | 15 | 35 | 466 | 104 | 52 |
| Binary | 10110100 | 100010 | 10011100 | 0 | 1010001 | 1101 | 11101 | 100110110 | 1000100 | 101010 |
Color Harmonies of #B4229C
Complementary color
Monochromatic Colors of #B4229C
Black with #B4229C
Text Example
Text Example
White with #B4229C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4229C; }
p { color: rgb(180,34,156); }
H1.HeaderClassName
{
color: #B4229C;
}
.AnyTagClassName
{
color: #B4229C;
}
</style>
background-color css
<style>
a { background-color: #B4229C; }
a { background-color: rgb(180,34,156); }
div.DivClassName
{
background-color: #B4229C;
}
.BgClassName
{
background-color: #B4229C;
}
</style>
border-color css
<style>
span { border-color: #B4229C; }
span { border-color: rgb(180,34,156); }
td.TdClassName
{
border-color: #B4229C;
}
.TagClassName
{
border-color: #B4229C;
}
</style>