#BA79BB

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

Shades of London Hue #BA79BB

Tints of London Hue #BA79BB

Color information

#BA79BB (or 0xBA79BB) is unknown color: approx London Hue. HEX triplet: BA, 79 and BB. RGB value is (186,121,187). Sum of RGB (Red+Green+Blue) = 186+121+187=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 121 (47.66% from 255 or 24.49% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA79BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA79BB is #458644. Grayscale: #939393. Windows color (decimal): -4556357 or 12286394. OLE color: 12286394.

HSL color Cylindrical-coordinate representation of color #BA79BB: hue angle of 299.09º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BA79BB is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB186121187-
CMYK0.010.3500.27
HSL299.09º32.67%60.39%-
HSV(B)299.09º35.29%73.33%-
XYZ36.0627.750.46-
YUV147.96150.03155.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.65%
GREEN value IS 121 (47.66% from 255) = 24.49%
BLUE value IS 187 (73.44% from 255) = 37.85%
R=37.65%
G=24.49%
B=37.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861211870.010.3500.27299.0932.6760.39
HexBA79BB12301B12b213c
Octal2721712731430334534174
Binary101110101111001101110111100011011011100101011100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA79BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA79BB; }

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

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

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

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

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

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

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

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