#BA87BF

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

Shades of East Side #BA87BF

Tints of East Side #BA87BF

Color information

#BA87BF (or 0xBA87BF) is unknown color: approx East Side. HEX triplet: BA, 87 and BF. RGB value is (186,135,191). Sum of RGB (Red+Green+Blue) = 186+135+191=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 135 (53.12% from 255 or 26.37% from 512); Blue value is 191 (75% from 255 or 37.30% from 512); Max value from RGB is 191 - color contains mainly: blue. Hex color #BA87BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA87BF is #457840. Grayscale: #9C9C9C. Windows color (decimal): -4552769 or 12552122. OLE color: 12552122.

HSL color Cylindrical-coordinate representation of color #BA87BF: hue angle of 294.64º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BA87BF is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB186135191-
CMYK0.030.2900.25
HSL294.64º30.43%63.92%-
HSV(B)294.64º29.32%74.9%-
XYZ38.3231.5353.36-
YUV156.63147.4148.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.33%
GREEN value IS 135 (53.12% from 255) = 26.37%
BLUE value IS 191 (75% from 255) = 37.30%
R=36.33%
G=26.37%
B=37.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861351910.030.2900.25294.6430.4363.92
HexBA87BF31D0191271e40
Octal27220727733503144736100
Binary1011101010000111101111111111101011001100100111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA87BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA87BF; }

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

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

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

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

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

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

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

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