Shades of Medium Orchid #BE55EF
Tints of Medium Orchid #BE55EF
RGB
CMYK
RGB Variations
Color information
#BE55EF (or 0xBE55EF) is known color: Medium Orchid. HEX triplet: BE, 55 and EF. RGB value is (190,85,239). Sum of RGB (Red+Green+Blue) = 190+85+239=514 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.96% from 514); Green value is 85 (33.59% from 255 or 16.54% from 514); Blue value is 239 (93.75% from 255 or 46.50% from 514); Max value from RGB is 239 - color contains mainly: blue. Hex color #BE55EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE55EF is #41AA10. Grayscale: #858585. Windows color (decimal): -4303377 or 15685054. OLE color: 15685054.
HSL color Cylindrical-coordinate representation of color #BE55EF: hue angle of 280.91º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BE55EF is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 85 | 239 | - |
| CMYK | 0.21 | 0.64 | 0 | 0.06 |
| HSL | 280.91º | 0.83% | 0.64% | - |
| HSV(B) | 280.91º | 0.64% | 0.94% | - |
| XYZ | 40.06 | 23.68 | 84.12 | - |
| YUV | 133.95 | 187.29 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 85 | 239 | 0.21 | 0.64 | 0 | 0.06 | 280.91 | 0.83 | 0.64 |
| Hex | BE | 55 | EF | 15 | 40 | 0 | 6 | 119 | 53 | 40 |
| Octal | 276 | 125 | 357 | 25 | 100 | 0 | 6 | 431 | 123 | 100 |
| Binary | 10111110 | 1010101 | 11101111 | 10101 | 1000000 | 0 | 110 | 100011001 | 1010011 | 1000000 |
Color Harmonies of #BE55EF
Complementary color
Monochromatic Colors of #BE55EF
Black with #BE55EF
Text Example
Text Example
White with #BE55EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE55EF; }
p { color: rgb(190,85,239); }
H1.HeaderClassName
{
color: #BE55EF;
}
.AnyTagClassName
{
color: #BE55EF;
}
</style>
background-color css
<style>
a { background-color: #BE55EF; }
a { background-color: rgb(190,85,239); }
div.DivClassName
{
background-color: #BE55EF;
}
.BgClassName
{
background-color: #BE55EF;
}
</style>
border-color css
<style>
span { border-color: #BE55EF; }
span { border-color: rgb(190,85,239); }
td.TdClassName
{
border-color: #BE55EF;
}
.TagClassName
{
border-color: #BE55EF;
}
</style>