#BC79DF

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

Shades of Medium Orchid #BC79DF

Tints of Medium Orchid #BC79DF

Color information

#BC79DF (or 0xBC79DF) is unknown color: approx Medium Orchid. HEX triplet: BC, 79 and DF. RGB value is (188,121,223). Sum of RGB (Red+Green+Blue) = 188+121+223=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 121 (47.66% from 255 or 22.74% from 532); Blue value is 223 (87.5% from 255 or 41.92% from 532); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC79DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC79DF is #438620. Grayscale: #989898. Windows color (decimal): -4425249 or 14645692. OLE color: 14645692.

HSL color Cylindrical-coordinate representation of color #BC79DF: hue angle of 279.41º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC79DF is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB188121223-
CMYK0.160.4600.13
HSL279.41º61.45%67.45%-
HSV(B)279.41º45.74%87.45%-
XYZ40.929.6973.39-
YUV152.66167.7153.21-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.34%
GREEN value IS 121 (47.66% from 255) = 22.74%
BLUE value IS 223 (87.5% from 255) = 41.92%
R=35.34%
G=22.74%
B=41.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1881212230.160.4600.13279.4161.4567.45
HexBC79DF102E0D1173d43
Octal274171337205601542775103
Binary1011110011110011101111110000101110011011000101111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC79DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC79DF; }

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

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

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

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

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

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

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

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