#B183AA

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

Shades of London Hue #B183AA

Tints of London Hue #B183AA

Color information

#B183AA (or 0xB183AA) is unknown color: approx London Hue. HEX triplet: B1, 83 and AA. RGB value is (177,131,170). Sum of RGB (Red+Green+Blue) = 177+131+170=478 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.03% from 478); Green value is 131 (51.56% from 255 or 27.41% from 478); Blue value is 170 (66.80% from 255 or 35.56% from 478); Max value from RGB is 177 - color contains mainly: red. Hex color #B183AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B183AA is #4E7C55. Grayscale: #959595. Windows color (decimal): -5143638 or 11174833. OLE color: 11174833.

HSL color Cylindrical-coordinate representation of color #B183AA: hue angle of 309.13º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B183AA is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB177131170-
CMYK00.260.040.31
HSL309.13º22.77%60.39%-
HSV(B)309.13º25.99%69.41%-
XYZ33.528.4841.76-
YUV149.2139.74147.83-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.03%
GREEN value IS 131 (51.56% from 255) = 27.41%
BLUE value IS 170 (66.80% from 255) = 35.56%
R=37.03%
G=27.41%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713117000.260.040.31309.1322.7760.39
HexB183AA01A41F135173c
Octal2612032520324374652774
Binary1011000110000011101010100110101001111110011010110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B183AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B183AA; }

 p { color: rgb(177,131,170); }

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

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

 a { background-color: rgb(177,131,170); }

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

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

 span { border-color: rgb(177,131,170); }

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