#BC6DDC

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

Shades of Medium Orchid #BC6DDC

Tints of Medium Orchid #BC6DDC

Color information

#BC6DDC (or 0xBC6DDC) is unknown color: approx Medium Orchid. HEX triplet: BC, 6D and DC. RGB value is (188,109,220). Sum of RGB (Red+Green+Blue) = 188+109+220=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 109 (42.97% from 255 or 21.08% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC6DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6DDC is #439223. Grayscale: #909090. Windows color (decimal): -4428324 or 14446012. OLE color: 14446012.

HSL color Cylindrical-coordinate representation of color #BC6DDC: hue angle of 282.7º 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 #BC6DDC is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB188109220-
CMYK0.150.5000.14
HSL282.7º61.33%64.51%-
HSV(B)282.7º50.45%86.27%-
XYZ39.1326.870.82-
YUV145.28170.17158.47-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.36%
GREEN value IS 109 (42.97% from 255) = 21.08%
BLUE value IS 220 (86.33% from 255) = 42.55%
R=36.36%
G=21.08%
B=42.55%

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
Decimal1881092200.150.5000.14282.761.3364.51
HexBC6DDCF320E11b3d41
Octal274155334176201643375101
Binary101111001101101110111001111110010011101000110111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6DDC; }

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

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

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

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

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

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

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

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