#BA87B7

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

Shades of London Hue #BA87B7

Tints of London Hue #BA87B7

Color information

#BA87B7 (or 0xBA87B7) is unknown color: approx London Hue. HEX triplet: BA, 87 and B7. RGB value is (186,135,183). Sum of RGB (Red+Green+Blue) = 186+135+183=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 135 (53.12% from 255 or 26.79% from 504); Blue value is 183 (71.88% from 255 or 36.31% from 504); Max value from RGB is 186 - color contains mainly: red. Hex color #BA87B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA87B7 is #457848. Grayscale: #9B9B9B. Windows color (decimal): -4552777 or 12027834. OLE color: 12027834.

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

Color convert

RGB186135183-
CMYK00.270.020.27
HSL303.53º26.98%62.94%-
HSV(B)303.53º27.42%72.94%-
XYZ37.4631.1948.84-
YUV155.72143.4149.6-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.90%
GREEN value IS 135 (53.12% from 255) = 26.79%
BLUE value IS 183 (71.88% from 255) = 36.31%
R=36.90%
G=26.79%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613518300.270.020.27303.5326.9862.94
HexBA87B701B21B1301b3f
Octal2722072670332334603377
Binary101110101000011110110111011011101101110011000011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA87B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA87B7; }

 p { color: rgb(186,135,183); }

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

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

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

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

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

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

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