#BA85B2

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

Shades of London Hue #BA85B2

Tints of London Hue #BA85B2

Color information

#BA85B2 (or 0xBA85B2) is unknown color: approx London Hue. HEX triplet: BA, 85 and B2. RGB value is (186,133,178). Sum of RGB (Red+Green+Blue) = 186+133+178=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 133 (52.34% from 255 or 26.76% from 497); Blue value is 178 (69.92% from 255 or 35.81% from 497); Max value from RGB is 186 - color contains mainly: red. Hex color #BA85B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA85B2 is #457A4D. Grayscale: #999999. Windows color (decimal): -4553294 or 11699642. OLE color: 11699642.

HSL color Cylindrical-coordinate representation of color #BA85B2: hue angle of 309.06º 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 #BA85B2 is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB186133178-
CMYK00.280.040.27
HSL309.06º27.75%62.55%-
HSV(B)309.06º28.49%72.94%-
XYZ36.6730.4346.06-
YUV153.98141.56150.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.42%
GREEN value IS 133 (52.34% from 255) = 26.76%
BLUE value IS 178 (69.92% from 255) = 35.81%
R=37.42%
G=26.76%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613317800.280.040.27309.0627.7562.55
HexBA85B201C41B1351c3f
Octal2722052620344334653477
Binary1011101010000101101100100111001001101110011010111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA85B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA85B2; }

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

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

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

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

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

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

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

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