#BA85BA

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

Shades of London Hue #BA85BA

Tints of London Hue #BA85BA

Color information

#BA85BA (or 0xBA85BA) is unknown color: approx London Hue. HEX triplet: BA, 85 and BA. RGB value is (186,133,186). Sum of RGB (Red+Green+Blue) = 186+133+186=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 133 (52.34% from 255 or 26.34% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA85BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA85BA is #457A45. Grayscale: #9A9A9A. Windows color (decimal): -4553286 or 12223930. OLE color: 12223930.

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

Color convert

RGB186133186-
CMYK00.2800.27
HSL300º27.75%62.55%-
HSV(B)300º28.49%72.94%-
XYZ37.530.7650.42-
YUV154.89145.56150.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.83%
GREEN value IS 133 (52.34% from 255) = 26.34%
BLUE value IS 186 (73.05% from 255) = 36.83%
R=36.83%
G=26.34%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613318600.2800.2730027.7562.55
HexBA85BA01C01B12c1c3f
Octal2722052720340334543477
Binary10111010100001011011101001110001101110010110011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA85BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA85BA; }

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

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

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

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

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

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

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

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