#BA81B7

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

Shades of London Hue #BA81B7

Tints of London Hue #BA81B7

Color information

#BA81B7 (or 0xBA81B7) is unknown color: approx London Hue. HEX triplet: BA, 81 and B7. RGB value is (186,129,183). Sum of RGB (Red+Green+Blue) = 186+129+183=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 129 (50.78% from 255 or 25.90% from 498); Blue value is 183 (71.88% from 255 or 36.75% from 498); Max value from RGB is 186 - color contains mainly: red. Hex color #BA81B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA81B7 is #457E48. Grayscale: #989898. Windows color (decimal): -4554313 or 12026298. OLE color: 12026298.

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

Color convert

RGB186129183-
CMYK00.310.020.27
HSL303.16º29.23%61.76%-
HSV(B)303.16º30.65%72.94%-
XYZ36.6529.5648.57-
YUV152.2145.38152.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.35%
GREEN value IS 129 (50.78% from 255) = 25.90%
BLUE value IS 183 (71.88% from 255) = 36.75%
R=37.35%
G=25.90%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612918300.310.020.27303.1629.2361.76
HexBA81B701F21B12f1d3e
Octal2722012670372334573576
Binary101110101000000110110111011111101101110010111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA81B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA81B7; }

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

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

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

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

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

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

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

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