#BA80C9

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

Shades of East Side #BA80C9

Tints of East Side #BA80C9

Color information

#BA80C9 (or 0xBA80C9) is unknown color: approx East Side. HEX triplet: BA, 80 and C9. RGB value is (186,128,201). Sum of RGB (Red+Green+Blue) = 186+128+201=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 128 (50.39% from 255 or 24.85% from 515); Blue value is 201 (78.91% from 255 or 39.03% from 515); Max value from RGB is 201 - color contains mainly: blue. Hex color #BA80C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA80C9 is #457F36. Grayscale: #999999. Windows color (decimal): -4554551 or 13205690. OLE color: 13205690.

HSL color Cylindrical-coordinate representation of color #BA80C9: hue angle of 287.67º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BA80C9 is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB186128201-
CMYK0.070.3600.21
HSL287.67º40.33%64.51%-
HSV(B)287.67º36.32%78.82%-
XYZ38.5130.0959.04-
YUV153.66154.72151.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.12%
GREEN value IS 128 (50.39% from 255) = 24.85%
BLUE value IS 201 (78.91% from 255) = 39.03%
R=36.12%
G=24.85%
B=39.03%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1861282010.070.3600.21287.6740.3364.51
HexBA80C97240151202841
Octal27220031174402544050101
Binary1011101010000000110010011111001000101011001000001010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA80C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA80C9; }

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

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

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

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

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

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

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

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