#B382B4

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

Shades of London Hue #B382B4

Tints of London Hue #B382B4

Color information

#B382B4 (or 0xB382B4) is unknown color: approx London Hue. HEX triplet: B3, 82 and B4. RGB value is (179,130,180). Sum of RGB (Red+Green+Blue) = 179+130+180=489 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.61% from 489); Green value is 130 (51.17% from 255 or 26.58% from 489); Blue value is 180 (70.70% from 255 or 36.81% from 489); Max value from RGB is 180 - color contains mainly: blue. Hex color #B382B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B382B4 is #4C7D4B. Grayscale: #969696. Windows color (decimal): -5012812 or 11829939. OLE color: 11829939.

HSL color Cylindrical-coordinate representation of color #B382B4: hue angle of 298.8º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B382B4 is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB179130180-
CMYK0.010.2800.29
HSL298.8º25%60.78%-
HSV(B)298.8º27.78%70.59%-
XYZ34.8128.8446.91-
YUV150.35144.73148.43-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.61%
GREEN value IS 130 (51.17% from 255) = 26.58%
BLUE value IS 180 (70.70% from 255) = 36.81%
R=36.61%
G=26.58%
B=36.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1791301800.010.2800.29298.82560.78
HexB382B411C01D12b193d
Octal2632022641340354533175
Binary10110011100000101011010011110001110110010101111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B382B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B382B4; }

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

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

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

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

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

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

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

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