Shades of Medium Violet Red #B30A84
Tints of Medium Violet Red #B30A84
RGB
CMYK
RGB Variations
Color information
#B30A84 (or 0xB30A84) is known color: Medium Violet Red. HEX triplet: B3, 0A and 84. RGB value is (179,10,132). Sum of RGB (Red+Green+Blue) = 179+10+132=321 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.76% from 321); Green value is 10 (4.30% from 255 or 3.12% from 321); Blue value is 132 (51.95% from 255 or 41.12% from 321); Max value from RGB is 179 - color contains mainly: red. Hex color #B30A84 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30A84 is #4CF57B. Grayscale: #4A4A4A. Windows color (decimal): -5043580 or 8653491. OLE color: 8653491.
HSL color Cylindrical-coordinate representation of color #B30A84: hue angle of 316.69º 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 #B30A84 is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 10 | 132 | - |
| CMYK | 0 | 0.94 | 0.26 | 0.30 |
| HSL | 316.69º | 0.89% | 0.37% | - |
| HSV(B) | 316.69º | 0.94% | 0.7% | - |
| XYZ | 22.86 | 11.47 | 22.84 | - |
| YUV | 74.44 | 160.49 | 202.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 10 | 132 | 0 | 0.94 | 0.26 | 0.30 | 316.69 | 0.89 | 0.37 |
| Hex | B3 | A | 84 | 0 | 5E | 1A | 1E | 13D | 59 | 25 |
| Octal | 263 | 12 | 204 | 0 | 136 | 32 | 36 | 475 | 131 | 45 |
| Binary | 10110011 | 1010 | 10000100 | 0 | 1011110 | 11010 | 11110 | 100111101 | 1011001 | 100101 |
Color Harmonies of #B30A84
Complementary color
Monochromatic Colors of #B30A84
Black with #B30A84
Text Example
Text Example
White with #B30A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30A84; }
p { color: rgb(179,10,132); }
H1.HeaderClassName
{
color: #B30A84;
}
.AnyTagClassName
{
color: #B30A84;
}
</style>
background-color css
<style>
a { background-color: #B30A84; }
a { background-color: rgb(179,10,132); }
div.DivClassName
{
background-color: #B30A84;
}
.BgClassName
{
background-color: #B30A84;
}
</style>
border-color css
<style>
span { border-color: #B30A84; }
span { border-color: rgb(179,10,132); }
td.TdClassName
{
border-color: #B30A84;
}
.TagClassName
{
border-color: #B30A84;
}
</style>