#B383B4

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

Shades of London Hue #B383B4

Tints of London Hue #B383B4

Color information

#B383B4 (or 0xB383B4) is unknown color: approx London Hue. HEX triplet: B3, 83 and B4. RGB value is (179,131,180). Sum of RGB (Red+Green+Blue) = 179+131+180=490 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.53% from 490); Green value is 131 (51.56% from 255 or 26.73% from 490); Blue value is 180 (70.70% from 255 or 36.73% from 490); Max value from RGB is 180 - color contains mainly: blue. Hex color #B383B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B383B4 is #4C7C4B. Grayscale: #969696. Windows color (decimal): -5012556 or 11830195. OLE color: 11830195.

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

Color convert

RGB179131180-
CMYK0.010.2700.29
HSL298.78º24.62%60.98%-
HSV(B)298.78º27.22%70.59%-
XYZ34.9429.1146.96-
YUV150.94144.4148.02-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.53%
GREEN value IS 131 (51.56% from 255) = 26.73%
BLUE value IS 180 (70.70% from 255) = 36.73%
R=36.53%
G=26.73%
B=36.73%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1791311800.010.2700.29298.7824.6260.98
HexB383B411B01D12b193d
Octal2632032641330354533175
Binary10110011100000111011010011101101110110010101111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B383B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B383B4; }

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

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

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

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

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

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

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

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