#BA80CC

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

Shades of East Side #BA80CC

Tints of East Side #BA80CC

Color information

#BA80CC (or 0xBA80CC) is unknown color: approx East Side. HEX triplet: BA, 80 and CC. RGB value is (186,128,204). Sum of RGB (Red+Green+Blue) = 186+128+204=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 128 (50.39% from 255 or 24.71% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA80CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA80CC is #457F33. Grayscale: #999999. Windows color (decimal): -4554548 or 13402298. OLE color: 13402298.

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

Color convert

RGB186128204-
CMYK0.090.3700.2
HSL285.79º42.7%65.1%-
HSV(B)285.79º37.25%80%-
XYZ38.8730.2460.91-
YUV154.01156.22150.82-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.91%
GREEN value IS 128 (50.39% from 255) = 24.71%
BLUE value IS 204 (80.08% from 255) = 39.38%
R=35.91%
G=24.71%
B=39.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1861282040.090.3700.2285.7942.765.1
HexBA80CC92501411e2b41
Octal272200314114502443653101
Binary10111010100000001100110010011001010101001000111101010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA80CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA80CC; }

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

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

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

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

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

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

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

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