#B489B3

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

Shades of London Hue #B489B3

Tints of London Hue #B489B3

Color information

#B489B3 (or 0xB489B3) is unknown color: approx London Hue. HEX triplet: B4, 89 and B3. RGB value is (180,137,179). Sum of RGB (Red+Green+Blue) = 180+137+179=496 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.29% from 496); Green value is 137 (53.91% from 255 or 27.62% from 496); Blue value is 179 (70.31% from 255 or 36.09% from 496); Max value from RGB is 180 - color contains mainly: red. Hex color #B489B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B489B3 is #4B764C. Grayscale: #9A9A9A. Windows color (decimal): -4945485 or 11766196. OLE color: 11766196.

HSL color Cylindrical-coordinate representation of color #B489B3: hue angle of 301.4º degrees, saturation: 0.22, 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 #B489B3 is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB180137179-
CMYK00.240.010.29
HSL301.4º22.28%62.16%-
HSV(B)301.4º23.89%70.59%-
XYZ35.930.8546.71-
YUV154.65141.75146.08-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.29%
GREEN value IS 137 (53.91% from 255) = 27.62%
BLUE value IS 179 (70.31% from 255) = 36.09%
R=36.29%
G=27.62%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013717900.240.010.29301.422.2862.16
HexB489B301811D12d163e
Octal2642112630301354552676
Binary10110100100010011011001101100011110110010110110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B489B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B489B3; }

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

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

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

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

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

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

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

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