Shades of Medium Red Violet #B0229B
Tints of Medium Red Violet #B0229B
RGB
CMYK
RGB Variations
Color information
#B0229B (or 0xB0229B) is known color: Medium Red Violet. HEX triplet: B0, 22 and 9B. RGB value is (176,34,155). Sum of RGB (Red+Green+Blue) = 176+34+155=365 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.22% from 365); Green value is 34 (13.67% from 255 or 9.32% from 365); Blue value is 155 (60.94% from 255 or 42.47% from 365); Max value from RGB is 176 - color contains mainly: red. Hex color #B0229B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0229B is #4FDD64. Grayscale: #595959. Windows color (decimal): -5234021 or 10166960. OLE color: 10166960.
HSL color Cylindrical-coordinate representation of color #B0229B: hue angle of 308.87º 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 #B0229B is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 34 | 155 | - |
| CMYK | 0 | 0.81 | 0.12 | 0.31 |
| HSL | 308.87º | 0.68% | 0.41% | - |
| HSV(B) | 308.87º | 0.81% | 0.69% | - |
| XYZ | 24.39 | 12.74 | 32.18 | - |
| YUV | 90.25 | 164.54 | 189.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 34 | 155 | 0 | 0.81 | 0.12 | 0.31 | 308.87 | 0.68 | 0.41 |
| Hex | B0 | 22 | 9B | 0 | 51 | C | 1F | 135 | 44 | 29 |
| Octal | 260 | 42 | 233 | 0 | 121 | 14 | 37 | 465 | 104 | 51 |
| Binary | 10110000 | 100010 | 10011011 | 0 | 1010001 | 1100 | 11111 | 100110101 | 1000100 | 101001 |
Color Harmonies of #B0229B
Complementary color
Monochromatic Colors of #B0229B
Black with #B0229B
Text Example
Text Example
White with #B0229B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0229B; }
p { color: rgb(176,34,155); }
H1.HeaderClassName
{
color: #B0229B;
}
.AnyTagClassName
{
color: #B0229B;
}
</style>
background-color css
<style>
a { background-color: #B0229B; }
a { background-color: rgb(176,34,155); }
div.DivClassName
{
background-color: #B0229B;
}
.BgClassName
{
background-color: #B0229B;
}
</style>
border-color css
<style>
span { border-color: #B0229B; }
span { border-color: rgb(176,34,155); }
td.TdClassName
{
border-color: #B0229B;
}
.TagClassName
{
border-color: #B0229B;
}
</style>