Shades of Medium Violet Red #B30C7D
Tints of Medium Violet Red #B30C7D
RGB
CMYK
RGB Variations
Color information
#B30C7D (or 0xB30C7D) is known color: Medium Violet Red. HEX triplet: B3, 0C and 7D. RGB value is (179,12,125). Sum of RGB (Red+Green+Blue) = 179+12+125=316 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.65% from 316); Green value is 12 (5.08% from 255 or 3.80% from 316); Blue value is 125 (49.22% from 255 or 39.56% from 316); Max value from RGB is 179 - color contains mainly: red. Hex color #B30C7D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30C7D is #4CF382. Grayscale: #4A4A4A. Windows color (decimal): -5043075 or 8195251. OLE color: 8195251.
HSL color Cylindrical-coordinate representation of color #B30C7D: hue angle of 319.4º 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 #B30C7D is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 12 | 125 | - |
| CMYK | 0 | 0.93 | 0.30 | 0.30 |
| HSL | 319.4º | 0.87% | 0.37% | - |
| HSV(B) | 319.4º | 0.93% | 0.7% | - |
| XYZ | 22.42 | 11.33 | 20.41 | - |
| YUV | 74.82 | 156.33 | 202.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 12 | 125 | 0 | 0.93 | 0.30 | 0.30 | 319.4 | 0.87 | 0.37 |
| Hex | B3 | C | 7D | 0 | 5D | 1E | 1E | 13F | 57 | 25 |
| Octal | 263 | 14 | 175 | 0 | 135 | 36 | 36 | 477 | 127 | 45 |
| Binary | 10110011 | 1100 | 1111101 | 0 | 1011101 | 11110 | 11110 | 100111111 | 1010111 | 100101 |
Color Harmonies of #B30C7D
Complementary color
Monochromatic Colors of #B30C7D
Black with #B30C7D
Text Example
Text Example
White with #B30C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30C7D; }
p { color: rgb(179,12,125); }
H1.HeaderClassName
{
color: #B30C7D;
}
.AnyTagClassName
{
color: #B30C7D;
}
</style>
background-color css
<style>
a { background-color: #B30C7D; }
a { background-color: rgb(179,12,125); }
div.DivClassName
{
background-color: #B30C7D;
}
.BgClassName
{
background-color: #B30C7D;
}
</style>
border-color css
<style>
span { border-color: #B30C7D; }
span { border-color: rgb(179,12,125); }
td.TdClassName
{
border-color: #B30C7D;
}
.TagClassName
{
border-color: #B30C7D;
}
</style>