Shades of Medium Orchid #BC66CC
Tints of Medium Orchid #BC66CC
RGB
CMYK
RGB Variations
Color information
#BC66CC (or 0xBC66CC) is known color: Medium Orchid. HEX triplet: BC, 66 and CC. RGB value is (188,102,204). Sum of RGB (Red+Green+Blue) = 188+102+204=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 102 (40.23% from 255 or 20.65% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC66CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC66CC is #439933. Grayscale: #8B8B8B. Windows color (decimal): -4430132 or 13395644. OLE color: 13395644.
HSL color Cylindrical-coordinate representation of color #BC66CC: hue angle of 290.59º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC66CC is Cyan = 0.08, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 102 | 204 | - |
| CMYK | 0.08 | 0.5 | 0 | 0.2 |
| HSL | 290.59º | 0.5% | 0.6% | - |
| HSV(B) | 290.59º | 0.5% | 0.8% | - |
| XYZ | 36.39 | 24.55 | 59.95 | - |
| YUV | 139.34 | 164.49 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 102 | 204 | 0.08 | 0.5 | 0 | 0.2 | 290.59 | 0.5 | 0.6 |
| Hex | BC | 66 | CC | 8 | 32 | 0 | 14 | 123 | 32 | 3C |
| Octal | 274 | 146 | 314 | 10 | 62 | 0 | 24 | 443 | 62 | 74 |
| Binary | 10111100 | 1100110 | 11001100 | 1000 | 110010 | 0 | 10100 | 100100011 | 110010 | 111100 |
Color Harmonies of #BC66CC
Complementary color
Monochromatic Colors of #BC66CC
Black with #BC66CC
Text Example
Text Example
White with #BC66CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC66CC; }
p { color: rgb(188,102,204); }
H1.HeaderClassName
{
color: #BC66CC;
}
.AnyTagClassName
{
color: #BC66CC;
}
</style>
background-color css
<style>
a { background-color: #BC66CC; }
a { background-color: rgb(188,102,204); }
div.DivClassName
{
background-color: #BC66CC;
}
.BgClassName
{
background-color: #BC66CC;
}
</style>
border-color css
<style>
span { border-color: #BC66CC; }
span { border-color: rgb(188,102,204); }
td.TdClassName
{
border-color: #BC66CC;
}
.TagClassName
{
border-color: #BC66CC;
}
</style>