#BC68CE

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

Shades of Medium Orchid #BC68CE

Tints of Medium Orchid #BC68CE

Color information

#BC68CE (or 0xBC68CE) is unknown color: approx Medium Orchid. HEX triplet: BC, 68 and CE. RGB value is (188,104,206). Sum of RGB (Red+Green+Blue) = 188+104+206=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 104 (41.02% from 255 or 20.88% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC68CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC68CE is #439731. Grayscale: #8C8C8C. Windows color (decimal): -4429618 or 13527228. OLE color: 13527228.

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

Color convert

RGB188104206-
CMYK0.090.5000.19
HSL289.41º51%60.78%-
HSV(B)289.41º49.51%80.78%-
XYZ36.8325.0561.29-
YUV140.74164.83161.71-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.75%
GREEN value IS 104 (41.02% from 255) = 20.88%
BLUE value IS 206 (80.86% from 255) = 41.37%
R=37.75%
G=20.88%
B=41.37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1881042060.090.5000.19289.415160.78
HexBC68CE932013121333d
Octal27415031611620234416375
Binary101111001101000110011101001110010010011100100001110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC68CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC68CE; }

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

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

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

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

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

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

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

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