#BC6FE1

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

Shades of Medium Orchid #BC6FE1

Tints of Medium Orchid #BC6FE1

Color information

#BC6FE1 (or 0xBC6FE1) is unknown color: approx Medium Orchid. HEX triplet: BC, 6F and E1. RGB value is (188,111,225). Sum of RGB (Red+Green+Blue) = 188+111+225=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 111 (43.75% from 255 or 21.18% from 524); Blue value is 225 (88.28% from 255 or 42.94% from 524); Max value from RGB is 225 - color contains mainly: blue. Hex color #BC6FE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6FE1 is #43901E. Grayscale: #929292. Windows color (decimal): -4427807 or 14774204. OLE color: 14774204.

HSL color Cylindrical-coordinate representation of color #BC6FE1: hue angle of 280.53º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC6FE1 is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB188111225-
CMYK0.160.5100.12
HSL280.53º65.52%65.88%-
HSV(B)280.53º50.67%88.24%-
XYZ40.0127.574.43-
YUV147.02172.01157.23-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.88%
GREEN value IS 111 (43.75% from 255) = 21.18%
BLUE value IS 225 (88.28% from 255) = 42.94%
R=35.88%
G=21.18%
B=42.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1881112250.160.5100.12280.5365.5265.88
HexBC6FE110330C1194242
Octal2741573412063014431102102
Binary10111100110111111100001100001100110110010001100110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6FE1; }

 p { color: rgb(188,111,225); }

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

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

 a { background-color: rgb(188,111,225); }

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

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

 span { border-color: rgb(188,111,225); }

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