#B383AE

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

Shades of London Hue #B383AE

Tints of London Hue #B383AE

Color information

#B383AE (or 0xB383AE) is unknown color: approx London Hue. HEX triplet: B3, 83 and AE. RGB value is (179,131,174). Sum of RGB (Red+Green+Blue) = 179+131+174=484 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.98% from 484); Green value is 131 (51.56% from 255 or 27.07% from 484); Blue value is 174 (68.36% from 255 or 35.95% from 484); Max value from RGB is 179 - color contains mainly: red. Hex color #B383AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B383AE is #4C7C51. Grayscale: #969696. Windows color (decimal): -5012562 or 11436979. OLE color: 11436979.

HSL color Cylindrical-coordinate representation of color #B383AE: hue angle of 306.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 #B383AE is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB179131174-
CMYK00.270.030.30
HSL306.25º24%60.78%-
HSV(B)306.25º26.82%70.2%-
XYZ34.3528.8743.81-
YUV150.25141.4148.5-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.98%
GREEN value IS 131 (51.56% from 255) = 27.07%
BLUE value IS 174 (68.36% from 255) = 35.95%
R=36.98%
G=27.07%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913117400.270.030.30306.252460.78
HexB383AE01B31E132183d
Octal2632032560333364623075
Binary101100111000001110101110011011111111010011001011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B383AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B383AE; }

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

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

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

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

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

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

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

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