Shades of Medium Violet Red #BE178C
Tints of Medium Violet Red #BE178C
RGB
CMYK
RGB Variations
Color information
#BE178C (or 0xBE178C) is known color: Medium Violet Red. HEX triplet: BE, 17 and 8C. RGB value is (190,23,140). Sum of RGB (Red+Green+Blue) = 190+23+140=353 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.82% from 353); Green value is 23 (9.38% from 255 or 6.52% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 190 - color contains mainly: red. Hex color #BE178C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE178C is #41E873. Grayscale: #555555. Windows color (decimal): -4319348 or 9181118. OLE color: 9181118.
HSL color Cylindrical-coordinate representation of color #BE178C: hue angle of 317.96º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BE178C is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 23 | 140 | - |
| CMYK | 0 | 0.88 | 0.26 | 0.25 |
| HSL | 317.96º | 0.78% | 0.42% | - |
| HSV(B) | 317.96º | 0.88% | 0.75% | - |
| XYZ | 26.28 | 13.45 | 26.02 | - |
| YUV | 86.27 | 158.33 | 201.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 23 | 140 | 0 | 0.88 | 0.26 | 0.25 | 317.96 | 0.78 | 0.42 |
| Hex | BE | 17 | 8C | 0 | 58 | 1A | 19 | 13E | 4E | 2A |
| Octal | 276 | 27 | 214 | 0 | 130 | 32 | 31 | 476 | 116 | 52 |
| Binary | 10111110 | 10111 | 10001100 | 0 | 1011000 | 11010 | 11001 | 100111110 | 1001110 | 101010 |
Color Harmonies of #BE178C
Complementary color
Monochromatic Colors of #BE178C
Black with #BE178C
Text Example
Text Example
White with #BE178C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE178C; }
p { color: rgb(190,23,140); }
H1.HeaderClassName
{
color: #BE178C;
}
.AnyTagClassName
{
color: #BE178C;
}
</style>
background-color css
<style>
a { background-color: #BE178C; }
a { background-color: rgb(190,23,140); }
div.DivClassName
{
background-color: #BE178C;
}
.BgClassName
{
background-color: #BE178C;
}
</style>
border-color css
<style>
span { border-color: #BE178C; }
span { border-color: rgb(190,23,140); }
td.TdClassName
{
border-color: #BE178C;
}
.TagClassName
{
border-color: #BE178C;
}
</style>