Shades of Medium Red Violet #B0299C
Tints of Medium Red Violet #B0299C
RGB
CMYK
RGB Variations
Color information
#B0299C (or 0xB0299C) is known color: Medium Red Violet. HEX triplet: B0, 29 and 9C. RGB value is (176,41,156). Sum of RGB (Red+Green+Blue) = 176+41+156=373 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.18% from 373); Green value is 41 (16.41% from 255 or 10.99% from 373); Blue value is 156 (61.33% from 255 or 41.82% from 373); Max value from RGB is 176 - color contains mainly: red. Hex color #B0299C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0299C is #4FD663. Grayscale: #5E5E5E. Windows color (decimal): -5232228 or 10234288. OLE color: 10234288.
HSL color Cylindrical-coordinate representation of color #B0299C: hue angle of 308.89º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B0299C is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 41 | 156 | - |
| CMYK | 0 | 0.77 | 0.11 | 0.31 |
| HSL | 308.89º | 0.62% | 0.43% | - |
| HSV(B) | 308.89º | 0.77% | 0.69% | - |
| XYZ | 24.7 | 13.22 | 32.7 | - |
| YUV | 94.48 | 162.73 | 186.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 41 | 156 | 0 | 0.77 | 0.11 | 0.31 | 308.89 | 0.62 | 0.43 |
| Hex | B0 | 29 | 9C | 0 | 4D | B | 1F | 135 | 3E | 2B |
| Octal | 260 | 51 | 234 | 0 | 115 | 13 | 37 | 465 | 76 | 53 |
| Binary | 10110000 | 101001 | 10011100 | 0 | 1001101 | 1011 | 11111 | 100110101 | 111110 | 101011 |
Color Harmonies of #B0299C
Complementary color
Monochromatic Colors of #B0299C
Black with #B0299C
Text Example
Text Example
White with #B0299C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0299C; }
p { color: rgb(176,41,156); }
H1.HeaderClassName
{
color: #B0299C;
}
.AnyTagClassName
{
color: #B0299C;
}
</style>
background-color css
<style>
a { background-color: #B0299C; }
a { background-color: rgb(176,41,156); }
div.DivClassName
{
background-color: #B0299C;
}
.BgClassName
{
background-color: #B0299C;
}
</style>
border-color css
<style>
span { border-color: #B0299C; }
span { border-color: rgb(176,41,156); }
td.TdClassName
{
border-color: #B0299C;
}
.TagClassName
{
border-color: #B0299C;
}
</style>