Shades of Medium Violet Red #BE18A5
Tints of Medium Violet Red #BE18A5
RGB
CMYK
RGB Variations
Color information
#BE18A5 (or 0xBE18A5) is known color: Medium Violet Red. HEX triplet: BE, 18 and A5. RGB value is (190,24,165). Sum of RGB (Red+Green+Blue) = 190+24+165=379 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.13% from 379); Green value is 24 (9.77% from 255 or 6.33% from 379); Blue value is 165 (64.84% from 255 or 43.54% from 379); Max value from RGB is 190 - color contains mainly: red. Hex color #BE18A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE18A5 is #41E75A. Grayscale: #595959. Windows color (decimal): -4319067 or 10819774. OLE color: 10819774.
HSL color Cylindrical-coordinate representation of color #BE18A5: hue angle of 309.04º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BE18A5 is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 24 | 165 | - |
| CMYK | 0 | 0.87 | 0.13 | 0.25 |
| HSL | 309.04º | 0.78% | 0.42% | - |
| HSV(B) | 309.04º | 0.87% | 0.75% | - |
| XYZ | 28.35 | 14.32 | 36.87 | - |
| YUV | 89.71 | 170.5 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 24 | 165 | 0 | 0.87 | 0.13 | 0.25 | 309.04 | 0.78 | 0.42 |
| Hex | BE | 18 | A5 | 0 | 57 | D | 19 | 135 | 4E | 2A |
| Octal | 276 | 30 | 245 | 0 | 127 | 15 | 31 | 465 | 116 | 52 |
| Binary | 10111110 | 11000 | 10100101 | 0 | 1010111 | 1101 | 11001 | 100110101 | 1001110 | 101010 |
Color Harmonies of #BE18A5
Complementary color
Monochromatic Colors of #BE18A5
Black with #BE18A5
Text Example
Text Example
White with #BE18A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE18A5; }
p { color: rgb(190,24,165); }
H1.HeaderClassName
{
color: #BE18A5;
}
.AnyTagClassName
{
color: #BE18A5;
}
</style>
background-color css
<style>
a { background-color: #BE18A5; }
a { background-color: rgb(190,24,165); }
div.DivClassName
{
background-color: #BE18A5;
}
.BgClassName
{
background-color: #BE18A5;
}
</style>
border-color css
<style>
span { border-color: #BE18A5; }
span { border-color: rgb(190,24,165); }
td.TdClassName
{
border-color: #BE18A5;
}
.TagClassName
{
border-color: #BE18A5;
}
</style>