Shades of Medium Violet Red #B30A88
Tints of Medium Violet Red #B30A88
RGB
CMYK
RGB Variations
Color information
#B30A88 (or 0xB30A88) is known color: Medium Violet Red. HEX triplet: B3, 0A and 88. RGB value is (179,10,136). Sum of RGB (Red+Green+Blue) = 179+10+136=325 (43% of max value = 765). Red value is 179 (70.31% from 255 or 55.08% from 325); Green value is 10 (4.30% from 255 or 3.08% from 325); Blue value is 136 (53.52% from 255 or 41.85% from 325); Max value from RGB is 179 - color contains mainly: red. Hex color #B30A88 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30A88 is #4CF577. Grayscale: #4A4A4A. Windows color (decimal): -5043576 or 8915635. OLE color: 8915635.
HSL color Cylindrical-coordinate representation of color #B30A88: hue angle of 315.27º 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 #B30A88 is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 10 | 136 | - |
| CMYK | 0 | 0.94 | 0.24 | 0.30 |
| HSL | 315.27º | 0.89% | 0.37% | - |
| HSV(B) | 315.27º | 0.94% | 0.7% | - |
| XYZ | 23.14 | 11.58 | 24.31 | - |
| YUV | 74.9 | 162.49 | 202.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 10 | 136 | 0 | 0.94 | 0.24 | 0.30 | 315.27 | 0.89 | 0.37 |
| Hex | B3 | A | 88 | 0 | 5E | 18 | 1E | 13B | 59 | 25 |
| Octal | 263 | 12 | 210 | 0 | 136 | 30 | 36 | 473 | 131 | 45 |
| Binary | 10110011 | 1010 | 10001000 | 0 | 1011110 | 11000 | 11110 | 100111011 | 1011001 | 100101 |
Color Harmonies of #B30A88
Complementary color
Monochromatic Colors of #B30A88
Black with #B30A88
Text Example
Text Example
White with #B30A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30A88; }
p { color: rgb(179,10,136); }
H1.HeaderClassName
{
color: #B30A88;
}
.AnyTagClassName
{
color: #B30A88;
}
</style>
background-color css
<style>
a { background-color: #B30A88; }
a { background-color: rgb(179,10,136); }
div.DivClassName
{
background-color: #B30A88;
}
.BgClassName
{
background-color: #B30A88;
}
</style>
border-color css
<style>
span { border-color: #B30A88; }
span { border-color: rgb(179,10,136); }
td.TdClassName
{
border-color: #B30A88;
}
.TagClassName
{
border-color: #B30A88;
}
</style>