Shades of Medium Violet Red #B30E8C
Tints of Medium Violet Red #B30E8C
RGB
CMYK
RGB Variations
Color information
#B30E8C (or 0xB30E8C) is known color: Medium Violet Red. HEX triplet: B3, 0E and 8C. RGB value is (179,14,140). Sum of RGB (Red+Green+Blue) = 179+14+140=333 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.75% from 333); Green value is 14 (5.86% from 255 or 4.20% from 333); Blue value is 140 (55.08% from 255 or 42.04% from 333); Max value from RGB is 179 - color contains mainly: red. Hex color #B30E8C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30E8C is #4CF173. Grayscale: #4D4D4D. Windows color (decimal): -5042548 or 9178803. OLE color: 9178803.
HSL color Cylindrical-coordinate representation of color #B30E8C: hue angle of 314.18º 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 #B30E8C is Cyan = 0, Magento = 0.92, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 14 | 140 | - |
| CMYK | 0 | 0.92 | 0.22 | 0.30 |
| HSL | 314.18º | 0.85% | 0.38% | - |
| HSV(B) | 314.18º | 0.92% | 0.7% | - |
| XYZ | 23.48 | 11.79 | 25.85 | - |
| YUV | 77.7 | 163.16 | 200.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 14 | 140 | 0 | 0.92 | 0.22 | 0.30 | 314.18 | 0.85 | 0.38 |
| Hex | B3 | E | 8C | 0 | 5C | 16 | 1E | 13A | 55 | 26 |
| Octal | 263 | 16 | 214 | 0 | 134 | 26 | 36 | 472 | 125 | 46 |
| Binary | 10110011 | 1110 | 10001100 | 0 | 1011100 | 10110 | 11110 | 100111010 | 1010101 | 100110 |
Color Harmonies of #B30E8C
Complementary color
Monochromatic Colors of #B30E8C
Black with #B30E8C
Text Example
Text Example
White with #B30E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30E8C; }
p { color: rgb(179,14,140); }
H1.HeaderClassName
{
color: #B30E8C;
}
.AnyTagClassName
{
color: #B30E8C;
}
</style>
background-color css
<style>
a { background-color: #B30E8C; }
a { background-color: rgb(179,14,140); }
div.DivClassName
{
background-color: #B30E8C;
}
.BgClassName
{
background-color: #B30E8C;
}
</style>
border-color css
<style>
span { border-color: #B30E8C; }
span { border-color: rgb(179,14,140); }
td.TdClassName
{
border-color: #B30E8C;
}
.TagClassName
{
border-color: #B30E8C;
}
</style>