#bc68dc

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

Shades of Medium Orchid #BC68DC

Tints of Medium Orchid #BC68DC

Color information

#BC68DC (or 0xBC68DC) is unknown color: approx Medium Orchid. HEX triplet: BC, 68 and DC. RGB value is (188,104,220). Sum of RGB (Red+Green+Blue) = 188+104+220=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 104 (41.02% from 255 or 20.31% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC68DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC68DC is #439723. Grayscale: #8D8D8D. Windows color (decimal): -4429604 or 14444732. OLE color: 14444732.

HSL color Cylindrical-coordinate representation of color #BC68DC: hue angle of 283.45º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC68DC is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB188104220-
CMYK0.150.5300.14
HSL283.45º62.37%63.53%-
HSV(B)283.45º52.73%86.27%-
XYZ38.6125.7670.65-
YUV142.34171.83160.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.72%
GREEN value IS 104 (41.02% from 255) = 20.31%
BLUE value IS 220 (86.33% from 255) = 42.97%
R=36.72%
G=20.31%
B=42.97%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1881042200.150.5300.14283.4562.3763.53
HexBC68DCF350E11b3e40
Octal274150334176501643376100
Binary101111001101000110111001111110101011101000110111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc68dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc68dc; }

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

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

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

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

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

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

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

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