#BC77DF

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

Shades of Medium Orchid #BC77DF

Tints of Medium Orchid #BC77DF

Color information

#BC77DF (or 0xBC77DF) is unknown color: approx Medium Orchid. HEX triplet: BC, 77 and DF. RGB value is (188,119,223). Sum of RGB (Red+Green+Blue) = 188+119+223=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 119 (46.88% from 255 or 22.45% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC77DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC77DF is #438820. Grayscale: #979797. Windows color (decimal): -4425761 or 14645180. OLE color: 14645180.

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

Color convert

RGB188119223-
CMYK0.160.4700.13
HSL279.81º61.9%67.06%-
HSV(B)279.81º46.64%87.45%-
XYZ40.6629.2173.31-
YUV151.49168.36154.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.47%
GREEN value IS 119 (46.88% from 255) = 22.45%
BLUE value IS 223 (87.5% from 255) = 42.08%
R=35.47%
G=22.45%
B=42.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1881192230.160.4700.13279.8161.967.06
HexBC77DF102F0D1183e43
Octal274167337205701543076103
Binary1011110011101111101111110000101111011011000110001111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC77DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC77DF; }

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

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

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

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

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

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

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

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