Shades of Medium Violet Red #B30BA0
Tints of Medium Violet Red #B30BA0
RGB
CMYK
RGB Variations
Color information
#B30BA0 (or 0xB30BA0) is known color: Medium Violet Red. HEX triplet: B3, 0B and A0. RGB value is (179,11,160). Sum of RGB (Red+Green+Blue) = 179+11+160=350 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.14% from 350); Green value is 11 (4.69% from 255 or 3.14% from 350); Blue value is 160 (62.89% from 255 or 45.71% from 350); Max value from RGB is 179 - color contains mainly: red. Hex color #B30BA0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30BA0 is #4CF45F. Grayscale: #4D4D4D. Windows color (decimal): -5043296 or 10488755. OLE color: 10488755.
HSL color Cylindrical-coordinate representation of color #B30BA0: hue angle of 306.79º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B30BA0 is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 11 | 160 | - |
| CMYK | 0 | 0.94 | 0.11 | 0.30 |
| HSL | 306.79º | 0.88% | 0.37% | - |
| HSV(B) | 306.79º | 0.94% | 0.7% | - |
| XYZ | 25.06 | 12.36 | 34.32 | - |
| YUV | 78.22 | 174.16 | 199.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 11 | 160 | 0 | 0.94 | 0.11 | 0.30 | 306.79 | 0.88 | 0.37 |
| Hex | B3 | B | A0 | 0 | 5E | B | 1E | 133 | 58 | 25 |
| Octal | 263 | 13 | 240 | 0 | 136 | 13 | 36 | 463 | 130 | 45 |
| Binary | 10110011 | 1011 | 10100000 | 0 | 1011110 | 1011 | 11110 | 100110011 | 1011000 | 100101 |
Color Harmonies of #B30BA0
Complementary color
Monochromatic Colors of #B30BA0
Black with #B30BA0
Text Example
Text Example
White with #B30BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30BA0; }
p { color: rgb(179,11,160); }
H1.HeaderClassName
{
color: #B30BA0;
}
.AnyTagClassName
{
color: #B30BA0;
}
</style>
background-color css
<style>
a { background-color: #B30BA0; }
a { background-color: rgb(179,11,160); }
div.DivClassName
{
background-color: #B30BA0;
}
.BgClassName
{
background-color: #B30BA0;
}
</style>
border-color css
<style>
span { border-color: #B30BA0; }
span { border-color: rgb(179,11,160); }
td.TdClassName
{
border-color: #B30BA0;
}
.TagClassName
{
border-color: #B30BA0;
}
</style>