#B383AA

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

Shades of London Hue #B383AA

Tints of London Hue #B383AA

Color information

#B383AA (or 0xB383AA) is unknown color: approx London Hue. HEX triplet: B3, 83 and AA. RGB value is (179,131,170). Sum of RGB (Red+Green+Blue) = 179+131+170=480 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.29% from 480); Green value is 131 (51.56% from 255 or 27.29% from 480); Blue value is 170 (66.80% from 255 or 35.42% from 480); Max value from RGB is 179 - color contains mainly: red. Hex color #B383AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B383AA is #4C7C55. Grayscale: #959595. Windows color (decimal): -5012566 or 11174835. OLE color: 11174835.

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

Color convert

RGB179131170-
CMYK00.270.050.30
HSL311.25º24%60.78%-
HSV(B)311.25º26.82%70.2%-
XYZ33.9628.7241.78-
YUV149.8139.4148.83-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.29%
GREEN value IS 131 (51.56% from 255) = 27.29%
BLUE value IS 170 (66.80% from 255) = 35.42%
R=37.29%
G=27.29%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913117000.270.050.30311.252460.78
HexB383AA01B51E137183d
Octal2632032520335364673075
Binary1011001110000011101010100110111011111010011011111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B383AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B383AA; }

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

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

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

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

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

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

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

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