#BC77DC

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

Shades of Medium Orchid #BC77DC

Tints of Medium Orchid #BC77DC

Color information

#BC77DC (or 0xBC77DC) is unknown color: approx Medium Orchid. HEX triplet: BC, 77 and DC. RGB value is (188,119,220). Sum of RGB (Red+Green+Blue) = 188+119+220=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 119 (46.88% from 255 or 22.58% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC77DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC77DC is #438823. Grayscale: #969696. Windows color (decimal): -4425764 or 14448572. OLE color: 14448572.

HSL color Cylindrical-coordinate representation of color #BC77DC: hue angle of 280.99º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC77DC is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB188119220-
CMYK0.150.4600.14
HSL280.99º59.06%66.47%-
HSV(B)280.99º45.91%86.27%-
XYZ40.2529.0571.2-
YUV151.15166.86154.29-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.67%
GREEN value IS 119 (46.88% from 255) = 22.58%
BLUE value IS 220 (86.33% from 255) = 41.75%
R=35.67%
G=22.58%
B=41.75%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1881192200.150.4600.14280.9959.0666.47
HexBC77DCF2E0E1193b42
Octal274167334175601643173102
Binary101111001110111110111001111101110011101000110011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC77DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC77DC; }

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

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

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

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

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

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

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

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