Shades of Medium Red Violet #B0289C
Tints of Medium Red Violet #B0289C
RGB
CMYK
RGB Variations
Color information
#B0289C (or 0xB0289C) is known color: Medium Red Violet. HEX triplet: B0, 28 and 9C. RGB value is (176,40,156). Sum of RGB (Red+Green+Blue) = 176+40+156=372 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.31% from 372); Green value is 40 (16.02% from 255 or 10.75% from 372); Blue value is 156 (61.33% from 255 or 41.94% from 372); Max value from RGB is 176 - color contains mainly: red. Hex color #B0289C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0289C is #4FD763. Grayscale: #5D5D5D. Windows color (decimal): -5232484 or 10234032. OLE color: 10234032.
HSL color Cylindrical-coordinate representation of color #B0289C: hue angle of 308.82º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B0289C is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 40 | 156 | - |
| CMYK | 0 | 0.77 | 0.11 | 0.31 |
| HSL | 308.82º | 0.63% | 0.42% | - |
| HSV(B) | 308.82º | 0.77% | 0.69% | - |
| XYZ | 24.66 | 13.15 | 32.69 | - |
| YUV | 93.89 | 163.06 | 186.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 40 | 156 | 0 | 0.77 | 0.11 | 0.31 | 308.82 | 0.63 | 0.42 |
| Hex | B0 | 28 | 9C | 0 | 4D | B | 1F | 135 | 3F | 2A |
| Octal | 260 | 50 | 234 | 0 | 115 | 13 | 37 | 465 | 77 | 52 |
| Binary | 10110000 | 101000 | 10011100 | 0 | 1001101 | 1011 | 11111 | 100110101 | 111111 | 101010 |
Color Harmonies of #B0289C
Complementary color
Monochromatic Colors of #B0289C
Black with #B0289C
Text Example
Text Example
White with #B0289C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0289C; }
p { color: rgb(176,40,156); }
H1.HeaderClassName
{
color: #B0289C;
}
.AnyTagClassName
{
color: #B0289C;
}
</style>
background-color css
<style>
a { background-color: #B0289C; }
a { background-color: rgb(176,40,156); }
div.DivClassName
{
background-color: #B0289C;
}
.BgClassName
{
background-color: #B0289C;
}
</style>
border-color css
<style>
span { border-color: #B0289C; }
span { border-color: rgb(176,40,156); }
td.TdClassName
{
border-color: #B0289C;
}
.TagClassName
{
border-color: #B0289C;
}
</style>