#BC6CE7

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

Shades of Medium Orchid #BC6CE7

Tints of Medium Orchid #BC6CE7

Color information

#BC6CE7 (or 0xBC6CE7) is unknown color: approx Medium Orchid. HEX triplet: BC, 6C and E7. RGB value is (188,108,231). Sum of RGB (Red+Green+Blue) = 188+108+231=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 108 (42.58% from 255 or 20.49% from 527); Blue value is 231 (90.62% from 255 or 43.83% from 527); Max value from RGB is 231 - color contains mainly: blue. Hex color #BC6CE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC6CE7 is #439318. Grayscale: #919191. Windows color (decimal): -4428569 or 15166652. OLE color: 15166652.

HSL color Cylindrical-coordinate representation of color #BC6CE7: hue angle of 279.02º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC6CE7 is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB188108231-
CMYK0.190.5300.09
HSL279.02º71.93%66.47%-
HSV(B)279.02º53.25%90.59%-
XYZ40.5327.1978.71-
YUV145.94176158-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.67%
GREEN value IS 108 (42.58% from 255) = 20.49%
BLUE value IS 231 (90.62% from 255) = 43.83%
R=35.67%
G=20.49%
B=43.83%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1881082310.190.5300.09279.0271.9366.47
HexBC6CE71335091174842
Octal2741543472365011427110102
Binary10111100110110011100111100111101010100110001011110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6CE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6CE7; }

 p { color: rgb(188,108,231); }

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

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

 a { background-color: rgb(188,108,231); }

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

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

 span { border-color: rgb(188,108,231); }

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