#B380AA

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

Shades of London Hue #B380AA

Tints of London Hue #B380AA

Color information

#B380AA (or 0xB380AA) is unknown color: approx London Hue. HEX triplet: B3, 80 and AA. RGB value is (179,128,170). Sum of RGB (Red+Green+Blue) = 179+128+170=477 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.53% from 477); Green value is 128 (50.39% from 255 or 26.83% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 179 - color contains mainly: red. Hex color #B380AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B380AA is #4C7F55. Grayscale: #939393. Windows color (decimal): -5013334 or 11174067. OLE color: 11174067.

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

Color convert

RGB179128170-
CMYK00.280.050.30
HSL310.59º25.12%60.2%-
HSV(B)310.59º28.49%70.2%-
XYZ33.5727.9241.65-
YUV148.04140.4150.08-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.53%
GREEN value IS 128 (50.39% from 255) = 26.83%
BLUE value IS 170 (66.80% from 255) = 35.64%
R=37.53%
G=26.83%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.05
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912817000.280.050.30310.5925.1260.2
HexB380AA01C51E137193c
Octal2632002520345364673174
Binary1011001110000000101010100111001011111010011011111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B380AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B380AA; }

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

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

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

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

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

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

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

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