Shades of Medium Red Violet #B03E7B
Tints of Medium Red Violet #B03E7B
RGB
CMYK
RGB Variations
Color information
#B03E7B (or 0xB03E7B) is known color: Medium Red Violet. HEX triplet: B0, 3E and 7B. RGB value is (176,62,123). Sum of RGB (Red+Green+Blue) = 176+62+123=361 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.75% from 361); Green value is 62 (24.61% from 255 or 17.17% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 176 - color contains mainly: red. Hex color #B03E7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03E7B is #4FC184. Grayscale: #666666. Windows color (decimal): -5226885 or 8076976. OLE color: 8076976.
HSL color Cylindrical-coordinate representation of color #B03E7B: hue angle of 327.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 #B03E7B is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 62 | 123 | - |
| CMYK | 0 | 0.65 | 0.30 | 0.31 |
| HSL | 327.89º | 0.48% | 0.47% | - |
| HSV(B) | 327.89º | 0.65% | 0.69% | - |
| XYZ | 23.2 | 14.11 | 20.24 | - |
| YUV | 103.04 | 139.27 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 62 | 123 | 0 | 0.65 | 0.30 | 0.31 | 327.89 | 0.48 | 0.47 |
| Hex | B0 | 3E | 7B | 0 | 41 | 1E | 1F | 148 | 30 | 2F |
| Octal | 260 | 76 | 173 | 0 | 101 | 36 | 37 | 510 | 60 | 57 |
| Binary | 10110000 | 111110 | 1111011 | 0 | 1000001 | 11110 | 11111 | 101001000 | 110000 | 101111 |
Color Harmonies of #B03E7B
Complementary color
Monochromatic Colors of #B03E7B
Black with #B03E7B
Text Example
Text Example
White with #B03E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03E7B; }
p { color: rgb(176,62,123); }
H1.HeaderClassName
{
color: #B03E7B;
}
.AnyTagClassName
{
color: #B03E7B;
}
</style>
background-color css
<style>
a { background-color: #B03E7B; }
a { background-color: rgb(176,62,123); }
div.DivClassName
{
background-color: #B03E7B;
}
.BgClassName
{
background-color: #B03E7B;
}
</style>
border-color css
<style>
span { border-color: #B03E7B; }
span { border-color: rgb(176,62,123); }
td.TdClassName
{
border-color: #B03E7B;
}
.TagClassName
{
border-color: #B03E7B;
}
</style>