#BA77CC

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

Shades of East Side #BA77CC

Tints of East Side #BA77CC

Color information

#BA77CC (or 0xBA77CC) is unknown color: approx East Side. HEX triplet: BA, 77 and CC. RGB value is (186,119,204). Sum of RGB (Red+Green+Blue) = 186+119+204=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 119 (46.88% from 255 or 23.38% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA77CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA77CC is #458833. Grayscale: #949494. Windows color (decimal): -4556852 or 13399994. OLE color: 13399994.

HSL color Cylindrical-coordinate representation of color #BA77CC: hue angle of 287.29º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA77CC is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB186119204-
CMYK0.090.4200.2
HSL287.29º45.45%63.33%-
HSV(B)287.29º41.67%80%-
XYZ37.7527.9960.54-
YUV148.72159.2154.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.54%
GREEN value IS 119 (46.88% from 255) = 23.38%
BLUE value IS 204 (80.08% from 255) = 40.08%
R=36.54%
G=23.38%
B=40.08%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1861192040.090.4200.2287.2945.4563.33
HexBA77CC92A01411f2d3f
Octal27216731411520244375577
Binary101110101110111110011001001101010010100100011111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA77CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA77CC; }

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

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

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

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

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

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

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

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