#BA87C3

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

Shades of East Side #BA87C3

Tints of East Side #BA87C3

Color information

#BA87C3 (or 0xBA87C3) is unknown color: approx East Side. HEX triplet: BA, 87 and C3. RGB value is (186,135,195). Sum of RGB (Red+Green+Blue) = 186+135+195=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 135 (53.12% from 255 or 26.16% from 516); Blue value is 195 (76.56% from 255 or 37.79% from 516); Max value from RGB is 195 - color contains mainly: blue. Hex color #BA87C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA87C3 is #45783C. Grayscale: #9C9C9C. Windows color (decimal): -4552765 or 12814266. OLE color: 12814266.

HSL color Cylindrical-coordinate representation of color #BA87C3: hue angle of 291º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BA87C3 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB186135195-
CMYK0.050.3100.24
HSL291º33.33%64.71%-
HSV(B)291º30.77%76.47%-
XYZ38.7631.7155.71-
YUV157.09149.4148.62-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.05%
GREEN value IS 135 (53.12% from 255) = 26.16%
BLUE value IS 195 (76.56% from 255) = 37.79%
R=36.05%
G=26.16%
B=37.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861351950.050.3100.2429133.3364.71
HexBA87C351F0181232141
Octal27220730353703044341101
Binary101110101000011111000011101111110110001001000111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA87C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA87C3; }

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

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

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

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

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

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

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

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