#BC77DE

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

Shades of Medium Orchid #BC77DE

Tints of Medium Orchid #BC77DE

Color information

#BC77DE (or 0xBC77DE) is unknown color: approx Medium Orchid. HEX triplet: BC, 77 and DE. RGB value is (188,119,222). Sum of RGB (Red+Green+Blue) = 188+119+222=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 119 (46.88% from 255 or 22.50% from 529); Blue value is 222 (87.11% from 255 or 41.97% from 529); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC77DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC77DE is #438821. Grayscale: #979797. Windows color (decimal): -4425762 or 14579644. OLE color: 14579644.

HSL color Cylindrical-coordinate representation of color #BC77DE: hue angle of 280.19º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC77DE is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB188119222-
CMYK0.150.4600.13
HSL280.19º60.95%66.86%-
HSV(B)280.19º46.4%87.06%-
XYZ40.5229.1672.6-
YUV151.37167.86154.12-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.54%
GREEN value IS 119 (46.88% from 255) = 22.50%
BLUE value IS 222 (87.11% from 255) = 41.97%
R=35.54%
G=22.50%
B=41.97%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1881192220.150.4600.13280.1960.9566.86
HexBC77DEF2E0D1183d43
Octal274167336175601543075103
Binary101111001110111110111101111101110011011000110001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC77DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC77DE; }

 p { color: rgb(188,119,222); }

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

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

 a { background-color: rgb(188,119,222); }

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

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

 span { border-color: rgb(188,119,222); }

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