Shades of Medium Violet Red #B30781
Tints of Medium Violet Red #B30781
RGB
CMYK
RGB Variations
Color information
#B30781 (or 0xB30781) is known color: Medium Violet Red. HEX triplet: B3, 07 and 81. RGB value is (179,7,129). Sum of RGB (Red+Green+Blue) = 179+7+129=315 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.83% from 315); Green value is 7 (3.12% from 255 or 2.22% from 315); Blue value is 129 (50.78% from 255 or 40.95% from 315); Max value from RGB is 179 - color contains mainly: red. Hex color #B30781 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30781 is #4CF87E. Grayscale: #484848. Windows color (decimal): -5044351 or 8456115. OLE color: 8456115.
HSL color Cylindrical-coordinate representation of color #B30781: hue angle of 317.44º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B30781 is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 7 | 129 | - |
| CMYK | 0 | 0.96 | 0.28 | 0.30 |
| HSL | 317.44º | 0.92% | 0.36% | - |
| HSV(B) | 317.44º | 0.96% | 0.7% | - |
| XYZ | 22.63 | 11.32 | 21.76 | - |
| YUV | 72.34 | 159.98 | 204.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 7 | 129 | 0 | 0.96 | 0.28 | 0.30 | 317.44 | 0.92 | 0.36 |
| Hex | B3 | 7 | 81 | 0 | 60 | 1C | 1E | 13D | 5C | 24 |
| Octal | 263 | 7 | 201 | 0 | 140 | 34 | 36 | 475 | 134 | 44 |
| Binary | 10110011 | 111 | 10000001 | 0 | 1100000 | 11100 | 11110 | 100111101 | 1011100 | 100100 |
Color Harmonies of #B30781
Complementary color
Monochromatic Colors of #B30781
Black with #B30781
Text Example
Text Example
White with #B30781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30781; }
p { color: rgb(179,7,129); }
H1.HeaderClassName
{
color: #B30781;
}
.AnyTagClassName
{
color: #B30781;
}
</style>
background-color css
<style>
a { background-color: #B30781; }
a { background-color: rgb(179,7,129); }
div.DivClassName
{
background-color: #B30781;
}
.BgClassName
{
background-color: #B30781;
}
</style>
border-color css
<style>
span { border-color: #B30781; }
span { border-color: rgb(179,7,129); }
td.TdClassName
{
border-color: #B30781;
}
.TagClassName
{
border-color: #B30781;
}
</style>