Shades of Medium Red Violet #B0229A
Tints of Medium Red Violet #B0229A
RGB
CMYK
RGB Variations
Color information
#B0229A (or 0xB0229A) is known color: Medium Red Violet. HEX triplet: B0, 22 and 9A. RGB value is (176,34,154). Sum of RGB (Red+Green+Blue) = 176+34+154=364 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.35% from 364); Green value is 34 (13.67% from 255 or 9.34% from 364); Blue value is 154 (60.55% from 255 or 42.31% from 364); Max value from RGB is 176 - color contains mainly: red. Hex color #B0229A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0229A is #4FDD65. Grayscale: #595959. Windows color (decimal): -5234022 or 10101424. OLE color: 10101424.
HSL color Cylindrical-coordinate representation of color #B0229A: hue angle of 309.3º 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 #B0229A is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 34 | 154 | - |
| CMYK | 0 | 0.81 | 0.12 | 0.31 |
| HSL | 309.3º | 0.68% | 0.41% | - |
| HSV(B) | 309.3º | 0.81% | 0.69% | - |
| XYZ | 24.31 | 12.71 | 31.74 | - |
| YUV | 90.14 | 164.04 | 189.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 34 | 154 | 0 | 0.81 | 0.12 | 0.31 | 309.3 | 0.68 | 0.41 |
| Hex | B0 | 22 | 9A | 0 | 51 | C | 1F | 135 | 44 | 29 |
| Octal | 260 | 42 | 232 | 0 | 121 | 14 | 37 | 465 | 104 | 51 |
| Binary | 10110000 | 100010 | 10011010 | 0 | 1010001 | 1100 | 11111 | 100110101 | 1000100 | 101001 |
Color Harmonies of #B0229A
Complementary color
Monochromatic Colors of #B0229A
Black with #B0229A
Text Example
Text Example
White with #B0229A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0229A; }
p { color: rgb(176,34,154); }
H1.HeaderClassName
{
color: #B0229A;
}
.AnyTagClassName
{
color: #B0229A;
}
</style>
background-color css
<style>
a { background-color: #B0229A; }
a { background-color: rgb(176,34,154); }
div.DivClassName
{
background-color: #B0229A;
}
.BgClassName
{
background-color: #B0229A;
}
</style>
border-color css
<style>
span { border-color: #B0229A; }
span { border-color: rgb(176,34,154); }
td.TdClassName
{
border-color: #B0229A;
}
.TagClassName
{
border-color: #B0229A;
}
</style>