Shades of Medium Violet Red #BE17A6
Tints of Medium Violet Red #BE17A6
RGB
CMYK
RGB Variations
Color information
#BE17A6 (or 0xBE17A6) is known color: Medium Violet Red. HEX triplet: BE, 17 and A6. RGB value is (190,23,166). Sum of RGB (Red+Green+Blue) = 190+23+166=379 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.13% from 379); Green value is 23 (9.38% from 255 or 6.07% from 379); Blue value is 166 (65.23% from 255 or 43.80% from 379); Max value from RGB is 190 - color contains mainly: red. Hex color #BE17A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE17A6 is #41E859. Grayscale: #585858. Windows color (decimal): -4319322 or 10885054. OLE color: 10885054.
HSL color Cylindrical-coordinate representation of color #BE17A6: hue angle of 308.62º 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 #BE17A6 is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 23 | 166 | - |
| CMYK | 0 | 0.88 | 0.13 | 0.25 |
| HSL | 308.62º | 0.78% | 0.42% | - |
| HSV(B) | 308.62º | 0.88% | 0.75% | - |
| XYZ | 28.42 | 14.31 | 37.34 | - |
| YUV | 89.24 | 171.33 | 199.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 23 | 166 | 0 | 0.88 | 0.13 | 0.25 | 308.62 | 0.78 | 0.42 |
| Hex | BE | 17 | A6 | 0 | 58 | D | 19 | 135 | 4E | 2A |
| Octal | 276 | 27 | 246 | 0 | 130 | 15 | 31 | 465 | 116 | 52 |
| Binary | 10111110 | 10111 | 10100110 | 0 | 1011000 | 1101 | 11001 | 100110101 | 1001110 | 101010 |
Color Harmonies of #BE17A6
Complementary color
Monochromatic Colors of #BE17A6
Black with #BE17A6
Text Example
Text Example
White with #BE17A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE17A6; }
p { color: rgb(190,23,166); }
H1.HeaderClassName
{
color: #BE17A6;
}
.AnyTagClassName
{
color: #BE17A6;
}
</style>
background-color css
<style>
a { background-color: #BE17A6; }
a { background-color: rgb(190,23,166); }
div.DivClassName
{
background-color: #BE17A6;
}
.BgClassName
{
background-color: #BE17A6;
}
</style>
border-color css
<style>
span { border-color: #BE17A6; }
span { border-color: rgb(190,23,166); }
td.TdClassName
{
border-color: #BE17A6;
}
.TagClassName
{
border-color: #BE17A6;
}
</style>