Shades of Medium Violet Red #B30C75
Tints of Medium Violet Red #B30C75
RGB
CMYK
RGB Variations
Color information
#B30C75 (or 0xB30C75) is known color: Medium Violet Red. HEX triplet: B3, 0C and 75. RGB value is (179,12,117). Sum of RGB (Red+Green+Blue) = 179+12+117=308 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.12% from 308); Green value is 12 (5.08% from 255 or 3.90% from 308); Blue value is 117 (46.09% from 255 or 37.99% from 308); Max value from RGB is 179 - color contains mainly: red. Hex color #B30C75 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30C75 is #4CF38A. Grayscale: #494949. Windows color (decimal): -5043083 or 7670963. OLE color: 7670963.
HSL color Cylindrical-coordinate representation of color #B30C75: hue angle of 322.28º 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 #B30C75 is Cyan = 0, Magento = 0.93, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 12 | 117 | - |
| CMYK | 0 | 0.93 | 0.35 | 0.30 |
| HSL | 322.28º | 0.87% | 0.37% | - |
| HSV(B) | 322.28º | 0.93% | 0.7% | - |
| XYZ | 21.93 | 11.13 | 17.82 | - |
| YUV | 73.9 | 152.33 | 202.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 12 | 117 | 0 | 0.93 | 0.35 | 0.30 | 322.28 | 0.87 | 0.37 |
| Hex | B3 | C | 75 | 0 | 5D | 23 | 1E | 142 | 57 | 25 |
| Octal | 263 | 14 | 165 | 0 | 135 | 43 | 36 | 502 | 127 | 45 |
| Binary | 10110011 | 1100 | 1110101 | 0 | 1011101 | 100011 | 11110 | 101000010 | 1010111 | 100101 |
Color Harmonies of #B30C75
Complementary color
Monochromatic Colors of #B30C75
Black with #B30C75
Text Example
Text Example
White with #B30C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30C75; }
p { color: rgb(179,12,117); }
H1.HeaderClassName
{
color: #B30C75;
}
.AnyTagClassName
{
color: #B30C75;
}
</style>
background-color css
<style>
a { background-color: #B30C75; }
a { background-color: rgb(179,12,117); }
div.DivClassName
{
background-color: #B30C75;
}
.BgClassName
{
background-color: #B30C75;
}
</style>
border-color css
<style>
span { border-color: #B30C75; }
span { border-color: rgb(179,12,117); }
td.TdClassName
{
border-color: #B30C75;
}
.TagClassName
{
border-color: #B30C75;
}
</style>