#B587B5

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

Shades of London Hue #B587B5

Tints of London Hue #B587B5

Color information

#B587B5 (or 0xB587B5) is unknown color: approx London Hue. HEX triplet: B5, 87 and B5. RGB value is (181,135,181). Sum of RGB (Red+Green+Blue) = 181+135+181=497 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.42% from 497); Green value is 135 (53.12% from 255 or 27.16% from 497); Blue value is 181 (71.09% from 255 or 36.42% from 497); Max value from RGB is 181 - color contains mainly: red, blue. Hex color #B587B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B587B5 is #4A784A. Grayscale: #999999. Windows color (decimal): -4880459 or 11896757. OLE color: 11896757.

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

Color convert

RGB181135181-
CMYK00.2500.29
HSL300º23.71%61.96%-
HSV(B)300º25.41%70.98%-
XYZ36.0630.4947.7-
YUV154143.24147.26-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.42%
GREEN value IS 135 (53.12% from 255) = 27.16%
BLUE value IS 181 (71.09% from 255) = 36.42%
R=36.42%
G=27.16%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113518100.2500.2930023.7161.96
HexB587B501901D12c183e
Octal2652072650310354543076
Binary10110101100001111011010101100101110110010110011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B587B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B587B5; }

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

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

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

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

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

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

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

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