Shades of Medium Orchid #BC66EE
Tints of Medium Orchid #BC66EE
RGB
CMYK
RGB Variations
Color information
#BC66EE (or 0xBC66EE) is known color: Medium Orchid. HEX triplet: BC, 66 and EE. RGB value is (188,102,238). Sum of RGB (Red+Green+Blue) = 188+102+238=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 102 (40.23% from 255 or 19.32% from 528); Blue value is 238 (93.36% from 255 or 45.08% from 528); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC66EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC66EE is #439911. Grayscale: #8E8E8E. Windows color (decimal): -4430098 or 15623868. OLE color: 15623868.
HSL color Cylindrical-coordinate representation of color #BC66EE: hue angle of 277.94º 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 #BC66EE is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 102 | 238 | - |
| CMYK | 0.21 | 0.57 | 0 | 0.07 |
| HSL | 277.94º | 0.8% | 0.67% | - |
| HSV(B) | 277.94º | 0.57% | 0.93% | - |
| XYZ | 40.92 | 26.37 | 83.82 | - |
| YUV | 143.22 | 181.49 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 102 | 238 | 0.21 | 0.57 | 0 | 0.07 | 277.94 | 0.8 | 0.67 |
| Hex | BC | 66 | EE | 15 | 39 | 0 | 7 | 116 | 50 | 43 |
| Octal | 274 | 146 | 356 | 25 | 71 | 0 | 7 | 426 | 120 | 103 |
| Binary | 10111100 | 1100110 | 11101110 | 10101 | 111001 | 0 | 111 | 100010110 | 1010000 | 1000011 |
Color Harmonies of #BC66EE
Complementary color
Monochromatic Colors of #BC66EE
Black with #BC66EE
Text Example
Text Example
White with #BC66EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC66EE; }
p { color: rgb(188,102,238); }
H1.HeaderClassName
{
color: #BC66EE;
}
.AnyTagClassName
{
color: #BC66EE;
}
</style>
background-color css
<style>
a { background-color: #BC66EE; }
a { background-color: rgb(188,102,238); }
div.DivClassName
{
background-color: #BC66EE;
}
.BgClassName
{
background-color: #BC66EE;
}
</style>
border-color css
<style>
span { border-color: #BC66EE; }
span { border-color: rgb(188,102,238); }
td.TdClassName
{
border-color: #BC66EE;
}
.TagClassName
{
border-color: #BC66EE;
}
</style>