Shades of Medium Violet Red #B30BA3
Tints of Medium Violet Red #B30BA3
RGB
CMYK
RGB Variations
Color information
#B30BA3 (or 0xB30BA3) is known color: Medium Violet Red. HEX triplet: B3, 0B and A3. RGB value is (179,11,163). Sum of RGB (Red+Green+Blue) = 179+11+163=353 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.71% from 353); Green value is 11 (4.69% from 255 or 3.12% from 353); Blue value is 163 (64.06% from 255 or 46.18% from 353); Max value from RGB is 179 - color contains mainly: red. Hex color #B30BA3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30BA3 is #4CF45C. Grayscale: #4E4E4E. Windows color (decimal): -5043293 or 10685363. OLE color: 10685363.
HSL color Cylindrical-coordinate representation of color #B30BA3: hue angle of 305.71º 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 #B30BA3 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 11 | 163 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.30 |
| HSL | 305.71º | 0.88% | 0.37% | - |
| HSV(B) | 305.71º | 0.94% | 0.7% | - |
| XYZ | 25.32 | 12.47 | 35.72 | - |
| YUV | 78.56 | 175.66 | 199.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 11 | 163 | 0 | 0.94 | 0.09 | 0.30 | 305.71 | 0.88 | 0.37 |
| Hex | B3 | B | A3 | 0 | 5E | 9 | 1E | 132 | 58 | 25 |
| Octal | 263 | 13 | 243 | 0 | 136 | 11 | 36 | 462 | 130 | 45 |
| Binary | 10110011 | 1011 | 10100011 | 0 | 1011110 | 1001 | 11110 | 100110010 | 1011000 | 100101 |
Color Harmonies of #B30BA3
Complementary color
Monochromatic Colors of #B30BA3
Black with #B30BA3
Text Example
Text Example
White with #B30BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30BA3; }
p { color: rgb(179,11,163); }
H1.HeaderClassName
{
color: #B30BA3;
}
.AnyTagClassName
{
color: #B30BA3;
}
</style>
background-color css
<style>
a { background-color: #B30BA3; }
a { background-color: rgb(179,11,163); }
div.DivClassName
{
background-color: #B30BA3;
}
.BgClassName
{
background-color: #B30BA3;
}
</style>
border-color css
<style>
span { border-color: #B30BA3; }
span { border-color: rgb(179,11,163); }
td.TdClassName
{
border-color: #B30BA3;
}
.TagClassName
{
border-color: #B30BA3;
}
</style>