#bc69e7

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

Shades of Medium Orchid #BC69E7

Tints of Medium Orchid #BC69E7

Color information

#BC69E7 (or 0xBC69E7) is unknown color: approx Medium Orchid. HEX triplet: BC, 69 and E7. RGB value is (188,105,231). Sum of RGB (Red+Green+Blue) = 188+105+231=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 105 (41.41% from 255 or 20.04% from 524); Blue value is 231 (90.62% from 255 or 44.08% from 524); Max value from RGB is 231 - color contains mainly: blue. Hex color #BC69E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC69E7 is #439618. Grayscale: #8F8F8F. Windows color (decimal): -4429337 or 15165884. OLE color: 15165884.

HSL color Cylindrical-coordinate representation of color #BC69E7: hue angle of 279.52º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC69E7 is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB188105231-
CMYK0.190.5500.09
HSL279.52º72.41%65.88%-
HSV(B)279.52º54.55%90.59%-
XYZ40.2126.5678.61-
YUV144.18177159.25-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.88%
GREEN value IS 105 (41.41% from 255) = 20.04%
BLUE value IS 231 (90.62% from 255) = 44.08%
R=35.88%
G=20.04%
B=44.08%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1881052310.190.5500.09279.5272.4165.88
HexBC69E71337091184842
Octal2741513472367011430110102
Binary10111100110100111100111100111101110100110001100010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc69e7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc69e7; }

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

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

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

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

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

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

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

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