#BA84BD

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

Shades of London Hue #BA84BD

Tints of London Hue #BA84BD

Color information

#BA84BD (or 0xBA84BD) is unknown color: approx London Hue. HEX triplet: BA, 84 and BD. RGB value is (186,132,189). Sum of RGB (Red+Green+Blue) = 186+132+189=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 132 (51.95% from 255 or 26.04% from 507); Blue value is 189 (74.22% from 255 or 37.28% from 507); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA84BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA84BD is #457B42. Grayscale: #9A9A9A. Windows color (decimal): -4553539 or 12420282. OLE color: 12420282.

HSL color Cylindrical-coordinate representation of color #BA84BD: hue angle of 296.84º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BA84BD is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB186132189-
CMYK0.020.3000.26
HSL296.84º30.16%62.94%-
HSV(B)296.84º30.16%74.12%-
XYZ37.6930.6252.07-
YUV154.64147.39150.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.69%
GREEN value IS 132 (51.95% from 255) = 26.04%
BLUE value IS 189 (74.22% from 255) = 37.28%
R=36.69%
G=26.04%
B=37.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861321890.020.3000.26296.8430.1662.94
HexBA84BD21E01A1291e3f
Octal2722042752360324513677
Binary101110101000010010111101101111001101010010100111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA84BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA84BD; }

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

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

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

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

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

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

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

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