Shades of Medium Orchid #BE66DF
Tints of Medium Orchid #BE66DF
RGB
CMYK
RGB Variations
Color information
#BE66DF (or 0xBE66DF) is known color: Medium Orchid. HEX triplet: BE, 66 and DF. RGB value is (190,102,223). Sum of RGB (Red+Green+Blue) = 190+102+223=515 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.89% from 515); Green value is 102 (40.23% from 255 or 19.81% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE66DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE66DF is #419920. Grayscale: #8D8D8D. Windows color (decimal): -4299041 or 14640830. OLE color: 14640830.
HSL color Cylindrical-coordinate representation of color #BE66DF: hue angle of 283.64º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BE66DF is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 102 | 223 | - |
| CMYK | 0.15 | 0.54 | 0 | 0.13 |
| HSL | 283.64º | 0.65% | 0.64% | - |
| HSV(B) | 283.64º | 0.54% | 0.87% | - |
| XYZ | 39.31 | 25.78 | 72.72 | - |
| YUV | 142.11 | 173.65 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 102 | 223 | 0.15 | 0.54 | 0 | 0.13 | 283.64 | 0.65 | 0.64 |
| Hex | BE | 66 | DF | F | 36 | 0 | D | 11C | 41 | 40 |
| Octal | 276 | 146 | 337 | 17 | 66 | 0 | 15 | 434 | 101 | 100 |
| Binary | 10111110 | 1100110 | 11011111 | 1111 | 110110 | 0 | 1101 | 100011100 | 1000001 | 1000000 |
Color Harmonies of #BE66DF
Complementary color
Monochromatic Colors of #BE66DF
Black with #BE66DF
Text Example
Text Example
White with #BE66DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE66DF; }
p { color: rgb(190,102,223); }
H1.HeaderClassName
{
color: #BE66DF;
}
.AnyTagClassName
{
color: #BE66DF;
}
</style>
background-color css
<style>
a { background-color: #BE66DF; }
a { background-color: rgb(190,102,223); }
div.DivClassName
{
background-color: #BE66DF;
}
.BgClassName
{
background-color: #BE66DF;
}
</style>
border-color css
<style>
span { border-color: #BE66DF; }
span { border-color: rgb(190,102,223); }
td.TdClassName
{
border-color: #BE66DF;
}
.TagClassName
{
border-color: #BE66DF;
}
</style>