#B587B1

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

Shades of London Hue #B587B1

Tints of London Hue #B587B1

Color information

#B587B1 (or 0xB587B1) is unknown color: approx London Hue. HEX triplet: B5, 87 and B1. RGB value is (181,135,177). Sum of RGB (Red+Green+Blue) = 181+135+177=493 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.71% from 493); Green value is 135 (53.12% from 255 or 27.38% from 493); Blue value is 177 (69.53% from 255 or 35.90% from 493); Max value from RGB is 181 - color contains mainly: red. Hex color #B587B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B587B1 is #4A784E. Grayscale: #999999. Windows color (decimal): -4880463 or 11634613. OLE color: 11634613.

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

Color convert

RGB181135177-
CMYK00.250.020.29
HSL305.22º23.71%61.96%-
HSV(B)305.22º25.41%70.98%-
XYZ35.6630.3345.57-
YUV153.54141.24147.58-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.71%
GREEN value IS 135 (53.12% from 255) = 27.38%
BLUE value IS 177 (69.53% from 255) = 35.90%
R=36.71%
G=27.38%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113517700.250.020.29305.2223.7161.96
HexB587B101921D131183e
Octal2652072610312354613076
Binary101101011000011110110001011001101110110011000111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B587B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B587B1; }

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

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

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

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

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

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

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

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