Shades of Medium Violet Red #B30E89
Tints of Medium Violet Red #B30E89
RGB
CMYK
RGB Variations
Color information
#B30E89 (or 0xB30E89) is known color: Medium Violet Red. HEX triplet: B3, 0E and 89. RGB value is (179,14,137). Sum of RGB (Red+Green+Blue) = 179+14+137=330 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.24% from 330); Green value is 14 (5.86% from 255 or 4.24% from 330); Blue value is 137 (53.91% from 255 or 41.52% from 330); Max value from RGB is 179 - color contains mainly: red. Hex color #B30E89 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30E89 is #4CF176. Grayscale: #4D4D4D. Windows color (decimal): -5042551 or 8982195. OLE color: 8982195.
HSL color Cylindrical-coordinate representation of color #B30E89: hue angle of 315.27º 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 #B30E89 is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 14 | 137 | - |
| CMYK | 0 | 0.92 | 0.23 | 0.30 |
| HSL | 315.27º | 0.85% | 0.38% | - |
| HSV(B) | 315.27º | 0.92% | 0.7% | - |
| XYZ | 23.26 | 11.7 | 24.7 | - |
| YUV | 77.36 | 161.66 | 200.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 14 | 137 | 0 | 0.92 | 0.23 | 0.30 | 315.27 | 0.85 | 0.38 |
| Hex | B3 | E | 89 | 0 | 5C | 17 | 1E | 13B | 55 | 26 |
| Octal | 263 | 16 | 211 | 0 | 134 | 27 | 36 | 473 | 125 | 46 |
| Binary | 10110011 | 1110 | 10001001 | 0 | 1011100 | 10111 | 11110 | 100111011 | 1010101 | 100110 |
Color Harmonies of #B30E89
Complementary color
Monochromatic Colors of #B30E89
Black with #B30E89
Text Example
Text Example
White with #B30E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30E89; }
p { color: rgb(179,14,137); }
H1.HeaderClassName
{
color: #B30E89;
}
.AnyTagClassName
{
color: #B30E89;
}
</style>
background-color css
<style>
a { background-color: #B30E89; }
a { background-color: rgb(179,14,137); }
div.DivClassName
{
background-color: #B30E89;
}
.BgClassName
{
background-color: #B30E89;
}
</style>
border-color css
<style>
span { border-color: #B30E89; }
span { border-color: rgb(179,14,137); }
td.TdClassName
{
border-color: #B30E89;
}
.TagClassName
{
border-color: #B30E89;
}
</style>