Shades of Medium Violet Red #B30980
Tints of Medium Violet Red #B30980
RGB
CMYK
RGB Variations
Color information
#B30980 (or 0xB30980) is known color: Medium Violet Red. HEX triplet: B3, 09 and 80. RGB value is (179,9,128). Sum of RGB (Red+Green+Blue) = 179+9+128=316 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.65% from 316); Green value is 9 (3.91% from 255 or 2.85% from 316); Blue value is 128 (50.39% from 255 or 40.51% from 316); Max value from RGB is 179 - color contains mainly: red. Hex color #B30980 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30980 is #4CF67F. Grayscale: #494949. Windows color (decimal): -5043840 or 8391091. OLE color: 8391091.
HSL color Cylindrical-coordinate representation of color #B30980: hue angle of 318º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B30980 is Cyan = 0, Magento = 0.95, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 9 | 128 | - |
| CMYK | 0 | 0.95 | 0.28 | 0.30 |
| HSL | 318º | 0.9% | 0.37% | - |
| HSV(B) | 318º | 0.95% | 0.7% | - |
| XYZ | 22.58 | 11.34 | 21.42 | - |
| YUV | 73.4 | 158.82 | 203.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 9 | 128 | 0 | 0.95 | 0.28 | 0.30 | 318 | 0.9 | 0.37 |
| Hex | B3 | 9 | 80 | 0 | 5F | 1C | 1E | 13E | 5A | 25 |
| Octal | 263 | 11 | 200 | 0 | 137 | 34 | 36 | 476 | 132 | 45 |
| Binary | 10110011 | 1001 | 10000000 | 0 | 1011111 | 11100 | 11110 | 100111110 | 1011010 | 100101 |
Color Harmonies of #B30980
Complementary color
Monochromatic Colors of #B30980
Black with #B30980
Text Example
Text Example
White with #B30980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30980; }
p { color: rgb(179,9,128); }
H1.HeaderClassName
{
color: #B30980;
}
.AnyTagClassName
{
color: #B30980;
}
</style>
background-color css
<style>
a { background-color: #B30980; }
a { background-color: rgb(179,9,128); }
div.DivClassName
{
background-color: #B30980;
}
.BgClassName
{
background-color: #B30980;
}
</style>
border-color css
<style>
span { border-color: #B30980; }
span { border-color: rgb(179,9,128); }
td.TdClassName
{
border-color: #B30980;
}
.TagClassName
{
border-color: #B30980;
}
</style>