Shades of Medium Violet Red #B30AA2
Tints of Medium Violet Red #B30AA2
RGB
CMYK
RGB Variations
Color information
#B30AA2 (or 0xB30AA2) is known color: Medium Violet Red. HEX triplet: B3, 0A and A2. RGB value is (179,10,162). Sum of RGB (Red+Green+Blue) = 179+10+162=351 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.00% from 351); Green value is 10 (4.30% from 255 or 2.85% from 351); Blue value is 162 (63.67% from 255 or 46.15% from 351); Max value from RGB is 179 - color contains mainly: red. Hex color #B30AA2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30AA2 is #4CF55D. Grayscale: #4D4D4D. Windows color (decimal): -5043550 or 10619571. OLE color: 10619571.
HSL color Cylindrical-coordinate representation of color #B30AA2: hue angle of 306.04º degrees, saturation: 0.89, 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 #B30AA2 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 10 | 162 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.30 |
| HSL | 306.04º | 0.89% | 0.37% | - |
| HSV(B) | 306.04º | 0.94% | 0.7% | - |
| XYZ | 25.22 | 12.41 | 35.25 | - |
| YUV | 77.86 | 175.49 | 200.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 10 | 162 | 0 | 0.94 | 0.09 | 0.30 | 306.04 | 0.89 | 0.37 |
| Hex | B3 | A | A2 | 0 | 5E | 9 | 1E | 132 | 59 | 25 |
| Octal | 263 | 12 | 242 | 0 | 136 | 11 | 36 | 462 | 131 | 45 |
| Binary | 10110011 | 1010 | 10100010 | 0 | 1011110 | 1001 | 11110 | 100110010 | 1011001 | 100101 |
Color Harmonies of #B30AA2
Complementary color
Monochromatic Colors of #B30AA2
Black with #B30AA2
Text Example
Text Example
White with #B30AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30AA2; }
p { color: rgb(179,10,162); }
H1.HeaderClassName
{
color: #B30AA2;
}
.AnyTagClassName
{
color: #B30AA2;
}
</style>
background-color css
<style>
a { background-color: #B30AA2; }
a { background-color: rgb(179,10,162); }
div.DivClassName
{
background-color: #B30AA2;
}
.BgClassName
{
background-color: #B30AA2;
}
</style>
border-color css
<style>
span { border-color: #B30AA2; }
span { border-color: rgb(179,10,162); }
td.TdClassName
{
border-color: #B30AA2;
}
.TagClassName
{
border-color: #B30AA2;
}
</style>