#BA84BA

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

Shades of London Hue #BA84BA

Tints of London Hue #BA84BA

Color information

#BA84BA (or 0xBA84BA) is unknown color: approx London Hue. HEX triplet: BA, 84 and BA. RGB value is (186,132,186). Sum of RGB (Red+Green+Blue) = 186+132+186=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 132 (51.95% from 255 or 26.19% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA84BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA84BA is #457B45. Grayscale: #9A9A9A. Windows color (decimal): -4553542 or 12223674. OLE color: 12223674.

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

Color convert

RGB186132186-
CMYK00.2900.27
HSL300º28.12%62.35%-
HSV(B)300º29.03%72.94%-
XYZ37.3630.4950.37-
YUV154.3145.89150.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.90%
GREEN value IS 132 (51.95% from 255) = 26.19%
BLUE value IS 186 (73.05% from 255) = 36.90%
R=36.90%
G=26.19%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613218600.2900.2730028.1262.35
HexBA84BA01D01B12c1c3e
Octal2722042720350334543476
Binary10111010100001001011101001110101101110010110011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA84BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA84BA; }

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

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

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

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

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

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

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

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