#BA7BBB

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

Shades of London Hue #BA7BBB

Tints of London Hue #BA7BBB

Color information

#BA7BBB (or 0xBA7BBB) is unknown color: approx London Hue. HEX triplet: BA, 7B and BB. RGB value is (186,123,187). Sum of RGB (Red+Green+Blue) = 186+123+187=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 123 (48.44% from 255 or 24.80% from 496); Blue value is 187 (73.44% from 255 or 37.70% from 496); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA7BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7BBB is #458444. Grayscale: #949494. Windows color (decimal): -4555845 or 12286906. OLE color: 12286906.

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

Color convert

RGB186123187-
CMYK0.010.3400.27
HSL299.06º32%60.78%-
HSV(B)299.06º34.22%73.33%-
XYZ36.328.1950.54-
YUV149.13149.37154.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.5%
GREEN value IS 123 (48.44% from 255) = 24.80%
BLUE value IS 187 (73.44% from 255) = 37.70%
R=37.5%
G=24.80%
B=37.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861231870.010.3400.27299.063260.78
HexBA7BBB12201B12b203d
Octal2721732731420334534075
Binary101110101111011101110111100010011011100101011100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7BBB; }

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

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

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

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

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

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

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

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