Shades of Medium Red Violet #B030A7
Tints of Medium Red Violet #B030A7
RGB
CMYK
RGB Variations
Color information
#B030A7 (or 0xB030A7) is known color: Medium Red Violet. HEX triplet: B0, 30 and A7. RGB value is (176,48,167). Sum of RGB (Red+Green+Blue) = 176+48+167=391 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.01% from 391); Green value is 48 (19.14% from 255 or 12.28% from 391); Blue value is 167 (65.62% from 255 or 42.71% from 391); Max value from RGB is 176 - color contains mainly: red. Hex color #B030A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B030A7 is #4FCF58. Grayscale: #636363. Windows color (decimal): -5230425 or 10956976. OLE color: 10956976.
HSL color Cylindrical-coordinate representation of color #B030A7: hue angle of 304.22º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B030A7 is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 48 | 167 | - |
| CMYK | 0 | 0.73 | 0.05 | 0.31 |
| HSL | 304.22º | 0.57% | 0.44% | - |
| HSV(B) | 304.22º | 0.73% | 0.69% | - |
| XYZ | 25.94 | 14.13 | 37.92 | - |
| YUV | 99.84 | 165.91 | 182.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 48 | 167 | 0 | 0.73 | 0.05 | 0.31 | 304.22 | 0.57 | 0.44 |
| Hex | B0 | 30 | A7 | 0 | 49 | 5 | 1F | 130 | 39 | 2C |
| Octal | 260 | 60 | 247 | 0 | 111 | 5 | 37 | 460 | 71 | 54 |
| Binary | 10110000 | 110000 | 10100111 | 0 | 1001001 | 101 | 11111 | 100110000 | 111001 | 101100 |
Color Harmonies of #B030A7
Complementary color
Monochromatic Colors of #B030A7
Black with #B030A7
Text Example
Text Example
White with #B030A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B030A7; }
p { color: rgb(176,48,167); }
H1.HeaderClassName
{
color: #B030A7;
}
.AnyTagClassName
{
color: #B030A7;
}
</style>
background-color css
<style>
a { background-color: #B030A7; }
a { background-color: rgb(176,48,167); }
div.DivClassName
{
background-color: #B030A7;
}
.BgClassName
{
background-color: #B030A7;
}
</style>
border-color css
<style>
span { border-color: #B030A7; }
span { border-color: rgb(176,48,167); }
td.TdClassName
{
border-color: #B030A7;
}
.TagClassName
{
border-color: #B030A7;
}
</style>