#BC77E4

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

Shades of Medium Orchid #BC77E4

Tints of Medium Orchid #BC77E4

Color information

#BC77E4 (or 0xBC77E4) is unknown color: approx Medium Orchid. HEX triplet: BC, 77 and E4. RGB value is (188,119,228). Sum of RGB (Red+Green+Blue) = 188+119+228=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 119 (46.88% from 255 or 22.24% from 535); Blue value is 228 (89.45% from 255 or 42.62% from 535); Max value from RGB is 228 - color contains mainly: blue. Hex color #BC77E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC77E4 is #43881B. Grayscale: #979797. Windows color (decimal): -4425756 or 14972860. OLE color: 14972860.

HSL color Cylindrical-coordinate representation of color #BC77E4: hue angle of 277.98º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC77E4 is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB188119228-
CMYK0.180.4800.11
HSL277.98º66.87%68.04%-
HSV(B)277.98º47.81%89.41%-
XYZ41.3429.4976.91-
YUV152.06170.86153.64-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.14%
GREEN value IS 119 (46.88% from 255) = 22.24%
BLUE value IS 228 (89.45% from 255) = 42.62%
R=35.14%
G=22.24%
B=42.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1881192280.180.4800.11277.9866.8768.04
HexBC77E412300B1164344
Octal2741673442260013426103104
Binary10111100111011111100100100101100000101110001011010000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC77E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC77E4; }

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

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

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

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

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

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

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

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