Shades of Medium Violet Red #B30C7E
Tints of Medium Violet Red #B30C7E
RGB
CMYK
RGB Variations
Color information
#B30C7E (or 0xB30C7E) is known color: Medium Violet Red. HEX triplet: B3, 0C and 7E. RGB value is (179,12,126). Sum of RGB (Red+Green+Blue) = 179+12+126=317 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.47% from 317); Green value is 12 (5.08% from 255 or 3.79% from 317); Blue value is 126 (49.61% from 255 or 39.75% from 317); Max value from RGB is 179 - color contains mainly: red. Hex color #B30C7E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30C7E is #4CF381. Grayscale: #4A4A4A. Windows color (decimal): -5043074 or 8260787. OLE color: 8260787.
HSL color Cylindrical-coordinate representation of color #B30C7E: hue angle of 319.04º 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 #B30C7E is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 12 | 126 | - |
| CMYK | 0 | 0.93 | 0.30 | 0.30 |
| HSL | 319.04º | 0.87% | 0.37% | - |
| HSV(B) | 319.04º | 0.93% | 0.7% | - |
| XYZ | 22.49 | 11.35 | 20.74 | - |
| YUV | 74.93 | 156.83 | 202.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 12 | 126 | 0 | 0.93 | 0.30 | 0.30 | 319.04 | 0.87 | 0.37 |
| Hex | B3 | C | 7E | 0 | 5D | 1E | 1E | 13F | 57 | 25 |
| Octal | 263 | 14 | 176 | 0 | 135 | 36 | 36 | 477 | 127 | 45 |
| Binary | 10110011 | 1100 | 1111110 | 0 | 1011101 | 11110 | 11110 | 100111111 | 1010111 | 100101 |
Color Harmonies of #B30C7E
Complementary color
Monochromatic Colors of #B30C7E
Black with #B30C7E
Text Example
Text Example
White with #B30C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30C7E; }
p { color: rgb(179,12,126); }
H1.HeaderClassName
{
color: #B30C7E;
}
.AnyTagClassName
{
color: #B30C7E;
}
</style>
background-color css
<style>
a { background-color: #B30C7E; }
a { background-color: rgb(179,12,126); }
div.DivClassName
{
background-color: #B30C7E;
}
.BgClassName
{
background-color: #B30C7E;
}
</style>
border-color css
<style>
span { border-color: #B30C7E; }
span { border-color: rgb(179,12,126); }
td.TdClassName
{
border-color: #B30C7E;
}
.TagClassName
{
border-color: #B30C7E;
}
</style>