Shades of Medium Orchid #BE66D1
Tints of Medium Orchid #BE66D1
RGB
CMYK
RGB Variations
Color information
#BE66D1 (or 0xBE66D1) is known color: Medium Orchid. HEX triplet: BE, 66 and D1. RGB value is (190,102,209). Sum of RGB (Red+Green+Blue) = 190+102+209=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 102 (40.23% from 255 or 20.36% from 501); Blue value is 209 (82.03% from 255 or 41.72% from 501); Max value from RGB is 209 - color contains mainly: blue. Hex color #BE66D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE66D1 is #41992E. Grayscale: #8C8C8C. Windows color (decimal): -4299055 or 13723326. OLE color: 13723326.
HSL color Cylindrical-coordinate representation of color #BE66D1: hue angle of 289.35º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BE66D1 is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 102 | 209 | - |
| CMYK | 0.09 | 0.51 | 0 | 0.18 |
| HSL | 289.35º | 0.54% | 0.61% | - |
| HSV(B) | 289.35º | 0.51% | 0.82% | - |
| XYZ | 37.5 | 25.05 | 63.18 | - |
| YUV | 140.51 | 166.65 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 102 | 209 | 0.09 | 0.51 | 0 | 0.18 | 289.35 | 0.54 | 0.61 |
| Hex | BE | 66 | D1 | 9 | 33 | 0 | 12 | 121 | 36 | 3D |
| Octal | 276 | 146 | 321 | 11 | 63 | 0 | 22 | 441 | 66 | 75 |
| Binary | 10111110 | 1100110 | 11010001 | 1001 | 110011 | 0 | 10010 | 100100001 | 110110 | 111101 |
Color Harmonies of #BE66D1
Complementary color
Monochromatic Colors of #BE66D1
Black with #BE66D1
Text Example
Text Example
White with #BE66D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE66D1; }
p { color: rgb(190,102,209); }
H1.HeaderClassName
{
color: #BE66D1;
}
.AnyTagClassName
{
color: #BE66D1;
}
</style>
background-color css
<style>
a { background-color: #BE66D1; }
a { background-color: rgb(190,102,209); }
div.DivClassName
{
background-color: #BE66D1;
}
.BgClassName
{
background-color: #BE66D1;
}
</style>
border-color css
<style>
span { border-color: #BE66D1; }
span { border-color: rgb(190,102,209); }
td.TdClassName
{
border-color: #BE66D1;
}
.TagClassName
{
border-color: #BE66D1;
}
</style>