Shades of Medium Red Violet #B03E8E
Tints of Medium Red Violet #B03E8E
RGB
CMYK
RGB Variations
Color information
#B03E8E (or 0xB03E8E) is known color: Medium Red Violet. HEX triplet: B0, 3E and 8E. RGB value is (176,62,142). Sum of RGB (Red+Green+Blue) = 176+62+142=380 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.32% from 380); Green value is 62 (24.61% from 255 or 16.32% from 380); Blue value is 142 (55.86% from 255 or 37.37% from 380); Max value from RGB is 176 - color contains mainly: red. Hex color #B03E8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03E8E is #4FC171. Grayscale: #696969. Windows color (decimal): -5226866 or 9322160. OLE color: 9322160.
HSL color Cylindrical-coordinate representation of color #B03E8E: hue angle of 317.89º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B03E8E is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 62 | 142 | - |
| CMYK | 0 | 0.65 | 0.19 | 0.31 |
| HSL | 317.89º | 0.48% | 0.47% | - |
| HSV(B) | 317.89º | 0.65% | 0.69% | - |
| XYZ | 24.51 | 14.63 | 27.12 | - |
| YUV | 105.21 | 148.77 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 62 | 142 | 0 | 0.65 | 0.19 | 0.31 | 317.89 | 0.48 | 0.47 |
| Hex | B0 | 3E | 8E | 0 | 41 | 13 | 1F | 13E | 30 | 2F |
| Octal | 260 | 76 | 216 | 0 | 101 | 23 | 37 | 476 | 60 | 57 |
| Binary | 10110000 | 111110 | 10001110 | 0 | 1000001 | 10011 | 11111 | 100111110 | 110000 | 101111 |
Color Harmonies of #B03E8E
Complementary color
Monochromatic Colors of #B03E8E
Black with #B03E8E
Text Example
Text Example
White with #B03E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03E8E; }
p { color: rgb(176,62,142); }
H1.HeaderClassName
{
color: #B03E8E;
}
.AnyTagClassName
{
color: #B03E8E;
}
</style>
background-color css
<style>
a { background-color: #B03E8E; }
a { background-color: rgb(176,62,142); }
div.DivClassName
{
background-color: #B03E8E;
}
.BgClassName
{
background-color: #B03E8E;
}
</style>
border-color css
<style>
span { border-color: #B03E8E; }
span { border-color: rgb(176,62,142); }
td.TdClassName
{
border-color: #B03E8E;
}
.TagClassName
{
border-color: #B03E8E;
}
</style>