#BA80BF

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

Shades of East Side #BA80BF

Tints of East Side #BA80BF

Color information

#BA80BF (or 0xBA80BF) is unknown color: approx East Side. HEX triplet: BA, 80 and BF. RGB value is (186,128,191). Sum of RGB (Red+Green+Blue) = 186+128+191=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 128 (50.39% from 255 or 25.35% from 505); Blue value is 191 (75% from 255 or 37.82% from 505); Max value from RGB is 191 - color contains mainly: blue. Hex color #BA80BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA80BF is #457F40. Grayscale: #989898. Windows color (decimal): -4554561 or 12550330. OLE color: 12550330.

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

Color convert

RGB186128191-
CMYK0.030.3300.25
HSL295.24º32.98%62.55%-
HSV(B)295.24º32.98%74.9%-
XYZ37.3729.6453.04-
YUV152.52149.72151.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.83%
GREEN value IS 128 (50.39% from 255) = 25.35%
BLUE value IS 191 (75% from 255) = 37.82%
R=36.83%
G=25.35%
B=37.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861281910.030.3300.25295.2432.9862.55
HexBA80BF321019127213f
Octal2722002773410314474177
Binary10111010100000001011111111100001011001100100111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA80BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA80BF; }

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

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

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

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

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

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

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

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