#B487B4

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

Shades of London Hue #B487B4

Tints of London Hue #B487B4

Color information

#B487B4 (or 0xB487B4) is unknown color: approx London Hue. HEX triplet: B4, 87 and B4. RGB value is (180,135,180). Sum of RGB (Red+Green+Blue) = 180+135+180=495 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.36% from 495); Green value is 135 (53.12% from 255 or 27.27% from 495); Blue value is 180 (70.70% from 255 or 36.36% from 495); Max value from RGB is 180 - color contains mainly: red, blue. Hex color #B487B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B487B4 is #4B784B. Grayscale: #999999. Windows color (decimal): -4945996 or 11831220. OLE color: 11831220.

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

Color convert

RGB180135180-
CMYK00.2500.29
HSL300º23.08%61.76%-
HSV(B)300º25%70.59%-
XYZ35.7230.3347.15-
YUV153.58142.91146.84-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.36%
GREEN value IS 135 (53.12% from 255) = 27.27%
BLUE value IS 180 (70.70% from 255) = 36.36%
R=36.36%
G=27.27%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013518000.2500.2930023.0861.76
HexB487B401901D12c173e
Octal2642072640310354542776
Binary10110100100001111011010001100101110110010110010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B487B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B487B4; }

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

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

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

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

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

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

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

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