#BC6CEE

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

Shades of Medium Orchid #BC6CEE

Tints of Medium Orchid #BC6CEE

Color information

#BC6CEE (or 0xBC6CEE) is unknown color: approx Medium Orchid. HEX triplet: BC, 6C and EE. RGB value is (188,108,238). Sum of RGB (Red+Green+Blue) = 188+108+238=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 108 (42.58% from 255 or 20.22% from 534); Blue value is 238 (93.36% from 255 or 44.57% from 534); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC6CEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC6CEE is #439311. Grayscale: #929292. Windows color (decimal): -4428562 or 15625404. OLE color: 15625404.

HSL color Cylindrical-coordinate representation of color #BC6CEE: hue angle of 276.92º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC6CEE is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB188108238-
CMYK0.210.5500.07
HSL276.92º79.27%67.84%-
HSV(B)276.92º54.62%93.33%-
XYZ41.5327.5984.03-
YUV146.74179.5157.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.21%
GREEN value IS 108 (42.58% from 255) = 20.22%
BLUE value IS 238 (93.36% from 255) = 44.57%
R=35.21%
G=20.22%
B=44.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1881082380.210.5500.07276.9279.2767.84
HexBC6CEE1537071154f44
Octal274154356256707425117104
Binary1011110011011001110111010101110111011110001010110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6CEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6CEE; }

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

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

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

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

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

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

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

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