Shades of Medium Red Violet #B0229E
Tints of Medium Red Violet #B0229E
RGB
CMYK
RGB Variations
Color information
#B0229E (or 0xB0229E) is known color: Medium Red Violet. HEX triplet: B0, 22 and 9E. RGB value is (176,34,158). Sum of RGB (Red+Green+Blue) = 176+34+158=368 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.83% from 368); Green value is 34 (13.67% from 255 or 9.24% from 368); Blue value is 158 (62.11% from 255 or 42.93% from 368); Max value from RGB is 176 - color contains mainly: red. Hex color #B0229E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0229E is #4FDD61. Grayscale: #5A5A5A. Windows color (decimal): -5234018 or 10363568. OLE color: 10363568.
HSL color Cylindrical-coordinate representation of color #B0229E: hue angle of 307.61º 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 #B0229E is Cyan = 0, Magento = 0.81, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 34 | 158 | - |
| CMYK | 0 | 0.81 | 0.10 | 0.31 |
| HSL | 307.61º | 0.68% | 0.41% | - |
| HSV(B) | 307.61º | 0.81% | 0.69% | - |
| XYZ | 24.65 | 12.84 | 33.53 | - |
| YUV | 90.59 | 166.04 | 188.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 34 | 158 | 0 | 0.81 | 0.10 | 0.31 | 307.61 | 0.68 | 0.41 |
| Hex | B0 | 22 | 9E | 0 | 51 | A | 1F | 134 | 44 | 29 |
| Octal | 260 | 42 | 236 | 0 | 121 | 12 | 37 | 464 | 104 | 51 |
| Binary | 10110000 | 100010 | 10011110 | 0 | 1010001 | 1010 | 11111 | 100110100 | 1000100 | 101001 |
Color Harmonies of #B0229E
Complementary color
Monochromatic Colors of #B0229E
Black with #B0229E
Text Example
Text Example
White with #B0229E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0229E; }
p { color: rgb(176,34,158); }
H1.HeaderClassName
{
color: #B0229E;
}
.AnyTagClassName
{
color: #B0229E;
}
</style>
background-color css
<style>
a { background-color: #B0229E; }
a { background-color: rgb(176,34,158); }
div.DivClassName
{
background-color: #B0229E;
}
.BgClassName
{
background-color: #B0229E;
}
</style>
border-color css
<style>
span { border-color: #B0229E; }
span { border-color: rgb(176,34,158); }
td.TdClassName
{
border-color: #B0229E;
}
.TagClassName
{
border-color: #B0229E;
}
</style>