#B389B5

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

Shades of London Hue #B389B5

Tints of London Hue #B389B5

Color information

#B389B5 (or 0xB389B5) is unknown color: approx London Hue. HEX triplet: B3, 89 and B5. RGB value is (179,137,181). Sum of RGB (Red+Green+Blue) = 179+137+181=497 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.02% from 497); Green value is 137 (53.91% from 255 or 27.57% from 497); Blue value is 181 (71.09% from 255 or 36.42% from 497); Max value from RGB is 181 - color contains mainly: blue. Hex color #B389B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B389B5 is #4C764A. Grayscale: #9A9A9A. Windows color (decimal): -5011019 or 11897267. OLE color: 11897267.

HSL color Cylindrical-coordinate representation of color #B389B5: hue angle of 297.27º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B389B5 is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB179137181-
CMYK0.010.2400.29
HSL297.27º22.92%62.35%-
HSV(B)297.27º24.31%70.98%-
XYZ35.8830.8147.77-
YUV154.57142.91145.42-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.02%
GREEN value IS 137 (53.91% from 255) = 27.57%
BLUE value IS 181 (71.09% from 255) = 36.42%
R=36.02%
G=27.57%
B=36.42%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1791371810.010.2400.29297.2722.9262.35
HexB389B511801D129173e
Octal2632112651300354512776
Binary10110011100010011011010111100001110110010100110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B389B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B389B5; }

 p { color: rgb(179,137,181); }

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

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

 a { background-color: rgb(179,137,181); }

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

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

 span { border-color: rgb(179,137,181); }

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