#BC68F0

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

Shades of Medium Orchid #BC68F0

Tints of Medium Orchid #BC68F0

Color information

#BC68F0 (or 0xBC68F0) is unknown color: approx Medium Orchid. HEX triplet: BC, 68 and F0. RGB value is (188,104,240). Sum of RGB (Red+Green+Blue) = 188+104+240=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 104 (41.02% from 255 or 19.55% from 532); Blue value is 240 (94.14% from 255 or 45.11% from 532); Max value from RGB is 240 - color contains mainly: blue. Hex color #BC68F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC68F0 is #43970F. Grayscale: #909090. Windows color (decimal): -4429584 or 15755452. OLE color: 15755452.

HSL color Cylindrical-coordinate representation of color #BC68F0: hue angle of 277.06º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC68F0 is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB188104240-
CMYK0.220.5700.06
HSL277.06º81.93%67.45%-
HSV(B)277.06º56.67%94.12%-
XYZ41.4226.8885.44-
YUV144.62181.83158.94-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.34%
GREEN value IS 104 (41.02% from 255) = 19.55%
BLUE value IS 240 (94.14% from 255) = 45.11%
R=35.34%
G=19.55%
B=45.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1881042400.220.5700.06277.0681.9367.45
HexBC68F01639061155243
Octal274150360267106425122103
Binary1011110011010001111000010110111001011010001010110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC68F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC68F0; }

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

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

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

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

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

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

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

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