#BA80B5

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

Shades of London Hue #BA80B5

Tints of London Hue #BA80B5

Color information

#BA80B5 (or 0xBA80B5) is unknown color: approx London Hue. HEX triplet: BA, 80 and B5. RGB value is (186,128,181). Sum of RGB (Red+Green+Blue) = 186+128+181=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 128 (50.39% from 255 or 25.86% from 495); Blue value is 181 (71.09% from 255 or 36.57% from 495); Max value from RGB is 186 - color contains mainly: red. Hex color #BA80B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA80B5 is #457F4A. Grayscale: #979797. Windows color (decimal): -4554571 or 11894970. OLE color: 11894970.

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

Color convert

RGB186128181-
CMYK00.310.030.27
HSL305.17º29.59%61.57%-
HSV(B)305.17º31.18%72.94%-
XYZ36.3129.2147.44-
YUV151.38144.72152.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.58%
GREEN value IS 128 (50.39% from 255) = 25.86%
BLUE value IS 181 (71.09% from 255) = 36.57%
R=37.58%
G=25.86%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612818100.310.030.27305.1729.5961.57
HexBA80B501F31B1311e3e
Octal2722002650373334613676
Binary101110101000000010110101011111111101110011000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA80B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA80B5; }

 p { color: rgb(186,128,181); }

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

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

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

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

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

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

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