#B387B7

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

Shades of London Hue #B387B7

Tints of London Hue #B387B7

Color information

#B387B7 (or 0xB387B7) is unknown color: approx London Hue. HEX triplet: B3, 87 and B7. RGB value is (179,135,183). Sum of RGB (Red+Green+Blue) = 179+135+183=497 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.02% from 497); Green value is 135 (53.12% from 255 or 27.16% from 497); Blue value is 183 (71.88% from 255 or 36.82% from 497); Max value from RGB is 183 - color contains mainly: blue. Hex color #B387B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B387B7 is #4C7848. Grayscale: #999999. Windows color (decimal): -5011529 or 12027827. OLE color: 12027827.

HSL color Cylindrical-coordinate representation of color #B387B7: hue angle of 295º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B387B7 is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB179135183-
CMYK0.020.2600.28
HSL295º25%62.35%-
HSV(B)295º26.23%71.76%-
XYZ35.830.3348.77-
YUV153.63144.58146.1-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.02%
GREEN value IS 135 (53.12% from 255) = 27.16%
BLUE value IS 183 (71.88% from 255) = 36.82%
R=36.02%
G=27.16%
B=36.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1791351830.020.2600.282952562.35
HexB387B721A01C127193e
Octal2632072672320344473176
Binary101100111000011110110111101101001110010010011111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B387B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B387B7; }

 p { color: rgb(179,135,183); }

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

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

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

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

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

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

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