#BC63CE

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

Shades of Medium Orchid #BC63CE

Tints of Medium Orchid #BC63CE

Color information

#BC63CE (or 0xBC63CE) is unknown color: approx Medium Orchid. HEX triplet: BC, 63 and CE. RGB value is (188,99,206). Sum of RGB (Red+Green+Blue) = 188+99+206=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 99 (39.06% from 255 or 20.08% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC63CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC63CE is #439C31. Grayscale: #898989. Windows color (decimal): -4430898 or 13525948. OLE color: 13525948.

HSL color Cylindrical-coordinate representation of color #BC63CE: hue angle of 289.91º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC63CE is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB18899206-
CMYK0.090.5200.19
HSL289.91º52.2%59.8%-
HSV(B)289.91º51.94%80.78%-
XYZ36.3424.0761.12-
YUV137.81166.49163.8-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.13%
GREEN value IS 99 (39.06% from 255) = 20.08%
BLUE value IS 206 (80.86% from 255) = 41.78%
R=38.13%
G=20.08%
B=41.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal188992060.090.5200.19289.9152.259.8
HexBC63CE934013122343c
Octal27414331611640234426474
Binary101111001100011110011101001110100010011100100010110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC63CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC63CE; }

 p { color: rgb(188,99,206); }

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

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

 a { background-color: rgb(188,99,206); }

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

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

 span { border-color: rgb(188,99,206); }

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