Shades of Medium Red Violet #B0298B
Tints of Medium Red Violet #B0298B
RGB
CMYK
RGB Variations
Color information
#B0298B (or 0xB0298B) is known color: Medium Red Violet. HEX triplet: B0, 29 and 8B. RGB value is (176,41,139). Sum of RGB (Red+Green+Blue) = 176+41+139=356 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.44% from 356); Green value is 41 (16.41% from 255 or 11.52% from 356); Blue value is 139 (54.69% from 255 or 39.04% from 356); Max value from RGB is 176 - color contains mainly: red. Hex color #B0298B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0298B is #4FD674. Grayscale: #5C5C5C. Windows color (decimal): -5232245 or 9120176. OLE color: 9120176.
HSL color Cylindrical-coordinate representation of color #B0298B: hue angle of 316.44º 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 #B0298B is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 41 | 139 | - |
| CMYK | 0 | 0.77 | 0.21 | 0.31 |
| HSL | 316.44º | 0.62% | 0.43% | - |
| HSV(B) | 316.44º | 0.77% | 0.69% | - |
| XYZ | 23.36 | 12.68 | 25.64 | - |
| YUV | 92.54 | 154.23 | 187.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 41 | 139 | 0 | 0.77 | 0.21 | 0.31 | 316.44 | 0.62 | 0.43 |
| Hex | B0 | 29 | 8B | 0 | 4D | 15 | 1F | 13C | 3E | 2B |
| Octal | 260 | 51 | 213 | 0 | 115 | 25 | 37 | 474 | 76 | 53 |
| Binary | 10110000 | 101001 | 10001011 | 0 | 1001101 | 10101 | 11111 | 100111100 | 111110 | 101011 |
Color Harmonies of #B0298B
Complementary color
Monochromatic Colors of #B0298B
Black with #B0298B
Text Example
Text Example
White with #B0298B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0298B; }
p { color: rgb(176,41,139); }
H1.HeaderClassName
{
color: #B0298B;
}
.AnyTagClassName
{
color: #B0298B;
}
</style>
background-color css
<style>
a { background-color: #B0298B; }
a { background-color: rgb(176,41,139); }
div.DivClassName
{
background-color: #B0298B;
}
.BgClassName
{
background-color: #B0298B;
}
</style>
border-color css
<style>
span { border-color: #B0298B; }
span { border-color: rgb(176,41,139); }
td.TdClassName
{
border-color: #B0298B;
}
.TagClassName
{
border-color: #B0298B;
}
</style>