#BA7BBD

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

Shades of London Hue #BA7BBD

Tints of London Hue #BA7BBD

Color information

#BA7BBD (or 0xBA7BBD) is unknown color: approx London Hue. HEX triplet: BA, 7B and BD. RGB value is (186,123,189). Sum of RGB (Red+Green+Blue) = 186+123+189=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 123 (48.44% from 255 or 24.70% from 498); Blue value is 189 (74.22% from 255 or 37.95% from 498); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA7BBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7BBD is #458442. Grayscale: #959595. Windows color (decimal): -4555843 or 12417978. OLE color: 12417978.

HSL color Cylindrical-coordinate representation of color #BA7BBD: hue angle of 297.27º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BA7BBD is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB186123189-
CMYK0.020.3500.26
HSL297.27º33.33%61.18%-
HSV(B)297.27º34.92%74.12%-
XYZ36.5228.2851.68-
YUV149.36150.37154.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.35%
GREEN value IS 123 (48.44% from 255) = 24.70%
BLUE value IS 189 (74.22% from 255) = 37.95%
R=37.35%
G=24.70%
B=37.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861231890.020.3500.26297.2733.3361.18
HexBA7BBD22301A129213d
Octal2721732752430324514175
Binary1011101011110111011110110100011011010100101001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7BBD; }

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

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

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

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

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

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

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

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