#B488B3

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

Shades of London Hue #B488B3

Tints of London Hue #B488B3

Color information

#B488B3 (or 0xB488B3) is unknown color: approx London Hue. HEX triplet: B4, 88 and B3. RGB value is (180,136,179). Sum of RGB (Red+Green+Blue) = 180+136+179=495 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.36% from 495); Green value is 136 (53.52% from 255 or 27.47% from 495); Blue value is 179 (70.31% from 255 or 36.16% from 495); Max value from RGB is 180 - color contains mainly: red. Hex color #B488B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B488B3 is #4B774C. Grayscale: #999999. Windows color (decimal): -4945741 or 11765940. OLE color: 11765940.

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

Color convert

RGB180136179-
CMYK00.240.010.29
HSL301.36º22.68%61.96%-
HSV(B)301.36º24.44%70.59%-
XYZ35.7630.5746.66-
YUV154.06142.08146.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.36%
GREEN value IS 136 (53.52% from 255) = 27.47%
BLUE value IS 179 (70.31% from 255) = 36.16%
R=36.36%
G=27.47%
B=36.16%

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
Decimal18013617900.240.010.29301.3622.6861.96
HexB488B301811D12d173e
Octal2642102630301354552776
Binary10110100100010001011001101100011110110010110110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B488B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B488B3; }

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

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

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

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

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

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

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

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