#BC6FDC

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

Shades of Medium Orchid #BC6FDC

Tints of Medium Orchid #BC6FDC

Color information

#BC6FDC (or 0xBC6FDC) is unknown color: approx Medium Orchid. HEX triplet: BC, 6F and DC. RGB value is (188,111,220). Sum of RGB (Red+Green+Blue) = 188+111+220=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 111 (43.75% from 255 or 21.39% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC6FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6FDC is #439023. Grayscale: #929292. Windows color (decimal): -4427812 or 14446524. OLE color: 14446524.

HSL color Cylindrical-coordinate representation of color #BC6FDC: hue angle of 282.39º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC6FDC is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB188111220-
CMYK0.150.5000.14
HSL282.39º60.89%64.9%-
HSV(B)282.39º49.55%86.27%-
XYZ39.3427.2370.89-
YUV146.45169.51157.64-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.22%
GREEN value IS 111 (43.75% from 255) = 21.39%
BLUE value IS 220 (86.33% from 255) = 42.39%
R=36.22%
G=21.39%
B=42.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1881112200.150.5000.14282.3960.8964.9
HexBC6FDCF320E11a3d41
Octal274157334176201643275101
Binary101111001101111110111001111110010011101000110101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6FDC; }

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

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

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

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

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

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

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

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