#BA83BF

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

Shades of East Side #BA83BF

Tints of East Side #BA83BF

Color information

#BA83BF (or 0xBA83BF) is unknown color: approx East Side. HEX triplet: BA, 83 and BF. RGB value is (186,131,191). Sum of RGB (Red+Green+Blue) = 186+131+191=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 131 (51.56% from 255 or 25.79% from 508); Blue value is 191 (75% from 255 or 37.60% from 508); Max value from RGB is 191 - color contains mainly: blue. Hex color #BA83BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA83BF is #457C40. Grayscale: #9A9A9A. Windows color (decimal): -4553793 or 12551098. OLE color: 12551098.

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

Color convert

RGB186131191-
CMYK0.030.3100.25
HSL295º31.91%63.14%-
HSV(B)295º31.41%74.9%-
XYZ37.7730.4353.17-
YUV154.28148.72150.62-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.61%
GREEN value IS 131 (51.56% from 255) = 25.79%
BLUE value IS 191 (75% from 255) = 37.60%
R=36.61%
G=25.79%
B=37.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861311910.030.3100.2529531.9163.14
HexBA83BF31F019127203f
Octal2722032773370314474077
Binary1011101010000011101111111111111011001100100111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA83BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA83BF; }

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

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

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

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

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

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

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

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