#B382AE

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

Shades of London Hue #B382AE

Tints of London Hue #B382AE

Color information

#B382AE (or 0xB382AE) is unknown color: approx London Hue. HEX triplet: B3, 82 and AE. RGB value is (179,130,174). Sum of RGB (Red+Green+Blue) = 179+130+174=483 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.06% from 483); Green value is 130 (51.17% from 255 or 26.92% from 483); Blue value is 174 (68.36% from 255 or 36.02% from 483); Max value from RGB is 179 - color contains mainly: red. Hex color #B382AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B382AE is #4C7D51. Grayscale: #959595. Windows color (decimal): -5012818 or 11436723. OLE color: 11436723.

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

Color convert

RGB179130174-
CMYK00.270.030.30
HSL306.12º24.38%60.59%-
HSV(B)306.12º27.37%70.2%-
XYZ34.2128.643.76-
YUV149.67141.73148.92-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.06%
GREEN value IS 130 (51.17% from 255) = 26.92%
BLUE value IS 174 (68.36% from 255) = 36.02%
R=37.06%
G=26.92%
B=36.02%

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
Decimal17913017400.270.030.30306.1224.3860.59
HexB382AE01B31E132183d
Octal2632022560333364623075
Binary101100111000001010101110011011111111010011001011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B382AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B382AE; }

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

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

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

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

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

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

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

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