Shades of Medium Orchid #BE66DD
Tints of Medium Orchid #BE66DD
RGB
CMYK
RGB Variations
Color information
#BE66DD (or 0xBE66DD) is known color: Medium Orchid. HEX triplet: BE, 66 and DD. RGB value is (190,102,221). Sum of RGB (Red+Green+Blue) = 190+102+221=513 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.04% from 513); Green value is 102 (40.23% from 255 or 19.88% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE66DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE66DD is #419922. Grayscale: #8D8D8D. Windows color (decimal): -4299043 or 14509758. OLE color: 14509758.
HSL color Cylindrical-coordinate representation of color #BE66DD: hue angle of 284.37º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BE66DD is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 102 | 221 | - |
| CMYK | 0.14 | 0.54 | 0 | 0.13 |
| HSL | 284.37º | 0.64% | 0.63% | - |
| HSV(B) | 284.37º | 0.54% | 0.87% | - |
| XYZ | 39.04 | 25.67 | 71.3 | - |
| YUV | 141.88 | 172.65 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 102 | 221 | 0.14 | 0.54 | 0 | 0.13 | 284.37 | 0.64 | 0.63 |
| Hex | BE | 66 | DD | E | 36 | 0 | D | 11C | 40 | 3F |
| Octal | 276 | 146 | 335 | 16 | 66 | 0 | 15 | 434 | 100 | 77 |
| Binary | 10111110 | 1100110 | 11011101 | 1110 | 110110 | 0 | 1101 | 100011100 | 1000000 | 111111 |
Color Harmonies of #BE66DD
Complementary color
Monochromatic Colors of #BE66DD
Black with #BE66DD
Text Example
Text Example
White with #BE66DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE66DD; }
p { color: rgb(190,102,221); }
H1.HeaderClassName
{
color: #BE66DD;
}
.AnyTagClassName
{
color: #BE66DD;
}
</style>
background-color css
<style>
a { background-color: #BE66DD; }
a { background-color: rgb(190,102,221); }
div.DivClassName
{
background-color: #BE66DD;
}
.BgClassName
{
background-color: #BE66DD;
}
</style>
border-color css
<style>
span { border-color: #BE66DD; }
span { border-color: rgb(190,102,221); }
td.TdClassName
{
border-color: #BE66DD;
}
.TagClassName
{
border-color: #BE66DD;
}
</style>