Shades of Medium Orchid #BC66D8
Tints of Medium Orchid #BC66D8
RGB
CMYK
RGB Variations
Color information
#BC66D8 (or 0xBC66D8) is known color: Medium Orchid. HEX triplet: BC, 66 and D8. RGB value is (188,102,216). Sum of RGB (Red+Green+Blue) = 188+102+216=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 102 (40.23% from 255 or 20.16% from 506); Blue value is 216 (84.77% from 255 or 42.69% from 506); Max value from RGB is 216 - color contains mainly: blue. Hex color #BC66D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC66D8 is #439927. Grayscale: #8C8C8C. Windows color (decimal): -4430120 or 14182076. OLE color: 14182076.
HSL color Cylindrical-coordinate representation of color #BC66D8: hue angle of 285.26º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC66D8 is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 102 | 216 | - |
| CMYK | 0.13 | 0.53 | 0 | 0.15 |
| HSL | 285.26º | 0.59% | 0.62% | - |
| HSV(B) | 285.26º | 0.53% | 0.85% | - |
| XYZ | 37.89 | 25.15 | 67.82 | - |
| YUV | 140.71 | 170.49 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 102 | 216 | 0.13 | 0.53 | 0 | 0.15 | 285.26 | 0.59 | 0.62 |
| Hex | BC | 66 | D8 | D | 35 | 0 | F | 11D | 3B | 3E |
| Octal | 274 | 146 | 330 | 15 | 65 | 0 | 17 | 435 | 73 | 76 |
| Binary | 10111100 | 1100110 | 11011000 | 1101 | 110101 | 0 | 1111 | 100011101 | 111011 | 111110 |
Color Harmonies of #BC66D8
Complementary color
Monochromatic Colors of #BC66D8
Black with #BC66D8
Text Example
Text Example
White with #BC66D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC66D8; }
p { color: rgb(188,102,216); }
H1.HeaderClassName
{
color: #BC66D8;
}
.AnyTagClassName
{
color: #BC66D8;
}
</style>
background-color css
<style>
a { background-color: #BC66D8; }
a { background-color: rgb(188,102,216); }
div.DivClassName
{
background-color: #BC66D8;
}
.BgClassName
{
background-color: #BC66D8;
}
</style>
border-color css
<style>
span { border-color: #BC66D8; }
span { border-color: rgb(188,102,216); }
td.TdClassName
{
border-color: #BC66D8;
}
.TagClassName
{
border-color: #BC66D8;
}
</style>