Shades of Medium Violet Red #B30E7D
Tints of Medium Violet Red #B30E7D
RGB
CMYK
RGB Variations
Color information
#B30E7D (or 0xB30E7D) is known color: Medium Violet Red. HEX triplet: B3, 0E and 7D. RGB value is (179,14,125). Sum of RGB (Red+Green+Blue) = 179+14+125=318 (42% of max value = 765). Red value is 179 (70.31% from 255 or 56.29% from 318); Green value is 14 (5.86% from 255 or 4.40% from 318); Blue value is 125 (49.22% from 255 or 39.31% from 318); Max value from RGB is 179 - color contains mainly: red. Hex color #B30E7D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30E7D is #4CF182. Grayscale: #4B4B4B. Windows color (decimal): -5042563 or 8195763. OLE color: 8195763.
HSL color Cylindrical-coordinate representation of color #B30E7D: hue angle of 319.64º 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 #B30E7D is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 14 | 125 | - |
| CMYK | 0 | 0.92 | 0.30 | 0.30 |
| HSL | 319.64º | 0.85% | 0.38% | - |
| HSV(B) | 319.64º | 0.92% | 0.7% | - |
| XYZ | 22.45 | 11.38 | 20.42 | - |
| YUV | 75.99 | 155.66 | 201.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 14 | 125 | 0 | 0.92 | 0.30 | 0.30 | 319.64 | 0.85 | 0.38 |
| Hex | B3 | E | 7D | 0 | 5C | 1E | 1E | 140 | 55 | 26 |
| Octal | 263 | 16 | 175 | 0 | 134 | 36 | 36 | 500 | 125 | 46 |
| Binary | 10110011 | 1110 | 1111101 | 0 | 1011100 | 11110 | 11110 | 101000000 | 1010101 | 100110 |
Color Harmonies of #B30E7D
Complementary color
Monochromatic Colors of #B30E7D
Black with #B30E7D
Text Example
Text Example
White with #B30E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30E7D; }
p { color: rgb(179,14,125); }
H1.HeaderClassName
{
color: #B30E7D;
}
.AnyTagClassName
{
color: #B30E7D;
}
</style>
background-color css
<style>
a { background-color: #B30E7D; }
a { background-color: rgb(179,14,125); }
div.DivClassName
{
background-color: #B30E7D;
}
.BgClassName
{
background-color: #B30E7D;
}
</style>
border-color css
<style>
span { border-color: #B30E7D; }
span { border-color: rgb(179,14,125); }
td.TdClassName
{
border-color: #B30E7D;
}
.TagClassName
{
border-color: #B30E7D;
}
</style>