#B387A8

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

Shades of London Hue #B387A8

Tints of London Hue #B387A8

Color information

#B387A8 (or 0xB387A8) is unknown color: approx London Hue. HEX triplet: B3, 87 and A8. RGB value is (179,135,168). Sum of RGB (Red+Green+Blue) = 179+135+168=482 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.14% from 482); Green value is 135 (53.12% from 255 or 28.01% from 482); Blue value is 168 (66.02% from 255 or 34.85% from 482); Max value from RGB is 179 - color contains mainly: red. Hex color #B387A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B387A8 is #4C7857. Grayscale: #979797. Windows color (decimal): -5011544 or 11044787. OLE color: 11044787.

HSL color Cylindrical-coordinate representation of color #B387A8: hue angle of 315º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B387A8 is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.30.

Color convert

RGB179135168-
CMYK00.250.060.30
HSL315º22.45%61.57%-
HSV(B)315º24.58%70.2%-
XYZ34.3229.7440.98-
YUV151.92137.08147.32-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.14%
GREEN value IS 135 (53.12% from 255) = 28.01%
BLUE value IS 168 (66.02% from 255) = 34.85%
R=37.14%
G=28.01%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913516800.250.060.3031522.4561.57
HexB387A801961E13b163e
Octal2632072500316364732676
Binary1011001110000111101010000110011101111010011101110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B387A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B387A8; }

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

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

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

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

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

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

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

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