Shades of Medium Orchid #BE66EE
Tints of Medium Orchid #BE66EE
RGB
CMYK
RGB Variations
Color information
#BE66EE (or 0xBE66EE) is known color: Medium Orchid. HEX triplet: BE, 66 and EE. RGB value is (190,102,238). Sum of RGB (Red+Green+Blue) = 190+102+238=530 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.85% from 530); Green value is 102 (40.23% from 255 or 19.25% from 530); Blue value is 238 (93.36% from 255 or 44.91% from 530); Max value from RGB is 238 - color contains mainly: blue. Hex color #BE66EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE66EE is #419911. Grayscale: #8F8F8F. Windows color (decimal): -4299026 or 15623870. OLE color: 15623870.
HSL color Cylindrical-coordinate representation of color #BE66EE: hue angle of 278.82º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BE66EE is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 102 | 238 | - |
| CMYK | 0.20 | 0.57 | 0 | 0.07 |
| HSL | 278.82º | 0.8% | 0.67% | - |
| HSV(B) | 278.82º | 0.57% | 0.93% | - |
| XYZ | 41.42 | 26.62 | 83.84 | - |
| YUV | 143.82 | 181.15 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 102 | 238 | 0.20 | 0.57 | 0 | 0.07 | 278.82 | 0.8 | 0.67 |
| Hex | BE | 66 | EE | 14 | 39 | 0 | 7 | 117 | 50 | 43 |
| Octal | 276 | 146 | 356 | 24 | 71 | 0 | 7 | 427 | 120 | 103 |
| Binary | 10111110 | 1100110 | 11101110 | 10100 | 111001 | 0 | 111 | 100010111 | 1010000 | 1000011 |
Color Harmonies of #BE66EE
Complementary color
Monochromatic Colors of #BE66EE
Black with #BE66EE
Text Example
Text Example
White with #BE66EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE66EE; }
p { color: rgb(190,102,238); }
H1.HeaderClassName
{
color: #BE66EE;
}
.AnyTagClassName
{
color: #BE66EE;
}
</style>
background-color css
<style>
a { background-color: #BE66EE; }
a { background-color: rgb(190,102,238); }
div.DivClassName
{
background-color: #BE66EE;
}
.BgClassName
{
background-color: #BE66EE;
}
</style>
border-color css
<style>
span { border-color: #BE66EE; }
span { border-color: rgb(190,102,238); }
td.TdClassName
{
border-color: #BE66EE;
}
.TagClassName
{
border-color: #BE66EE;
}
</style>