#BC77CA

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

Shades of Medium Orchid #BC77CA

Tints of Medium Orchid #BC77CA

Color information

#BC77CA (or 0xBC77CA) is unknown color: approx Medium Orchid. HEX triplet: BC, 77 and CA. RGB value is (188,119,202). Sum of RGB (Red+Green+Blue) = 188+119+202=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 119 (46.88% from 255 or 23.38% from 509); Blue value is 202 (79.30% from 255 or 39.69% from 509); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC77CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC77CA is #438835. Grayscale: #949494. Windows color (decimal): -4425782 or 13268924. OLE color: 13268924.

HSL color Cylindrical-coordinate representation of color #BC77CA: hue angle of 289.88º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC77CA is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB188119202-
CMYK0.070.4100.21
HSL289.88º43.92%62.94%-
HSV(B)289.88º41.09%79.22%-
XYZ3828.1559.31-
YUV149.09157.86155.75-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.94%
GREEN value IS 119 (46.88% from 255) = 23.38%
BLUE value IS 202 (79.30% from 255) = 39.69%
R=36.94%
G=23.38%
B=39.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1881192020.070.4100.21289.8843.9262.94
HexBC77CA7290151222c3f
Octal2741673127510254425477
Binary10111100111011111001010111101001010101100100010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC77CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC77CA; }

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

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

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

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

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

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

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

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