Shades of Medium Red Violet #B0289A
Tints of Medium Red Violet #B0289A
RGB
CMYK
RGB Variations
Color information
#B0289A (or 0xB0289A) is known color: Medium Red Violet. HEX triplet: B0, 28 and 9A. RGB value is (176,40,154). Sum of RGB (Red+Green+Blue) = 176+40+154=370 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.57% from 370); Green value is 40 (16.02% from 255 or 10.81% from 370); Blue value is 154 (60.55% from 255 or 41.62% from 370); Max value from RGB is 176 - color contains mainly: red. Hex color #B0289A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0289A is #4FD765. Grayscale: #5D5D5D. Windows color (decimal): -5232486 or 10102960. OLE color: 10102960.
HSL color Cylindrical-coordinate representation of color #B0289A: hue angle of 309.71º 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 #B0289A is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 40 | 154 | - |
| CMYK | 0 | 0.77 | 0.12 | 0.31 |
| HSL | 309.71º | 0.63% | 0.42% | - |
| HSV(B) | 309.71º | 0.77% | 0.69% | - |
| XYZ | 24.5 | 13.08 | 31.81 | - |
| YUV | 93.66 | 162.06 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 40 | 154 | 0 | 0.77 | 0.12 | 0.31 | 309.71 | 0.63 | 0.42 |
| Hex | B0 | 28 | 9A | 0 | 4D | C | 1F | 136 | 3F | 2A |
| Octal | 260 | 50 | 232 | 0 | 115 | 14 | 37 | 466 | 77 | 52 |
| Binary | 10110000 | 101000 | 10011010 | 0 | 1001101 | 1100 | 11111 | 100110110 | 111111 | 101010 |
Color Harmonies of #B0289A
Complementary color
Monochromatic Colors of #B0289A
Black with #B0289A
Text Example
Text Example
White with #B0289A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0289A; }
p { color: rgb(176,40,154); }
H1.HeaderClassName
{
color: #B0289A;
}
.AnyTagClassName
{
color: #B0289A;
}
</style>
background-color css
<style>
a { background-color: #B0289A; }
a { background-color: rgb(176,40,154); }
div.DivClassName
{
background-color: #B0289A;
}
.BgClassName
{
background-color: #B0289A;
}
</style>
border-color css
<style>
span { border-color: #B0289A; }
span { border-color: rgb(176,40,154); }
td.TdClassName
{
border-color: #B0289A;
}
.TagClassName
{
border-color: #B0289A;
}
</style>