#B383AC

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

Shades of London Hue #B383AC

Tints of London Hue #B383AC

Color information

#B383AC (or 0xB383AC) is unknown color: approx London Hue. HEX triplet: B3, 83 and AC. RGB value is (179,131,172). Sum of RGB (Red+Green+Blue) = 179+131+172=482 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.14% from 482); Green value is 131 (51.56% from 255 or 27.18% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 179 - color contains mainly: red. Hex color #B383AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B383AC is #4C7C53. Grayscale: #959595. Windows color (decimal): -5012564 or 11305907. OLE color: 11305907.

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

Color convert

RGB179131172-
CMYK00.270.040.30
HSL308.75º24%60.78%-
HSV(B)308.75º26.82%70.2%-
XYZ34.1528.7942.79-
YUV150.03140.4148.67-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.14%
GREEN value IS 131 (51.56% from 255) = 27.18%
BLUE value IS 172 (67.58% from 255) = 35.68%
R=37.14%
G=27.18%
B=35.68%

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
Decimal17913117200.270.040.30308.752460.78
HexB383AC01B41E135183d
Octal2632032540334364653075
Binary1011001110000011101011000110111001111010011010111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B383AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B383AC; }

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

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

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

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

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

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

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

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