Shades of Medium Red Violet #B031A3
Tints of Medium Red Violet #B031A3
RGB
CMYK
RGB Variations
Color information
#B031A3 (or 0xB031A3) is known color: Medium Red Violet. HEX triplet: B0, 31 and A3. RGB value is (176,49,163). Sum of RGB (Red+Green+Blue) = 176+49+163=388 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.36% from 388); Green value is 49 (19.53% from 255 or 12.63% from 388); Blue value is 163 (64.06% from 255 or 42.01% from 388); Max value from RGB is 176 - color contains mainly: red. Hex color #B031A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B031A3 is #4FCE5C. Grayscale: #636363. Windows color (decimal): -5230173 or 10695088. OLE color: 10695088.
HSL color Cylindrical-coordinate representation of color #B031A3: hue angle of 306.14º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B031A3 is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 49 | 163 | - |
| CMYK | 0 | 0.72 | 0.07 | 0.31 |
| HSL | 306.14º | 0.56% | 0.44% | - |
| HSV(B) | 306.14º | 0.72% | 0.69% | - |
| XYZ | 25.61 | 14.07 | 36.02 | - |
| YUV | 99.97 | 163.58 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 49 | 163 | 0 | 0.72 | 0.07 | 0.31 | 306.14 | 0.56 | 0.44 |
| Hex | B0 | 31 | A3 | 0 | 48 | 7 | 1F | 132 | 38 | 2C |
| Octal | 260 | 61 | 243 | 0 | 110 | 7 | 37 | 462 | 70 | 54 |
| Binary | 10110000 | 110001 | 10100011 | 0 | 1001000 | 111 | 11111 | 100110010 | 111000 | 101100 |
Color Harmonies of #B031A3
Complementary color
Monochromatic Colors of #B031A3
Black with #B031A3
Text Example
Text Example
White with #B031A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B031A3; }
p { color: rgb(176,49,163); }
H1.HeaderClassName
{
color: #B031A3;
}
.AnyTagClassName
{
color: #B031A3;
}
</style>
background-color css
<style>
a { background-color: #B031A3; }
a { background-color: rgb(176,49,163); }
div.DivClassName
{
background-color: #B031A3;
}
.BgClassName
{
background-color: #B031A3;
}
</style>
border-color css
<style>
span { border-color: #B031A3; }
span { border-color: rgb(176,49,163); }
td.TdClassName
{
border-color: #B031A3;
}
.TagClassName
{
border-color: #B031A3;
}
</style>