#B391AA

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

Shades of London Hue #B391AA

Tints of London Hue #B391AA

Color information

#B391AA (or 0xB391AA) is unknown color: approx London Hue. HEX triplet: B3, 91 and AA. RGB value is (179,145,170). Sum of RGB (Red+Green+Blue) = 179+145+170=494 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.23% from 494); Green value is 145 (57.03% from 255 or 29.35% from 494); Blue value is 170 (66.80% from 255 or 34.41% from 494); Max value from RGB is 179 - color contains mainly: red. Hex color #B391AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B391AA is #4C6E55. Grayscale: #9D9D9D. Windows color (decimal): -5008982 or 11178419. OLE color: 11178419.

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

Color convert

RGB179145170-
CMYK00.190.050.30
HSL315.88º18.28%63.53%-
HSV(B)315.88º18.99%70.2%-
XYZ35.9732.7442.45-
YUV158.02134.76142.97-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.23%
GREEN value IS 145 (57.03% from 255) = 29.35%
BLUE value IS 170 (66.80% from 255) = 34.41%
R=36.23%
G=29.35%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.05
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914517000.190.050.30315.8818.2863.53
HexB391AA01351E13c1240
Octal26322125202353647422100
Binary10110011100100011010101001001110111110100111100100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B391AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B391AA; }

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

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

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

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

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

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

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

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