Shades of Medium Violet Red #B30C86
Tints of Medium Violet Red #B30C86
RGB
CMYK
RGB Variations
Color information
#B30C86 (or 0xB30C86) is known color: Medium Violet Red. HEX triplet: B3, 0C and 86. RGB value is (179,12,134). Sum of RGB (Red+Green+Blue) = 179+12+134=325 (43% of max value = 765). Red value is 179 (70.31% from 255 or 55.08% from 325); Green value is 12 (5.08% from 255 or 3.69% from 325); Blue value is 134 (52.73% from 255 or 41.23% from 325); Max value from RGB is 179 - color contains mainly: red. Hex color #B30C86 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30C86 is #4CF379. Grayscale: #4B4B4B. Windows color (decimal): -5043066 or 8785075. OLE color: 8785075.
HSL color Cylindrical-coordinate representation of color #B30C86: hue angle of 316.17º 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 #B30C86 is Cyan = 0, Magento = 0.93, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 12 | 134 | - |
| CMYK | 0 | 0.93 | 0.25 | 0.30 |
| HSL | 316.17º | 0.87% | 0.37% | - |
| HSV(B) | 316.17º | 0.93% | 0.7% | - |
| XYZ | 23.02 | 11.57 | 23.57 | - |
| YUV | 75.84 | 160.83 | 201.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 12 | 134 | 0 | 0.93 | 0.25 | 0.30 | 316.17 | 0.87 | 0.37 |
| Hex | B3 | C | 86 | 0 | 5D | 19 | 1E | 13C | 57 | 25 |
| Octal | 263 | 14 | 206 | 0 | 135 | 31 | 36 | 474 | 127 | 45 |
| Binary | 10110011 | 1100 | 10000110 | 0 | 1011101 | 11001 | 11110 | 100111100 | 1010111 | 100101 |
Color Harmonies of #B30C86
Complementary color
Monochromatic Colors of #B30C86
Black with #B30C86
Text Example
Text Example
White with #B30C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30C86; }
p { color: rgb(179,12,134); }
H1.HeaderClassName
{
color: #B30C86;
}
.AnyTagClassName
{
color: #B30C86;
}
</style>
background-color css
<style>
a { background-color: #B30C86; }
a { background-color: rgb(179,12,134); }
div.DivClassName
{
background-color: #B30C86;
}
.BgClassName
{
background-color: #B30C86;
}
</style>
border-color css
<style>
span { border-color: #B30C86; }
span { border-color: rgb(179,12,134); }
td.TdClassName
{
border-color: #B30C86;
}
.TagClassName
{
border-color: #B30C86;
}
</style>