#BA81BD

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

Shades of London Hue #BA81BD

Tints of London Hue #BA81BD

Color information

#BA81BD (or 0xBA81BD) is unknown color: approx London Hue. HEX triplet: BA, 81 and BD. RGB value is (186,129,189). Sum of RGB (Red+Green+Blue) = 186+129+189=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 129 (50.78% from 255 or 25.60% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA81BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA81BD is #457E42. Grayscale: #989898. Windows color (decimal): -4554307 or 12419514. OLE color: 12419514.

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

Color convert

RGB186129189-
CMYK0.020.3200.26
HSL297º31.25%62.35%-
HSV(B)297º31.75%74.12%-
XYZ37.2929.8151.93-
YUV152.88148.38151.62-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.90%
GREEN value IS 129 (50.78% from 255) = 25.60%
BLUE value IS 189 (74.22% from 255) = 37.5%
R=36.90%
G=25.60%
B=37.5%

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
Decimal1861291890.020.3200.2629731.2562.35
HexBA81BD22001A1291f3e
Octal2722012752400324513776
Binary1011101010000001101111011010000001101010010100111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA81BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA81BD; }

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

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

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

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

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

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

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

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