#B390AA

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

Shades of London Hue #B390AA

Tints of London Hue #B390AA

Color information

#B390AA (or 0xB390AA) is unknown color: approx London Hue. HEX triplet: B3, 90 and AA. RGB value is (179,144,170). Sum of RGB (Red+Green+Blue) = 179+144+170=493 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.31% from 493); Green value is 144 (56.64% from 255 or 29.21% from 493); Blue value is 170 (66.80% from 255 or 34.48% from 493); Max value from RGB is 179 - color contains mainly: red. Hex color #B390AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B390AA is #4C6F55. Grayscale: #9D9D9D. Windows color (decimal): -5009238 or 11178163. OLE color: 11178163.

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

Color convert

RGB179144170-
CMYK00.200.050.30
HSL315.43º18.72%63.33%-
HSV(B)315.43º19.55%70.2%-
XYZ35.8232.4342.4-
YUV157.43135.1143.39-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.31%
GREEN value IS 144 (56.64% from 255) = 29.21%
BLUE value IS 170 (66.80% from 255) = 34.48%
R=36.31%
G=29.21%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.05
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914417000.200.050.30315.4318.7263.33
HexB390AA01451E13b133f
Octal2632202520245364732377
Binary1011001110010000101010100101001011111010011101110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B390AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B390AA; }

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

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

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

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

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

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

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

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