#B384A9

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

Shades of London Hue #B384A9

Tints of London Hue #B384A9

Color information

#B384A9 (or 0xB384A9) is unknown color: approx London Hue. HEX triplet: B3, 84 and A9. RGB value is (179,132,169). Sum of RGB (Red+Green+Blue) = 179+132+169=480 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.29% from 480); Green value is 132 (51.95% from 255 or 27.5% from 480); Blue value is 169 (66.41% from 255 or 35.21% from 480); Max value from RGB is 179 - color contains mainly: red. Hex color #B384A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B384A9 is #4C7B56. Grayscale: #969696. Windows color (decimal): -5012311 or 11109555. OLE color: 11109555.

HSL color Cylindrical-coordinate representation of color #B384A9: hue angle of 312.77º 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 #B384A9 is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.30.

Color convert

RGB179132169-
CMYK00.260.060.30
HSL312.77º23.62%60.98%-
HSV(B)312.77º26.26%70.2%-
XYZ3428.9541.33-
YUV150.27138.57148.49-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.29%
GREEN value IS 132 (51.95% from 255) = 27.5%
BLUE value IS 169 (66.41% from 255) = 35.21%
R=37.29%
G=27.5%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913216900.260.060.30312.7723.6260.98
HexB384A901A61E139183d
Octal2632042510326364713075
Binary1011001110000100101010010110101101111010011100111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B384A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B384A9; }

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

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

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

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

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

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

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

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