Shades of Medium Violet Red #B30779
Tints of Medium Violet Red #B30779
RGB
CMYK
RGB Variations
Color information
#B30779 (or 0xB30779) is known color: Medium Violet Red. HEX triplet: B3, 07 and 79. RGB value is (179,7,121). Sum of RGB (Red+Green+Blue) = 179+7+121=307 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.31% from 307); Green value is 7 (3.12% from 255 or 2.28% from 307); Blue value is 121 (47.66% from 255 or 39.41% from 307); Max value from RGB is 179 - color contains mainly: red. Hex color #B30779 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30779 is #4CF886. Grayscale: #474747. Windows color (decimal): -5044359 or 7931827. OLE color: 7931827.
HSL color Cylindrical-coordinate representation of color #B30779: hue angle of 320.23º 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 #B30779 is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 7 | 121 | - |
| CMYK | 0 | 0.96 | 0.32 | 0.30 |
| HSL | 320.23º | 0.92% | 0.36% | - |
| HSV(B) | 320.23º | 0.96% | 0.7% | - |
| XYZ | 22.12 | 11.12 | 19.07 | - |
| YUV | 71.42 | 155.98 | 204.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 7 | 121 | 0 | 0.96 | 0.32 | 0.30 | 320.23 | 0.92 | 0.36 |
| Hex | B3 | 7 | 79 | 0 | 60 | 20 | 1E | 140 | 5C | 24 |
| Octal | 263 | 7 | 171 | 0 | 140 | 40 | 36 | 500 | 134 | 44 |
| Binary | 10110011 | 111 | 1111001 | 0 | 1100000 | 100000 | 11110 | 101000000 | 1011100 | 100100 |
Color Harmonies of #B30779
Complementary color
Monochromatic Colors of #B30779
Black with #B30779
Text Example
Text Example
White with #B30779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30779; }
p { color: rgb(179,7,121); }
H1.HeaderClassName
{
color: #B30779;
}
.AnyTagClassName
{
color: #B30779;
}
</style>
background-color css
<style>
a { background-color: #B30779; }
a { background-color: rgb(179,7,121); }
div.DivClassName
{
background-color: #B30779;
}
.BgClassName
{
background-color: #B30779;
}
</style>
border-color css
<style>
span { border-color: #B30779; }
span { border-color: rgb(179,7,121); }
td.TdClassName
{
border-color: #B30779;
}
.TagClassName
{
border-color: #B30779;
}
</style>