Shades of Medium Orchid #BE4AF0
Tints of Medium Orchid #BE4AF0
RGB
CMYK
RGB Variations
Color information
#BE4AF0 (or 0xBE4AF0) is known color: Medium Orchid. HEX triplet: BE, 4A and F0. RGB value is (190,74,240). Sum of RGB (Red+Green+Blue) = 190+74+240=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 74 (29.30% from 255 or 14.68% from 504); Blue value is 240 (94.14% from 255 or 47.62% from 504); Max value from RGB is 240 - color contains mainly: blue. Hex color #BE4AF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE4AF0 is #41B50F. Grayscale: #7F7F7F. Windows color (decimal): -4306192 or 15747774. OLE color: 15747774.
HSL color Cylindrical-coordinate representation of color #BE4AF0: hue angle of 281.93º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BE4AF0 is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 74 | 240 | - |
| CMYK | 0.21 | 0.69 | 0 | 0.06 |
| HSL | 281.93º | 0.85% | 0.62% | - |
| HSV(B) | 281.93º | 0.69% | 0.94% | - |
| XYZ | 39.41 | 22.14 | 84.63 | - |
| YUV | 127.61 | 191.43 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 74 | 240 | 0.21 | 0.69 | 0 | 0.06 | 281.93 | 0.85 | 0.62 |
| Hex | BE | 4A | F0 | 15 | 45 | 0 | 6 | 11A | 55 | 3E |
| Octal | 276 | 112 | 360 | 25 | 105 | 0 | 6 | 432 | 125 | 76 |
| Binary | 10111110 | 1001010 | 11110000 | 10101 | 1000101 | 0 | 110 | 100011010 | 1010101 | 111110 |
Color Harmonies of #BE4AF0
Complementary color
Monochromatic Colors of #BE4AF0
Black with #BE4AF0
Text Example
Text Example
White with #BE4AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4AF0; }
p { color: rgb(190,74,240); }
H1.HeaderClassName
{
color: #BE4AF0;
}
.AnyTagClassName
{
color: #BE4AF0;
}
</style>
background-color css
<style>
a { background-color: #BE4AF0; }
a { background-color: rgb(190,74,240); }
div.DivClassName
{
background-color: #BE4AF0;
}
.BgClassName
{
background-color: #BE4AF0;
}
</style>
border-color css
<style>
span { border-color: #BE4AF0; }
span { border-color: rgb(190,74,240); }
td.TdClassName
{
border-color: #BE4AF0;
}
.TagClassName
{
border-color: #BE4AF0;
}
</style>