#BC69D7

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

Shades of Medium Orchid #BC69D7

Tints of Medium Orchid #BC69D7

Color information

#BC69D7 (or 0xBC69D7) is unknown color: approx Medium Orchid. HEX triplet: BC, 69 and D7. RGB value is (188,105,215). Sum of RGB (Red+Green+Blue) = 188+105+215=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 105 (41.41% from 255 or 20.67% from 508); Blue value is 215 (84.38% from 255 or 42.32% from 508); Max value from RGB is 215 - color contains mainly: blue. Hex color #BC69D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC69D7 is #439628. Grayscale: #8E8E8E. Windows color (decimal): -4429353 or 14117308. OLE color: 14117308.

HSL color Cylindrical-coordinate representation of color #BC69D7: hue angle of 285.27º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC69D7 is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB188105215-
CMYK0.130.5100.16
HSL285.27º57.89%62.75%-
HSV(B)285.27º51.16%84.31%-
XYZ38.0625.767.24-
YUV142.36169160.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.01%
GREEN value IS 105 (41.41% from 255) = 20.67%
BLUE value IS 215 (84.38% from 255) = 42.32%
R=37.01%
G=20.67%
B=42.32%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1881052150.130.5100.16285.2757.8962.75
HexBC69D7D3301011d3a3f
Octal27415132715630204357277
Binary101111001101001110101111101110011010000100011101111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC69D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC69D7; }

 p { color: rgb(188,105,215); }

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

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

 a { background-color: rgb(188,105,215); }

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

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

 span { border-color: rgb(188,105,215); }

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