#B382AD

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

Shades of London Hue #B382AD

Tints of London Hue #B382AD

Color information

#B382AD (or 0xB382AD) is unknown color: approx London Hue. HEX triplet: B3, 82 and AD. RGB value is (179,130,173). Sum of RGB (Red+Green+Blue) = 179+130+173=482 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.14% from 482); Green value is 130 (51.17% from 255 or 26.97% from 482); Blue value is 173 (67.97% from 255 or 35.89% from 482); Max value from RGB is 179 - color contains mainly: red. Hex color #B382AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B382AD is #4C7D52. Grayscale: #959595. Windows color (decimal): -5012819 or 11371187. OLE color: 11371187.

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

Color convert

RGB179130173-
CMYK00.270.030.30
HSL307.35º24.38%60.59%-
HSV(B)307.35º27.37%70.2%-
XYZ34.1228.5743.25-
YUV149.55141.23149-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.14%
GREEN value IS 130 (51.17% from 255) = 26.97%
BLUE value IS 173 (67.97% from 255) = 35.89%
R=37.14%
G=26.97%
B=35.89%

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
Decimal17913017300.270.030.30307.3524.3860.59
HexB382AD01B31E133183d
Octal2632022550333364633075
Binary101100111000001010101101011011111111010011001111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B382AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B382AD; }

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

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

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

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

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

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

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

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