#BC69DD

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

Shades of Medium Orchid #BC69DD

Tints of Medium Orchid #BC69DD

Color information

#BC69DD (or 0xBC69DD) is unknown color: approx Medium Orchid. HEX triplet: BC, 69 and DD. RGB value is (188,105,221). Sum of RGB (Red+Green+Blue) = 188+105+221=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 105 (41.41% from 255 or 20.43% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC69DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC69DD is #439622. Grayscale: #8E8E8E. Windows color (decimal): -4429347 or 14510524. OLE color: 14510524.

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

Color convert

RGB188105221-
CMYK0.150.5200.13
HSL282.93º63.04%63.92%-
HSV(B)282.93º52.49%86.67%-
XYZ38.8426.0171.38-
YUV143.04172160.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.58%
GREEN value IS 105 (41.41% from 255) = 20.43%
BLUE value IS 221 (86.72% from 255) = 43.00%
R=36.58%
G=20.43%
B=43.00%

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
Decimal1881052210.150.5200.13282.9363.0463.92
HexBC69DDF340D11b3f40
Octal274151335176401543377100
Binary101111001101001110111011111110100011011000110111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC69DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC69DD; }

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

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

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

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

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

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

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

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