#BA81BB

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

Shades of London Hue #BA81BB

Tints of London Hue #BA81BB

Color information

#BA81BB (or 0xBA81BB) is unknown color: approx London Hue. HEX triplet: BA, 81 and BB. RGB value is (186,129,187). Sum of RGB (Red+Green+Blue) = 186+129+187=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 129 (50.78% from 255 or 25.70% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA81BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA81BB is #457E44. Grayscale: #989898. Windows color (decimal): -4554309 or 12288442. OLE color: 12288442.

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

Color convert

RGB186129187-
CMYK0.010.3100.27
HSL298.97º29.9%61.96%-
HSV(B)298.97º31.02%73.33%-
XYZ37.0729.7350.8-
YUV152.66147.38151.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.05%
GREEN value IS 129 (50.78% from 255) = 25.70%
BLUE value IS 187 (73.44% from 255) = 37.25%
R=37.05%
G=25.70%
B=37.25%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861291870.010.3100.27298.9729.961.96
HexBA81BB11F01B12b1e3e
Octal2722012731370334533676
Binary10111010100000011011101111111101101110010101111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA81BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA81BB; }

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

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

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

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

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

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

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

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