Shades of Medium Red Violet #B0229C
Tints of Medium Red Violet #B0229C
RGB
CMYK
RGB Variations
Color information
#B0229C (or 0xB0229C) is known color: Medium Red Violet. HEX triplet: B0, 22 and 9C. RGB value is (176,34,156). Sum of RGB (Red+Green+Blue) = 176+34+156=366 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.09% from 366); Green value is 34 (13.67% from 255 or 9.29% from 366); Blue value is 156 (61.33% from 255 or 42.62% from 366); Max value from RGB is 176 - color contains mainly: red. Hex color #B0229C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0229C is #4FDD63. Grayscale: #5A5A5A. Windows color (decimal): -5234020 or 10232496. OLE color: 10232496.
HSL color Cylindrical-coordinate representation of color #B0229C: hue angle of 308.45º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B0229C is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 34 | 156 | - |
| CMYK | 0 | 0.81 | 0.11 | 0.31 |
| HSL | 308.45º | 0.68% | 0.41% | - |
| HSV(B) | 308.45º | 0.81% | 0.69% | - |
| XYZ | 24.48 | 12.77 | 32.63 | - |
| YUV | 90.37 | 165.04 | 189.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 34 | 156 | 0 | 0.81 | 0.11 | 0.31 | 308.45 | 0.68 | 0.41 |
| Hex | B0 | 22 | 9C | 0 | 51 | B | 1F | 134 | 44 | 29 |
| Octal | 260 | 42 | 234 | 0 | 121 | 13 | 37 | 464 | 104 | 51 |
| Binary | 10110000 | 100010 | 10011100 | 0 | 1010001 | 1011 | 11111 | 100110100 | 1000100 | 101001 |
Color Harmonies of #B0229C
Complementary color
Monochromatic Colors of #B0229C
Black with #B0229C
Text Example
Text Example
White with #B0229C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0229C; }
p { color: rgb(176,34,156); }
H1.HeaderClassName
{
color: #B0229C;
}
.AnyTagClassName
{
color: #B0229C;
}
</style>
background-color css
<style>
a { background-color: #B0229C; }
a { background-color: rgb(176,34,156); }
div.DivClassName
{
background-color: #B0229C;
}
.BgClassName
{
background-color: #B0229C;
}
</style>
border-color css
<style>
span { border-color: #B0229C; }
span { border-color: rgb(176,34,156); }
td.TdClassName
{
border-color: #B0229C;
}
.TagClassName
{
border-color: #B0229C;
}
</style>