#BC6EEF

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

Shades of Medium Orchid #BC6EEF

Tints of Medium Orchid #BC6EEF

Color information

#BC6EEF (or 0xBC6EEF) is unknown color: approx Medium Orchid. HEX triplet: BC, 6E and EF. RGB value is (188,110,239). Sum of RGB (Red+Green+Blue) = 188+110+239=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 110 (43.36% from 255 or 20.48% from 537); Blue value is 239 (93.75% from 255 or 44.51% from 537); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC6EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC6EEF is #439110. Grayscale: #939393. Windows color (decimal): -4428049 or 15691452. OLE color: 15691452.

HSL color Cylindrical-coordinate representation of color #BC6EEF: hue angle of 276.28º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BC6EEF is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB188110239-
CMYK0.210.5400.06
HSL276.28º80.12%68.43%-
HSV(B)276.28º53.97%93.73%-
XYZ41.8928.0884.87-
YUV148.03179.34156.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.01%
GREEN value IS 110 (43.36% from 255) = 20.48%
BLUE value IS 239 (93.75% from 255) = 44.51%
R=35.01%
G=20.48%
B=44.51%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1881102390.210.5400.06276.2880.1268.43
HexBC6EEF1536061145044
Octal274156357256606424120104
Binary1011110011011101110111110101110110011010001010010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6EEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6EEF; }

 p { color: rgb(188,110,239); }

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

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

 a { background-color: rgb(188,110,239); }

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

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

 span { border-color: rgb(188,110,239); }

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