Shades of Medium Red Violet #B03A9A
Tints of Medium Red Violet #B03A9A
RGB
CMYK
RGB Variations
Color information
#B03A9A (or 0xB03A9A) is known color: Medium Red Violet. HEX triplet: B0, 3A and 9A. RGB value is (176,58,154). Sum of RGB (Red+Green+Blue) = 176+58+154=388 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.36% from 388); Green value is 58 (23.05% from 255 or 14.95% from 388); Blue value is 154 (60.55% from 255 or 39.69% from 388); Max value from RGB is 176 - color contains mainly: red. Hex color #B03A9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03A9A is #4FC565. Grayscale: #676767. Windows color (decimal): -5227878 or 10107568. OLE color: 10107568.
HSL color Cylindrical-coordinate representation of color #B03A9A: hue angle of 311.19º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B03A9A is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 58 | 154 | - |
| CMYK | 0 | 0.67 | 0.12 | 0.31 |
| HSL | 311.19º | 0.5% | 0.46% | - |
| HSV(B) | 311.19º | 0.67% | 0.69% | - |
| XYZ | 25.25 | 14.59 | 32.06 | - |
| YUV | 104.23 | 156.09 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 58 | 154 | 0 | 0.67 | 0.12 | 0.31 | 311.19 | 0.5 | 0.46 |
| Hex | B0 | 3A | 9A | 0 | 43 | C | 1F | 137 | 32 | 2E |
| Octal | 260 | 72 | 232 | 0 | 103 | 14 | 37 | 467 | 62 | 56 |
| Binary | 10110000 | 111010 | 10011010 | 0 | 1000011 | 1100 | 11111 | 100110111 | 110010 | 101110 |
Color Harmonies of #B03A9A
Complementary color
Monochromatic Colors of #B03A9A
Black with #B03A9A
Text Example
Text Example
White with #B03A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03A9A; }
p { color: rgb(176,58,154); }
H1.HeaderClassName
{
color: #B03A9A;
}
.AnyTagClassName
{
color: #B03A9A;
}
</style>
background-color css
<style>
a { background-color: #B03A9A; }
a { background-color: rgb(176,58,154); }
div.DivClassName
{
background-color: #B03A9A;
}
.BgClassName
{
background-color: #B03A9A;
}
</style>
border-color css
<style>
span { border-color: #B03A9A; }
span { border-color: rgb(176,58,154); }
td.TdClassName
{
border-color: #B03A9A;
}
.TagClassName
{
border-color: #B03A9A;
}
</style>