#BC6CD0

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

Shades of Medium Orchid #BC6CD0

Tints of Medium Orchid #BC6CD0

Color information

#BC6CD0 (or 0xBC6CD0) is unknown color: approx Medium Orchid. HEX triplet: BC, 6C and D0. RGB value is (188,108,208). Sum of RGB (Red+Green+Blue) = 188+108+208=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 108 (42.58% from 255 or 21.43% from 504); Blue value is 208 (81.64% from 255 or 41.27% from 504); Max value from RGB is 208 - color contains mainly: blue. Hex color #BC6CD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6CD0 is #43932F. Grayscale: #8F8F8F. Windows color (decimal): -4428592 or 13659324. OLE color: 13659324.

HSL color Cylindrical-coordinate representation of color #BC6CD0: hue angle of 288º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC6CD0 is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB188108208-
CMYK0.100.4800.18
HSL288º51.55%61.96%-
HSV(B)288º48.08%81.57%-
XYZ37.4925.9762.71-
YUV143.32164.5159.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.30%
GREEN value IS 108 (42.58% from 255) = 21.43%
BLUE value IS 208 (81.64% from 255) = 41.27%
R=37.30%
G=21.43%
B=41.27%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1881082080.100.4800.1828851.5561.96
HexBC6CD0A30012120343e
Octal27415432012600224406476
Binary101111001101100110100001010110000010010100100000110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6CD0; }

 p { color: rgb(188,108,208); }

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

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

 a { background-color: rgb(188,108,208); }

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

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

 span { border-color: rgb(188,108,208); }

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