#BA81B6

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

Shades of London Hue #BA81B6

Tints of London Hue #BA81B6

Color information

#BA81B6 (or 0xBA81B6) is unknown color: approx London Hue. HEX triplet: BA, 81 and B6. RGB value is (186,129,182). Sum of RGB (Red+Green+Blue) = 186+129+182=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 129 (50.78% from 255 or 25.96% from 497); Blue value is 182 (71.48% from 255 or 36.62% from 497); Max value from RGB is 186 - color contains mainly: red. Hex color #BA81B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA81B6 is #457E49. Grayscale: #979797. Windows color (decimal): -4554314 or 11960762. OLE color: 11960762.

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

Color convert

RGB186129182-
CMYK00.310.020.27
HSL304.21º29.23%61.76%-
HSV(B)304.21º30.65%72.94%-
XYZ36.5429.5248.03-
YUV152.08144.88152.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.42%
GREEN value IS 129 (50.78% from 255) = 25.96%
BLUE value IS 182 (71.48% from 255) = 36.62%
R=37.42%
G=25.96%
B=36.62%

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
Decimal18612918200.310.020.27304.2129.2361.76
HexBA81B601F21B1301d3e
Octal2722012660372334603576
Binary101110101000000110110110011111101101110011000011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA81B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA81B6; }

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

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

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

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

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

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

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

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