#B489B1

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

Shades of London Hue #B489B1

Tints of London Hue #B489B1

Color information

#B489B1 (or 0xB489B1) is unknown color: approx London Hue. HEX triplet: B4, 89 and B1. RGB value is (180,137,177). Sum of RGB (Red+Green+Blue) = 180+137+177=494 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.44% from 494); Green value is 137 (53.91% from 255 or 27.73% from 494); Blue value is 177 (69.53% from 255 or 35.83% from 494); Max value from RGB is 180 - color contains mainly: red. Hex color #B489B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B489B1 is #4B764E. Grayscale: #9A9A9A. Windows color (decimal): -4945487 or 11635124. OLE color: 11635124.

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

Color convert

RGB180137177-
CMYK00.240.020.29
HSL304.19º22.28%62.16%-
HSV(B)304.19º23.89%70.59%-
XYZ35.730.7745.65-
YUV154.42140.75146.25-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.44%
GREEN value IS 137 (53.91% from 255) = 27.73%
BLUE value IS 177 (69.53% from 255) = 35.83%
R=36.44%
G=27.73%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013717700.240.020.29304.1922.2862.16
HexB489B101821D130163e
Octal2642112610302354602676
Binary101101001000100110110001011000101110110011000010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B489B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B489B1; }

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

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

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

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

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

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

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

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