Shades of Medium Violet Red #B30E7A
Tints of Medium Violet Red #B30E7A
RGB
CMYK
RGB Variations
Color information
#B30E7A (or 0xB30E7A) is known color: Medium Violet Red. HEX triplet: B3, 0E and 7A. RGB value is (179,14,122). Sum of RGB (Red+Green+Blue) = 179+14+122=315 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.83% from 315); Green value is 14 (5.86% from 255 or 4.44% from 315); Blue value is 122 (48.05% from 255 or 38.73% from 315); Max value from RGB is 179 - color contains mainly: red. Hex color #B30E7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30E7A is #4CF185. Grayscale: #4B4B4B. Windows color (decimal): -5042566 or 7999155. OLE color: 7999155.
HSL color Cylindrical-coordinate representation of color #B30E7A: hue angle of 320.73º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B30E7A is Cyan = 0, Magento = 0.92, Yellow = 0.32 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 14 | 122 | - |
| CMYK | 0 | 0.92 | 0.32 | 0.30 |
| HSL | 320.73º | 0.85% | 0.38% | - |
| HSV(B) | 320.73º | 0.92% | 0.7% | - |
| XYZ | 22.26 | 11.3 | 19.42 | - |
| YUV | 75.65 | 154.16 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 14 | 122 | 0 | 0.92 | 0.32 | 0.30 | 320.73 | 0.85 | 0.38 |
| Hex | B3 | E | 7A | 0 | 5C | 20 | 1E | 141 | 55 | 26 |
| Octal | 263 | 16 | 172 | 0 | 134 | 40 | 36 | 501 | 125 | 46 |
| Binary | 10110011 | 1110 | 1111010 | 0 | 1011100 | 100000 | 11110 | 101000001 | 1010101 | 100110 |
Color Harmonies of #B30E7A
Complementary color
Monochromatic Colors of #B30E7A
Black with #B30E7A
Text Example
Text Example
White with #B30E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30E7A; }
p { color: rgb(179,14,122); }
H1.HeaderClassName
{
color: #B30E7A;
}
.AnyTagClassName
{
color: #B30E7A;
}
</style>
background-color css
<style>
a { background-color: #B30E7A; }
a { background-color: rgb(179,14,122); }
div.DivClassName
{
background-color: #B30E7A;
}
.BgClassName
{
background-color: #B30E7A;
}
</style>
border-color css
<style>
span { border-color: #B30E7A; }
span { border-color: rgb(179,14,122); }
td.TdClassName
{
border-color: #B30E7A;
}
.TagClassName
{
border-color: #B30E7A;
}
</style>