#B487B5

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

Shades of London Hue #B487B5

Tints of London Hue #B487B5

Color information

#B487B5 (or 0xB487B5) is unknown color: approx London Hue. HEX triplet: B4, 87 and B5. RGB value is (180,135,181). Sum of RGB (Red+Green+Blue) = 180+135+181=496 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.29% from 496); Green value is 135 (53.12% from 255 or 27.22% from 496); Blue value is 181 (71.09% from 255 or 36.49% from 496); Max value from RGB is 181 - color contains mainly: blue. Hex color #B487B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B487B5 is #4B784A. Grayscale: #999999. Windows color (decimal): -4945995 or 11896756. OLE color: 11896756.

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

Color convert

RGB180135181-
CMYK0.010.2500.29
HSL298.7º23.71%61.96%-
HSV(B)298.7º25.41%70.98%-
XYZ35.8330.3747.69-
YUV153.7143.41146.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.29%
GREEN value IS 135 (53.12% from 255) = 27.22%
BLUE value IS 181 (71.09% from 255) = 36.49%
R=36.29%
G=27.22%
B=36.49%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801351810.010.2500.29298.723.7161.96
HexB487B511901D12b183e
Octal2642072651310354533076
Binary10110100100001111011010111100101110110010101111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B487B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B487B5; }

 p { color: rgb(180,135,181); }

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

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

 a { background-color: rgb(180,135,181); }

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

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

 span { border-color: rgb(180,135,181); }

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