#BC68EB

Color #BC68EB Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #BC68EB

Tints of Medium Orchid #BC68EB

Color information

#BC68EB (or 0xBC68EB) is unknown color: approx Medium Orchid. HEX triplet: BC, 68 and EB. RGB value is (188,104,235). Sum of RGB (Red+Green+Blue) = 188+104+235=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 104 (41.02% from 255 or 19.73% from 527); Blue value is 235 (92.19% from 255 or 44.59% from 527); Max value from RGB is 235 - color contains mainly: blue. Hex color #BC68EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC68EB is #439714. Grayscale: #8F8F8F. Windows color (decimal): -4429589 or 15427772. OLE color: 15427772.

HSL color Cylindrical-coordinate representation of color #BC68EB: hue angle of 278.47º degrees, saturation: 0.77, 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 #BC68EB is Cyan = 0.2, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB188104235-
CMYK0.20.5600.08
HSL278.47º76.61%66.47%-
HSV(B)278.47º55.74%92.16%-
XYZ40.6826.5981.59-
YUV144.05179.33159.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 35.67%
GREEN value IS 104 (41.02% from 255) = 19.73%
BLUE value IS 235 (92.19% from 255) = 44.59%
R=35.67%
G=19.73%
B=44.59%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1881042350.20.5600.08278.4776.6166.47
HexBC68EB1438081164d42
Octal2741503532470010426115102
Binary10111100110100011101011101001110000100010001011010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC68EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC68EB; }

 p { color: rgb(188,104,235); }

 H1.HeaderClassName
 {
   color: #BC68EB;
 }
 .AnyTagClassName
 {
   color: #BC68EB;
 }
</style>
background-color css

<style>
 a { background-color: #BC68EB; }

 a { background-color: rgb(188,104,235); }

 div.DivClassName
 {
   background-color: #BC68EB;
 }
 .BgClassName
 {
   background-color: #BC68EB;
 }
</style>
border-color css

<style>
 span { border-color: #BC68EB; }

 span { border-color: rgb(188,104,235); }

 td.TdClassName
 {
   border-color: #BC68EB;
 }
 .TagClassName
 {
   border-color: #BC68EB;
 }
</style>