Shades of Medium Violet Red #B30AA4
Tints of Medium Violet Red #B30AA4
RGB
CMYK
RGB Variations
Color information
#B30AA4 (or 0xB30AA4) is known color: Medium Violet Red. HEX triplet: B3, 0A and A4. RGB value is (179,10,164). Sum of RGB (Red+Green+Blue) = 179+10+164=353 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.71% from 353); Green value is 10 (4.30% from 255 or 2.83% from 353); Blue value is 164 (64.45% from 255 or 46.46% from 353); Max value from RGB is 179 - color contains mainly: red. Hex color #B30AA4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30AA4 is #4CF55B. Grayscale: #4D4D4D. Windows color (decimal): -5043548 or 10750643. OLE color: 10750643.
HSL color Cylindrical-coordinate representation of color #B30AA4: hue angle of 305.33º 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 #B30AA4 is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 10 | 164 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.30 |
| HSL | 305.33º | 0.89% | 0.37% | - |
| HSV(B) | 305.33º | 0.94% | 0.7% | - |
| XYZ | 25.4 | 12.48 | 36.19 | - |
| YUV | 78.09 | 176.49 | 199.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 10 | 164 | 0 | 0.94 | 0.08 | 0.30 | 305.33 | 0.89 | 0.37 |
| Hex | B3 | A | A4 | 0 | 5E | 8 | 1E | 131 | 59 | 25 |
| Octal | 263 | 12 | 244 | 0 | 136 | 10 | 36 | 461 | 131 | 45 |
| Binary | 10110011 | 1010 | 10100100 | 0 | 1011110 | 1000 | 11110 | 100110001 | 1011001 | 100101 |
Color Harmonies of #B30AA4
Complementary color
Monochromatic Colors of #B30AA4
Black with #B30AA4
Text Example
Text Example
White with #B30AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30AA4; }
p { color: rgb(179,10,164); }
H1.HeaderClassName
{
color: #B30AA4;
}
.AnyTagClassName
{
color: #B30AA4;
}
</style>
background-color css
<style>
a { background-color: #B30AA4; }
a { background-color: rgb(179,10,164); }
div.DivClassName
{
background-color: #B30AA4;
}
.BgClassName
{
background-color: #B30AA4;
}
</style>
border-color css
<style>
span { border-color: #B30AA4; }
span { border-color: rgb(179,10,164); }
td.TdClassName
{
border-color: #B30AA4;
}
.TagClassName
{
border-color: #B30AA4;
}
</style>