#BA81BA

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

Shades of London Hue #BA81BA

Tints of London Hue #BA81BA

Color information

#BA81BA (or 0xBA81BA) is unknown color: approx London Hue. HEX triplet: BA, 81 and BA. RGB value is (186,129,186). Sum of RGB (Red+Green+Blue) = 186+129+186=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 129 (50.78% from 255 or 25.75% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA81BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA81BA is #457E45. Grayscale: #989898. Windows color (decimal): -4554310 or 12222906. OLE color: 12222906.

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

Color convert

RGB186129186-
CMYK00.3100.27
HSL300º29.23%61.76%-
HSV(B)300º30.65%72.94%-
XYZ36.9629.6850.24-
YUV152.54146.88151.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.13%
GREEN value IS 129 (50.78% from 255) = 25.75%
BLUE value IS 186 (73.05% from 255) = 37.13%
R=37.13%
G=25.75%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612918600.3100.2730029.2361.76
HexBA81BA01F01B12c1d3e
Octal2722012720370334543576
Binary10111010100000011011101001111101101110010110011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA81BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA81BA; }

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

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

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

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

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

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

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

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