#BA87CA

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

Shades of East Side #BA87CA

Tints of East Side #BA87CA

Color information

#BA87CA (or 0xBA87CA) is unknown color: approx East Side. HEX triplet: BA, 87 and CA. RGB value is (186,135,202). Sum of RGB (Red+Green+Blue) = 186+135+202=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 135 (53.12% from 255 or 25.81% from 523); Blue value is 202 (79.30% from 255 or 38.62% from 523); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA87CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA87CA is #457835. Grayscale: #9D9D9D. Windows color (decimal): -4552758 or 13273018. OLE color: 13273018.

HSL color Cylindrical-coordinate representation of color #BA87CA: hue angle of 285.67º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BA87CA is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB186135202-
CMYK0.080.3300.21
HSL285.67º38.73%66.08%-
HSV(B)285.67º33.17%79.22%-
XYZ39.5732.0359.97-
YUV157.89152.9148.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.56%
GREEN value IS 135 (53.12% from 255) = 25.81%
BLUE value IS 202 (79.30% from 255) = 38.62%
R=35.56%
G=25.81%
B=38.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1861352020.080.3300.21285.6738.7366.08
HexBA87CA82101511e2742
Octal272207312104102543647102
Binary10111010100001111100101010001000010101011000111101001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA87CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA87CA; }

 p { color: rgb(186,135,202); }

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

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

 a { background-color: rgb(186,135,202); }

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

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

 span { border-color: rgb(186,135,202); }

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