#BA80BA

Color #BA80BA London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #BA80BA

Tints of London Hue #BA80BA

Color information

#BA80BA (or 0xBA80BA) is unknown color: approx London Hue. HEX triplet: BA, 80 and BA. RGB value is (186,128,186). Sum of RGB (Red+Green+Blue) = 186+128+186=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 128 (50.39% from 255 or 25.6% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA80BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA80BA is #457F45. Grayscale: #979797. Windows color (decimal): -4554566 or 12222650. OLE color: 12222650.

HSL color Cylindrical-coordinate representation of color #BA80BA: hue angle of 300º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BA80BA is Cyan = 0, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB186128186-
CMYK00.3100.27
HSL300º29.59%61.57%-
HSV(B)300º31.18%72.94%-
XYZ36.8329.4250.19-
YUV151.95147.22152.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.2%
GREEN value IS 128 (50.39% from 255) = 25.6%
BLUE value IS 186 (73.05% from 255) = 37.2%
R=37.2%
G=25.6%
B=37.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612818600.3100.2730029.5961.57
HexBA80BA01F01B12c1e3e
Octal2722002720370334543676
Binary10111010100000001011101001111101101110010110011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA80BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA80BA; }

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

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

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

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

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

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

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

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