Shades of Medium Violet Red #B30C76
Tints of Medium Violet Red #B30C76
RGB
CMYK
RGB Variations
Color information
#B30C76 (or 0xB30C76) is known color: Medium Violet Red. HEX triplet: B3, 0C and 76. RGB value is (179,12,118). Sum of RGB (Red+Green+Blue) = 179+12+118=309 (40% of max value = 765). Red value is 179 (70.31% from 255 or 57.93% from 309); Green value is 12 (5.08% from 255 or 3.88% from 309); Blue value is 118 (46.48% from 255 or 38.19% from 309); Max value from RGB is 179 - color contains mainly: red. Hex color #B30C76 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30C76 is #4CF389. Grayscale: #494949. Windows color (decimal): -5043082 or 7736499. OLE color: 7736499.
HSL color Cylindrical-coordinate representation of color #B30C76: hue angle of 321.92º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B30C76 is Cyan = 0, Magento = 0.93, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 12 | 118 | - |
| CMYK | 0 | 0.93 | 0.34 | 0.30 |
| HSL | 321.92º | 0.87% | 0.37% | - |
| HSV(B) | 321.92º | 0.93% | 0.7% | - |
| XYZ | 21.99 | 11.15 | 18.13 | - |
| YUV | 74.02 | 152.83 | 202.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 12 | 118 | 0 | 0.93 | 0.34 | 0.30 | 321.92 | 0.87 | 0.37 |
| Hex | B3 | C | 76 | 0 | 5D | 22 | 1E | 142 | 57 | 25 |
| Octal | 263 | 14 | 166 | 0 | 135 | 42 | 36 | 502 | 127 | 45 |
| Binary | 10110011 | 1100 | 1110110 | 0 | 1011101 | 100010 | 11110 | 101000010 | 1010111 | 100101 |
Color Harmonies of #B30C76
Complementary color
Monochromatic Colors of #B30C76
Black with #B30C76
Text Example
Text Example
White with #B30C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30C76; }
p { color: rgb(179,12,118); }
H1.HeaderClassName
{
color: #B30C76;
}
.AnyTagClassName
{
color: #B30C76;
}
</style>
background-color css
<style>
a { background-color: #B30C76; }
a { background-color: rgb(179,12,118); }
div.DivClassName
{
background-color: #B30C76;
}
.BgClassName
{
background-color: #B30C76;
}
</style>
border-color css
<style>
span { border-color: #B30C76; }
span { border-color: rgb(179,12,118); }
td.TdClassName
{
border-color: #B30C76;
}
.TagClassName
{
border-color: #B30C76;
}
</style>