Shades of Medium Orchid #BE65E2
Tints of Medium Orchid #BE65E2
RGB
CMYK
RGB Variations
Color information
#BE65E2 (or 0xBE65E2) is known color: Medium Orchid. HEX triplet: BE, 65 and E2. RGB value is (190,101,226). Sum of RGB (Red+Green+Blue) = 190+101+226=517 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.75% from 517); Green value is 101 (39.84% from 255 or 19.54% from 517); Blue value is 226 (88.67% from 255 or 43.71% from 517); Max value from RGB is 226 - color contains mainly: blue. Hex color #BE65E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE65E2 is #419A1D. Grayscale: #8D8D8D. Windows color (decimal): -4299294 or 14837182. OLE color: 14837182.
HSL color Cylindrical-coordinate representation of color #BE65E2: hue angle of 282.72º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BE65E2 is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 101 | 226 | - |
| CMYK | 0.16 | 0.55 | 0 | 0.11 |
| HSL | 282.72º | 0.68% | 0.64% | - |
| HSV(B) | 282.72º | 0.55% | 0.89% | - |
| XYZ | 39.62 | 25.75 | 74.83 | - |
| YUV | 141.86 | 175.49 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 101 | 226 | 0.16 | 0.55 | 0 | 0.11 | 282.72 | 0.68 | 0.64 |
| Hex | BE | 65 | E2 | 10 | 37 | 0 | B | 11B | 44 | 40 |
| Octal | 276 | 145 | 342 | 20 | 67 | 0 | 13 | 433 | 104 | 100 |
| Binary | 10111110 | 1100101 | 11100010 | 10000 | 110111 | 0 | 1011 | 100011011 | 1000100 | 1000000 |
Color Harmonies of #BE65E2
Complementary color
Monochromatic Colors of #BE65E2
Black with #BE65E2
Text Example
Text Example
White with #BE65E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE65E2; }
p { color: rgb(190,101,226); }
H1.HeaderClassName
{
color: #BE65E2;
}
.AnyTagClassName
{
color: #BE65E2;
}
</style>
background-color css
<style>
a { background-color: #BE65E2; }
a { background-color: rgb(190,101,226); }
div.DivClassName
{
background-color: #BE65E2;
}
.BgClassName
{
background-color: #BE65E2;
}
</style>
border-color css
<style>
span { border-color: #BE65E2; }
span { border-color: rgb(190,101,226); }
td.TdClassName
{
border-color: #BE65E2;
}
.TagClassName
{
border-color: #BE65E2;
}
</style>