Shades of Medium Orchid #BC66F0
Tints of Medium Orchid #BC66F0
RGB
CMYK
RGB Variations
Color information
#BC66F0 (or 0xBC66F0) is known color: Medium Orchid. HEX triplet: BC, 66 and F0. RGB value is (188,102,240). Sum of RGB (Red+Green+Blue) = 188+102+240=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 102 (40.23% from 255 or 19.25% from 530); Blue value is 240 (94.14% from 255 or 45.28% from 530); Max value from RGB is 240 - color contains mainly: blue. Hex color #BC66F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC66F0 is #43990F. Grayscale: #8E8E8E. Windows color (decimal): -4430096 or 15754940. OLE color: 15754940.
HSL color Cylindrical-coordinate representation of color #BC66F0: hue angle of 277.39º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC66F0 is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 102 | 240 | - |
| CMYK | 0.22 | 0.58 | 0 | 0.06 |
| HSL | 277.39º | 0.82% | 0.67% | - |
| HSV(B) | 277.39º | 0.58% | 0.94% | - |
| XYZ | 41.22 | 26.49 | 85.38 | - |
| YUV | 143.45 | 182.49 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 102 | 240 | 0.22 | 0.58 | 0 | 0.06 | 277.39 | 0.82 | 0.67 |
| Hex | BC | 66 | F0 | 16 | 3A | 0 | 6 | 115 | 52 | 43 |
| Octal | 274 | 146 | 360 | 26 | 72 | 0 | 6 | 425 | 122 | 103 |
| Binary | 10111100 | 1100110 | 11110000 | 10110 | 111010 | 0 | 110 | 100010101 | 1010010 | 1000011 |
Color Harmonies of #BC66F0
Complementary color
Monochromatic Colors of #BC66F0
Black with #BC66F0
Text Example
Text Example
White with #BC66F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC66F0; }
p { color: rgb(188,102,240); }
H1.HeaderClassName
{
color: #BC66F0;
}
.AnyTagClassName
{
color: #BC66F0;
}
</style>
background-color css
<style>
a { background-color: #BC66F0; }
a { background-color: rgb(188,102,240); }
div.DivClassName
{
background-color: #BC66F0;
}
.BgClassName
{
background-color: #BC66F0;
}
</style>
border-color css
<style>
span { border-color: #BC66F0; }
span { border-color: rgb(188,102,240); }
td.TdClassName
{
border-color: #BC66F0;
}
.TagClassName
{
border-color: #BC66F0;
}
</style>