#BC79D7

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

Shades of Medium Orchid #BC79D7

Tints of Medium Orchid #BC79D7

Color information

#BC79D7 (or 0xBC79D7) is unknown color: approx Medium Orchid. HEX triplet: BC, 79 and D7. RGB value is (188,121,215). Sum of RGB (Red+Green+Blue) = 188+121+215=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 121 (47.66% from 255 or 23.09% from 524); Blue value is 215 (84.38% from 255 or 41.03% from 524); Max value from RGB is 215 - color contains mainly: blue. Hex color #BC79D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC79D7 is #438628. Grayscale: #979797. Windows color (decimal): -4425257 or 14121404. OLE color: 14121404.

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

Color convert

RGB188121215-
CMYK0.130.4400.16
HSL282.77º54.02%65.88%-
HSV(B)282.77º43.72%84.31%-
XYZ39.8429.2767.84-
YUV151.75163.7153.86-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.88%
GREEN value IS 121 (47.66% from 255) = 23.09%
BLUE value IS 215 (84.38% from 255) = 41.03%
R=35.88%
G=23.09%
B=41.03%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1881212150.130.4400.16282.7754.0265.88
HexBC79D7D2C01011b3642
Octal274171327155402043366102
Binary1011110011110011101011111011011000100001000110111101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC79D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC79D7; }

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

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

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

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

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

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

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

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