Shades of Medium Orchid #BC66D0
Tints of Medium Orchid #BC66D0
RGB
CMYK
RGB Variations
Color information
#BC66D0 (or 0xBC66D0) is known color: Medium Orchid. HEX triplet: BC, 66 and D0. RGB value is (188,102,208). Sum of RGB (Red+Green+Blue) = 188+102+208=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 102 (40.23% from 255 or 20.48% from 498); Blue value is 208 (81.64% from 255 or 41.77% from 498); Max value from RGB is 208 - color contains mainly: blue. Hex color #BC66D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC66D0 is #43992F. Grayscale: #8B8B8B. Windows color (decimal): -4430128 or 13657788. OLE color: 13657788.
HSL color Cylindrical-coordinate representation of color #BC66D0: hue angle of 288.68º degrees, saturation: 0.53, 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 #BC66D0 is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 102 | 208 | - |
| CMYK | 0.10 | 0.51 | 0 | 0.18 |
| HSL | 288.68º | 0.53% | 0.61% | - |
| HSV(B) | 288.68º | 0.51% | 0.82% | - |
| XYZ | 36.88 | 24.75 | 62.51 | - |
| YUV | 139.8 | 166.49 | 162.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 102 | 208 | 0.10 | 0.51 | 0 | 0.18 | 288.68 | 0.53 | 0.61 |
| Hex | BC | 66 | D0 | A | 33 | 0 | 12 | 121 | 35 | 3D |
| Octal | 274 | 146 | 320 | 12 | 63 | 0 | 22 | 441 | 65 | 75 |
| Binary | 10111100 | 1100110 | 11010000 | 1010 | 110011 | 0 | 10010 | 100100001 | 110101 | 111101 |
Color Harmonies of #BC66D0
Complementary color
Monochromatic Colors of #BC66D0
Black with #BC66D0
Text Example
Text Example
White with #BC66D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC66D0; }
p { color: rgb(188,102,208); }
H1.HeaderClassName
{
color: #BC66D0;
}
.AnyTagClassName
{
color: #BC66D0;
}
</style>
background-color css
<style>
a { background-color: #BC66D0; }
a { background-color: rgb(188,102,208); }
div.DivClassName
{
background-color: #BC66D0;
}
.BgClassName
{
background-color: #BC66D0;
}
</style>
border-color css
<style>
span { border-color: #BC66D0; }
span { border-color: rgb(188,102,208); }
td.TdClassName
{
border-color: #BC66D0;
}
.TagClassName
{
border-color: #BC66D0;
}
</style>