#BA77E9

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

Shades of Medium Orchid #BA77E9

Tints of Medium Orchid #BA77E9

Color information

#BA77E9 (or 0xBA77E9) is unknown color: approx Medium Orchid. HEX triplet: BA, 77 and E9. RGB value is (186,119,233). Sum of RGB (Red+Green+Blue) = 186+119+233=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 119 (46.88% from 255 or 22.12% from 538); Blue value is 233 (91.41% from 255 or 43.31% from 538); Max value from RGB is 233 - color contains mainly: blue. Hex color #BA77E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA77E9 is #458816. Grayscale: #979797. Windows color (decimal): -4556823 or 15300538. OLE color: 15300538.

HSL color Cylindrical-coordinate representation of color #BA77E9: hue angle of 275.26º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA77E9 is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB186119233-
CMYK0.200.4900.09
HSL275.26º72.15%69.02%-
HSV(B)275.26º48.93%91.37%-
XYZ41.5529.5280.6-
YUV152.03173.7152.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.57%
GREEN value IS 119 (46.88% from 255) = 22.12%
BLUE value IS 233 (91.41% from 255) = 43.31%
R=34.57%
G=22.12%
B=43.31%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1861192330.200.4900.09275.2672.1569.02
HexBA77E91431091134845
Octal2721673512461011423110105
Binary10111010111011111101001101001100010100110001001110010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA77E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA77E9; }

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

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

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

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

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

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

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

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