Shades of Medium Violet Red #BE188A
Tints of Medium Violet Red #BE188A
RGB
CMYK
RGB Variations
Color information
#BE188A (or 0xBE188A) is known color: Medium Violet Red. HEX triplet: BE, 18 and 8A. RGB value is (190,24,138). Sum of RGB (Red+Green+Blue) = 190+24+138=352 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.98% from 352); Green value is 24 (9.77% from 255 or 6.82% from 352); Blue value is 138 (54.30% from 255 or 39.20% from 352); Max value from RGB is 190 - color contains mainly: red. Hex color #BE188A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE188A is #41E775. Grayscale: #565656. Windows color (decimal): -4319094 or 9050302. OLE color: 9050302.
HSL color Cylindrical-coordinate representation of color #BE188A: hue angle of 318.8º 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 #BE188A is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 24 | 138 | - |
| CMYK | 0 | 0.87 | 0.27 | 0.25 |
| HSL | 318.8º | 0.78% | 0.42% | - |
| HSV(B) | 318.8º | 0.87% | 0.75% | - |
| XYZ | 26.15 | 13.44 | 25.26 | - |
| YUV | 86.63 | 157 | 201.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 24 | 138 | 0 | 0.87 | 0.27 | 0.25 | 318.8 | 0.78 | 0.42 |
| Hex | BE | 18 | 8A | 0 | 57 | 1B | 19 | 13F | 4E | 2A |
| Octal | 276 | 30 | 212 | 0 | 127 | 33 | 31 | 477 | 116 | 52 |
| Binary | 10111110 | 11000 | 10001010 | 0 | 1010111 | 11011 | 11001 | 100111111 | 1001110 | 101010 |
Color Harmonies of #BE188A
Complementary color
Monochromatic Colors of #BE188A
Black with #BE188A
Text Example
Text Example
White with #BE188A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE188A; }
p { color: rgb(190,24,138); }
H1.HeaderClassName
{
color: #BE188A;
}
.AnyTagClassName
{
color: #BE188A;
}
</style>
background-color css
<style>
a { background-color: #BE188A; }
a { background-color: rgb(190,24,138); }
div.DivClassName
{
background-color: #BE188A;
}
.BgClassName
{
background-color: #BE188A;
}
</style>
border-color css
<style>
span { border-color: #BE188A; }
span { border-color: rgb(190,24,138); }
td.TdClassName
{
border-color: #BE188A;
}
.TagClassName
{
border-color: #BE188A;
}
</style>