#B384AA

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

Shades of London Hue #B384AA

Tints of London Hue #B384AA

Color information

#B384AA (or 0xB384AA) is unknown color: approx London Hue. HEX triplet: B3, 84 and AA. RGB value is (179,132,170). Sum of RGB (Red+Green+Blue) = 179+132+170=481 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.21% from 481); Green value is 132 (51.95% from 255 or 27.44% from 481); Blue value is 170 (66.80% from 255 or 35.34% from 481); Max value from RGB is 179 - color contains mainly: red. Hex color #B384AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B384AA is #4C7B55. Grayscale: #969696. Windows color (decimal): -5012310 or 11175091. OLE color: 11175091.

HSL color Cylindrical-coordinate representation of color #B384AA: hue angle of 311.49º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B384AA is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.30.

Color convert

RGB179132170-
CMYK00.260.050.30
HSL311.49º23.62%60.98%-
HSV(B)311.49º26.26%70.2%-
XYZ34.128.9941.83-
YUV150.38139.07148.41-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.21%
GREEN value IS 132 (51.95% from 255) = 27.44%
BLUE value IS 170 (66.80% from 255) = 35.34%
R=37.21%
G=27.44%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.05
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913217000.260.050.30311.4923.6260.98
HexB384AA01A51E137183d
Octal2632042520325364673075
Binary1011001110000100101010100110101011111010011011111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B384AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B384AA; }

 p { color: rgb(179,132,170); }

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

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

 a { background-color: rgb(179,132,170); }

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

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

 span { border-color: rgb(179,132,170); }

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