Shades of Medium Orchid #BC68EA
Tints of Medium Orchid #BC68EA
RGB
CMYK
RGB Variations
Color information
#BC68EA (or 0xBC68EA) is known color: Medium Orchid. HEX triplet: BC, 68 and EA. RGB value is (188,104,234). Sum of RGB (Red+Green+Blue) = 188+104+234=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 104 (41.02% from 255 or 19.77% from 526); Blue value is 234 (91.80% from 255 or 44.49% from 526); Max value from RGB is 234 - color contains mainly: blue. Hex color #BC68EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC68EA is #439715. Grayscale: #8F8F8F. Windows color (decimal): -4429590 or 15362236. OLE color: 15362236.
HSL color Cylindrical-coordinate representation of color #BC68EA: hue angle of 278.77º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC68EA is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 104 | 234 | - |
| CMYK | 0.20 | 0.56 | 0 | 0.08 |
| HSL | 278.77º | 0.76% | 0.66% | - |
| HSV(B) | 278.77º | 0.56% | 0.92% | - |
| XYZ | 40.54 | 26.53 | 80.83 | - |
| YUV | 143.94 | 178.83 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 104 | 234 | 0.20 | 0.56 | 0 | 0.08 | 278.77 | 0.76 | 0.66 |
| Hex | BC | 68 | EA | 14 | 38 | 0 | 8 | 117 | 4C | 42 |
| Octal | 274 | 150 | 352 | 24 | 70 | 0 | 10 | 427 | 114 | 102 |
| Binary | 10111100 | 1101000 | 11101010 | 10100 | 111000 | 0 | 1000 | 100010111 | 1001100 | 1000010 |
Color Harmonies of #BC68EA
Complementary color
Monochromatic Colors of #BC68EA
Black with #BC68EA
Text Example
Text Example
White with #BC68EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC68EA; }
p { color: rgb(188,104,234); }
H1.HeaderClassName
{
color: #BC68EA;
}
.AnyTagClassName
{
color: #BC68EA;
}
</style>
background-color css
<style>
a { background-color: #BC68EA; }
a { background-color: rgb(188,104,234); }
div.DivClassName
{
background-color: #BC68EA;
}
.BgClassName
{
background-color: #BC68EA;
}
</style>
border-color css
<style>
span { border-color: #BC68EA; }
span { border-color: rgb(188,104,234); }
td.TdClassName
{
border-color: #BC68EA;
}
.TagClassName
{
border-color: #BC68EA;
}
</style>