#BA80BD

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

Shades of London Hue #BA80BD

Tints of London Hue #BA80BD

Color information

#BA80BD (or 0xBA80BD) is unknown color: approx London Hue. HEX triplet: BA, 80 and BD. RGB value is (186,128,189). Sum of RGB (Red+Green+Blue) = 186+128+189=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 128 (50.39% from 255 or 25.45% from 503); Blue value is 189 (74.22% from 255 or 37.57% from 503); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA80BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA80BD is #457F42. Grayscale: #989898. Windows color (decimal): -4554563 or 12419258. OLE color: 12419258.

HSL color Cylindrical-coordinate representation of color #BA80BD: hue angle of 297.05º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BA80BD is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB186128189-
CMYK0.020.3200.26
HSL297.05º31.61%62.16%-
HSV(B)297.05º32.28%74.12%-
XYZ37.1529.5551.89-
YUV152.3148.72152.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.98%
GREEN value IS 128 (50.39% from 255) = 25.45%
BLUE value IS 189 (74.22% from 255) = 37.57%
R=36.98%
G=25.45%
B=37.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861281890.020.3200.26297.0531.6162.16
HexBA80BD22001A129203e
Octal2722002752400324514076
Binary10111010100000001011110110100000011010100101001100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA80BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA80BD; }

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

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

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

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

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

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

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

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