#BC6BDD

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

Shades of Medium Orchid #BC6BDD

Tints of Medium Orchid #BC6BDD

Color information

#BC6BDD (or 0xBC6BDD) is unknown color: approx Medium Orchid. HEX triplet: BC, 6B and DD. RGB value is (188,107,221). Sum of RGB (Red+Green+Blue) = 188+107+221=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 107 (42.19% from 255 or 20.74% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC6BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6BDD is #439422. Grayscale: #8F8F8F. Windows color (decimal): -4428835 or 14511036. OLE color: 14511036.

HSL color Cylindrical-coordinate representation of color #BC6BDD: hue angle of 282.63º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC6BDD is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB188107221-
CMYK0.150.5200.13
HSL282.63º62.64%64.31%-
HSV(B)282.63º51.58%86.67%-
XYZ39.0526.4371.45-
YUV144.21171.34159.23-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.43%
GREEN value IS 107 (42.19% from 255) = 20.74%
BLUE value IS 221 (86.72% from 255) = 42.83%
R=36.43%
G=20.74%
B=42.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1881072210.150.5200.13282.6362.6464.31
HexBC6BDDF340D11b3f40
Octal274153335176401543377100
Binary101111001101011110111011111110100011011000110111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6BDD; }

 p { color: rgb(188,107,221); }

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

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

 a { background-color: rgb(188,107,221); }

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

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

 span { border-color: rgb(188,107,221); }

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