#B382AB

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

Shades of London Hue #B382AB

Tints of London Hue #B382AB

Color information

#B382AB (or 0xB382AB) is unknown color: approx London Hue. HEX triplet: B3, 82 and AB. RGB value is (179,130,171). Sum of RGB (Red+Green+Blue) = 179+130+171=480 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.29% from 480); Green value is 130 (51.17% from 255 or 27.08% from 480); Blue value is 171 (67.19% from 255 or 35.62% from 480); Max value from RGB is 179 - color contains mainly: red. Hex color #B382AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B382AB is #4C7D54. Grayscale: #959595. Windows color (decimal): -5012821 or 11240115. OLE color: 11240115.

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

Color convert

RGB179130171-
CMYK00.270.040.30
HSL309.8º24.38%60.59%-
HSV(B)309.8º27.37%70.2%-
XYZ33.9228.4942.24-
YUV149.33140.23149.17-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.29%
GREEN value IS 130 (51.17% from 255) = 27.08%
BLUE value IS 171 (67.19% from 255) = 35.62%
R=37.29%
G=27.08%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913017100.270.040.30309.824.3860.59
HexB382AB01B41E136183d
Octal2632022530334364663075
Binary1011001110000010101010110110111001111010011011011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B382AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B382AB; }

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

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

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

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

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

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

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

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