#BA85B1

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

Shades of London Hue #BA85B1

Tints of London Hue #BA85B1

Color information

#BA85B1 (or 0xBA85B1) is unknown color: approx London Hue. HEX triplet: BA, 85 and B1. RGB value is (186,133,177). Sum of RGB (Red+Green+Blue) = 186+133+177=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 133 (52.34% from 255 or 26.81% from 496); Blue value is 177 (69.53% from 255 or 35.69% from 496); Max value from RGB is 186 - color contains mainly: red. Hex color #BA85B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA85B1 is #457A4E. Grayscale: #999999. Windows color (decimal): -4553295 or 11634106. OLE color: 11634106.

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

Color convert

RGB186133177-
CMYK00.280.050.27
HSL310.19º27.75%62.55%-
HSV(B)310.19º28.49%72.94%-
XYZ36.5730.3945.53-
YUV153.86141.06150.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.5%
GREEN value IS 133 (52.34% from 255) = 26.81%
BLUE value IS 177 (69.53% from 255) = 35.69%
R=37.5%
G=26.81%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613317700.280.050.27310.1927.7562.55
HexBA85B101C51B1361c3f
Octal2722052610345334663477
Binary1011101010000101101100010111001011101110011011011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA85B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA85B1; }

 p { color: rgb(186,133,177); }

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

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

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

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

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

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

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