#B587B4

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

Shades of London Hue #B587B4

Tints of London Hue #B587B4

Color information

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

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

Color convert

RGB181135180-
CMYK00.250.010.29
HSL301.3º23.71%61.96%-
HSV(B)301.3º25.41%70.98%-
XYZ35.9630.4547.16-
YUV153.88142.74147.34-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113518000.250.010.29301.323.7161.96
HexB587B401911D12d183e
Octal2652072640311354553076
Binary10110101100001111011010001100111110110010110111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B587B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B587B4; }

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

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

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

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

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

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

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

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