#BA79BA

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

Shades of London Hue #BA79BA

Tints of London Hue #BA79BA

Color information

#BA79BA (or 0xBA79BA) is unknown color: approx London Hue. HEX triplet: BA, 79 and BA. RGB value is (186,121,186). Sum of RGB (Red+Green+Blue) = 186+121+186=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 121 (47.66% from 255 or 24.54% from 493); Blue value is 186 (73.05% from 255 or 37.73% from 493); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA79BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA79BA is #458645. Grayscale: #939393. Windows color (decimal): -4556358 or 12220858. OLE color: 12220858.

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

Color convert

RGB186121186-
CMYK00.3500.27
HSL300º32.02%60.2%-
HSV(B)300º34.95%72.94%-
XYZ35.9527.6649.9-
YUV147.84149.53155.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.73%
GREEN value IS 121 (47.66% from 255) = 24.54%
BLUE value IS 186 (73.05% from 255) = 37.73%
R=37.73%
G=24.54%
B=37.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612118600.3500.2730032.0260.2
HexBA79BA02301B12c203c
Octal2721712720430334544074
Binary101110101111001101110100100011011011100101100100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA79BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA79BA; }

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

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

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

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

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

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

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

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