#BC76E3

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

Shades of Medium Orchid #BC76E3

Tints of Medium Orchid #BC76E3

Color information

#BC76E3 (or 0xBC76E3) is unknown color: approx Medium Orchid. HEX triplet: BC, 76 and E3. RGB value is (188,118,227). Sum of RGB (Red+Green+Blue) = 188+118+227=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 118 (46.48% from 255 or 22.14% from 533); Blue value is 227 (89.06% from 255 or 42.59% from 533); Max value from RGB is 227 - color contains mainly: blue. Hex color #BC76E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC76E3 is #43891C. Grayscale: #969696. Windows color (decimal): -4426013 or 14907068. OLE color: 14907068.

HSL color Cylindrical-coordinate representation of color #BC76E3: hue angle of 278.53º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC76E3 is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB188118227-
CMYK0.170.4800.11
HSL278.53º66.06%67.65%-
HSV(B)278.53º48.02%89.02%-
XYZ41.0829.1976.14-
YUV151.36170.69154.14-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.27%
GREEN value IS 118 (46.48% from 255) = 22.14%
BLUE value IS 227 (89.06% from 255) = 42.59%
R=35.27%
G=22.14%
B=42.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1881182270.170.4800.11278.5366.0667.65
HexBC76E311300B1174244
Octal2741663432160013427102104
Binary10111100111011011100011100011100000101110001011110000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC76E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC76E3; }

 p { color: rgb(188,118,227); }

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

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

 a { background-color: rgb(188,118,227); }

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

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

 span { border-color: rgb(188,118,227); }

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