Shades of Medium Violet Red #B30A8A
Tints of Medium Violet Red #B30A8A
RGB
CMYK
RGB Variations
Color information
#B30A8A (or 0xB30A8A) is known color: Medium Violet Red. HEX triplet: B3, 0A and 8A. RGB value is (179,10,138). Sum of RGB (Red+Green+Blue) = 179+10+138=327 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.74% from 327); Green value is 10 (4.30% from 255 or 3.06% from 327); Blue value is 138 (54.30% from 255 or 42.20% from 327); Max value from RGB is 179 - color contains mainly: red. Hex color #B30A8A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30A8A is #4CF575. Grayscale: #4A4A4A. Windows color (decimal): -5043574 or 9046707. OLE color: 9046707.
HSL color Cylindrical-coordinate representation of color #B30A8A: hue angle of 314.56º 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 #B30A8A is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 10 | 138 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.30 |
| HSL | 314.56º | 0.89% | 0.37% | - |
| HSV(B) | 314.56º | 0.94% | 0.7% | - |
| XYZ | 23.29 | 11.64 | 25.06 | - |
| YUV | 75.12 | 163.49 | 202.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 10 | 138 | 0 | 0.94 | 0.23 | 0.30 | 314.56 | 0.89 | 0.37 |
| Hex | B3 | A | 8A | 0 | 5E | 17 | 1E | 13B | 59 | 25 |
| Octal | 263 | 12 | 212 | 0 | 136 | 27 | 36 | 473 | 131 | 45 |
| Binary | 10110011 | 1010 | 10001010 | 0 | 1011110 | 10111 | 11110 | 100111011 | 1011001 | 100101 |
Color Harmonies of #B30A8A
Complementary color
Monochromatic Colors of #B30A8A
Black with #B30A8A
Text Example
Text Example
White with #B30A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30A8A; }
p { color: rgb(179,10,138); }
H1.HeaderClassName
{
color: #B30A8A;
}
.AnyTagClassName
{
color: #B30A8A;
}
</style>
background-color css
<style>
a { background-color: #B30A8A; }
a { background-color: rgb(179,10,138); }
div.DivClassName
{
background-color: #B30A8A;
}
.BgClassName
{
background-color: #B30A8A;
}
</style>
border-color css
<style>
span { border-color: #B30A8A; }
span { border-color: rgb(179,10,138); }
td.TdClassName
{
border-color: #B30A8A;
}
.TagClassName
{
border-color: #B30A8A;
}
</style>