#BA77CE

Color #BA77CE East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #BA77CE

Tints of East Side #BA77CE

Color information

#BA77CE (or 0xBA77CE) is unknown color: approx East Side. HEX triplet: BA, 77 and CE. RGB value is (186,119,206). Sum of RGB (Red+Green+Blue) = 186+119+206=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 119 (46.88% from 255 or 23.29% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA77CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA77CE is #458831. Grayscale: #949494. Windows color (decimal): -4556850 or 13531066. OLE color: 13531066.

HSL color Cylindrical-coordinate representation of color #BA77CE: hue angle of 286.21º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA77CE is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB186119206-
CMYK0.100.4200.19
HSL286.21º47.03%63.73%-
HSV(B)286.21º42.23%80.78%-
XYZ37.9928.0961.81-
YUV148.95160.2154.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.40%
GREEN value IS 119 (46.88% from 255) = 23.29%
BLUE value IS 206 (80.86% from 255) = 40.31%
R=36.40%
G=23.29%
B=40.31%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1861192060.100.4200.19286.2147.0363.73
HexBA77CEA2A01311e2f40
Octal272167316125202343657100
Binary1011101011101111100111010101010100100111000111101011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA77CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA77CE; }

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

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

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

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

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

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

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

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