#BA77E6

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

Shades of Medium Orchid #BA77E6

Tints of Medium Orchid #BA77E6

Color information

#BA77E6 (or 0xBA77E6) is unknown color: approx Medium Orchid. HEX triplet: BA, 77 and E6. RGB value is (186,119,230). Sum of RGB (Red+Green+Blue) = 186+119+230=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 119 (46.88% from 255 or 22.24% from 535); Blue value is 230 (90.23% from 255 or 42.99% from 535); Max value from RGB is 230 - color contains mainly: blue. Hex color #BA77E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA77E6 is #458819. Grayscale: #979797. Windows color (decimal): -4556826 or 15103930. OLE color: 15103930.

HSL color Cylindrical-coordinate representation of color #BA77E6: hue angle of 276.22º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA77E6 is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB186119230-
CMYK0.190.4800.10
HSL276.22º68.94%68.43%-
HSV(B)276.22º48.26%90.2%-
XYZ41.1329.3578.36-
YUV151.69172.2152.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.77%
GREEN value IS 119 (46.88% from 255) = 22.24%
BLUE value IS 230 (90.23% from 255) = 42.99%
R=34.77%
G=22.24%
B=42.99%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1861192300.190.4800.10276.2268.9468.43
HexBA77E613300A1144544
Octal2721673462360012424105104
Binary10111010111011111100110100111100000101010001010010001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA77E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA77E6; }

 p { color: rgb(186,119,230); }

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

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

 a { background-color: rgb(186,119,230); }

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

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

 span { border-color: rgb(186,119,230); }

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