Shades of Medium Red Violet #B0289B
Tints of Medium Red Violet #B0289B
RGB
CMYK
RGB Variations
Color information
#B0289B (or 0xB0289B) is known color: Medium Red Violet. HEX triplet: B0, 28 and 9B. RGB value is (176,40,155). Sum of RGB (Red+Green+Blue) = 176+40+155=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 40 (16.02% from 255 or 10.78% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 176 - color contains mainly: red. Hex color #B0289B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0289B is #4FD764. Grayscale: #5D5D5D. Windows color (decimal): -5232485 or 10168496. OLE color: 10168496.
HSL color Cylindrical-coordinate representation of color #B0289B: hue angle of 309.26º 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 #B0289B is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 40 | 155 | - |
| CMYK | 0 | 0.77 | 0.12 | 0.31 |
| HSL | 309.26º | 0.63% | 0.42% | - |
| HSV(B) | 309.26º | 0.77% | 0.69% | - |
| XYZ | 24.58 | 13.11 | 32.25 | - |
| YUV | 93.77 | 162.56 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 40 | 155 | 0 | 0.77 | 0.12 | 0.31 | 309.26 | 0.63 | 0.42 |
| Hex | B0 | 28 | 9B | 0 | 4D | C | 1F | 135 | 3F | 2A |
| Octal | 260 | 50 | 233 | 0 | 115 | 14 | 37 | 465 | 77 | 52 |
| Binary | 10110000 | 101000 | 10011011 | 0 | 1001101 | 1100 | 11111 | 100110101 | 111111 | 101010 |
Color Harmonies of #B0289B
Complementary color
Monochromatic Colors of #B0289B
Black with #B0289B
Text Example
Text Example
White with #B0289B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0289B; }
p { color: rgb(176,40,155); }
H1.HeaderClassName
{
color: #B0289B;
}
.AnyTagClassName
{
color: #B0289B;
}
</style>
background-color css
<style>
a { background-color: #B0289B; }
a { background-color: rgb(176,40,155); }
div.DivClassName
{
background-color: #B0289B;
}
.BgClassName
{
background-color: #B0289B;
}
</style>
border-color css
<style>
span { border-color: #B0289B; }
span { border-color: rgb(176,40,155); }
td.TdClassName
{
border-color: #B0289B;
}
.TagClassName
{
border-color: #B0289B;
}
</style>