#BA73B1

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

Shades of London Hue #BA73B1

Tints of London Hue #BA73B1

Color information

#BA73B1 (or 0xBA73B1) is unknown color: approx London Hue. HEX triplet: BA, 73 and B1. RGB value is (186,115,177). Sum of RGB (Red+Green+Blue) = 186+115+177=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 115 (45.31% from 255 or 24.06% from 478); Blue value is 177 (69.53% from 255 or 37.03% from 478); Max value from RGB is 186 - color contains mainly: red. Hex color #BA73B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA73B1 is #458C4E. Grayscale: #8F8F8F. Windows color (decimal): -4557903 or 11629498. OLE color: 11629498.

HSL color Cylindrical-coordinate representation of color #BA73B1: hue angle of 307.61º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA73B1 is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB186115177-
CMYK00.380.050.27
HSL307.61º33.97%59.02%-
HSV(B)307.61º38.17%72.94%-
XYZ34.3225.8744.78-
YUV143.3147.02158.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.91%
GREEN value IS 115 (45.31% from 255) = 24.06%
BLUE value IS 177 (69.53% from 255) = 37.03%
R=38.91%
G=24.06%
B=37.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611517700.380.050.27307.6133.9759.02
HexBA73B102651B134223b
Octal2721632610465334644273
Binary10111010111001110110001010011010111011100110100100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA73B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA73B1; }

 p { color: rgb(186,115,177); }

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

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

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

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

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

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

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