Shades of Medium Red Violet #B03D7A
Tints of Medium Red Violet #B03D7A
RGB
CMYK
RGB Variations
Color information
#B03D7A (or 0xB03D7A) is known color: Medium Red Violet. HEX triplet: B0, 3D and 7A. RGB value is (176,61,122). Sum of RGB (Red+Green+Blue) = 176+61+122=359 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.03% from 359); Green value is 61 (24.22% from 255 or 16.99% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 176 - color contains mainly: red. Hex color #B03D7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03D7A is #4FC285. Grayscale: #666666. Windows color (decimal): -5227142 or 8011184. OLE color: 8011184.
HSL color Cylindrical-coordinate representation of color #B03D7A: hue angle of 328.17º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B03D7A is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 61 | 122 | - |
| CMYK | 0 | 0.65 | 0.31 | 0.31 |
| HSL | 328.17º | 0.49% | 0.46% | - |
| HSV(B) | 328.17º | 0.65% | 0.69% | - |
| XYZ | 23.09 | 13.97 | 19.89 | - |
| YUV | 102.34 | 139.1 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 61 | 122 | 0 | 0.65 | 0.31 | 0.31 | 328.17 | 0.49 | 0.46 |
| Hex | B0 | 3D | 7A | 0 | 41 | 1F | 1F | 148 | 31 | 2E |
| Octal | 260 | 75 | 172 | 0 | 101 | 37 | 37 | 510 | 61 | 56 |
| Binary | 10110000 | 111101 | 1111010 | 0 | 1000001 | 11111 | 11111 | 101001000 | 110001 | 101110 |
Color Harmonies of #B03D7A
Complementary color
Monochromatic Colors of #B03D7A
Black with #B03D7A
Text Example
Text Example
White with #B03D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03D7A; }
p { color: rgb(176,61,122); }
H1.HeaderClassName
{
color: #B03D7A;
}
.AnyTagClassName
{
color: #B03D7A;
}
</style>
background-color css
<style>
a { background-color: #B03D7A; }
a { background-color: rgb(176,61,122); }
div.DivClassName
{
background-color: #B03D7A;
}
.BgClassName
{
background-color: #B03D7A;
}
</style>
border-color css
<style>
span { border-color: #B03D7A; }
span { border-color: rgb(176,61,122); }
td.TdClassName
{
border-color: #B03D7A;
}
.TagClassName
{
border-color: #B03D7A;
}
</style>