#BC77D1

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

Shades of Medium Orchid #BC77D1

Tints of Medium Orchid #BC77D1

Color information

#BC77D1 (or 0xBC77D1) is unknown color: approx Medium Orchid. HEX triplet: BC, 77 and D1. RGB value is (188,119,209). Sum of RGB (Red+Green+Blue) = 188+119+209=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 119 (46.88% from 255 or 23.06% from 516); Blue value is 209 (82.03% from 255 or 40.50% from 516); Max value from RGB is 209 - color contains mainly: blue. Hex color #BC77D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC77D1 is #43882E. Grayscale: #959595. Windows color (decimal): -4425775 or 13727676. OLE color: 13727676.

HSL color Cylindrical-coordinate representation of color #BC77D1: hue angle of 286º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BC77D1 is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB188119209-
CMYK0.100.4300.18
HSL286º49.45%64.31%-
HSV(B)286º43.06%81.96%-
XYZ38.8428.4963.77-
YUV149.89161.36155.18-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.43%
GREEN value IS 119 (46.88% from 255) = 23.06%
BLUE value IS 209 (82.03% from 255) = 40.50%
R=36.43%
G=23.06%
B=40.50%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1881192090.100.4300.1828649.4564.31
HexBC77D1A2B01211e3140
Octal274167321125302243661100
Binary1011110011101111101000110101010110100101000111101100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC77D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC77D1; }

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

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

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

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

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

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

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

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