#B180AF

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

Shades of London Hue #B180AF

Tints of London Hue #B180AF

Color information

#B180AF (or 0xB180AF) is unknown color: approx London Hue. HEX triplet: B1, 80 and AF. RGB value is (177,128,175). Sum of RGB (Red+Green+Blue) = 177+128+175=480 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.88% from 480); Green value is 128 (50.39% from 255 or 26.67% from 480); Blue value is 175 (68.75% from 255 or 36.46% from 480); Max value from RGB is 177 - color contains mainly: red. Hex color #B180AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B180AF is #4E7F50. Grayscale: #939393. Windows color (decimal): -5144401 or 11501745. OLE color: 11501745.

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

Color convert

RGB177128175-
CMYK00.280.010.31
HSL302.45º23.9%59.8%-
HSV(B)302.45º27.68%69.41%-
XYZ33.5927.8844.17-
YUV148.01143.23148.68-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.88%
GREEN value IS 128 (50.39% from 255) = 26.67%
BLUE value IS 175 (68.75% from 255) = 36.46%
R=36.88%
G=26.67%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712817500.280.010.31302.4523.959.8
HexB180AF01C11F12e183c
Octal2612002570341374563074
Binary10110001100000001010111101110011111110010111011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B180AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B180AF; }

 p { color: rgb(177,128,175); }

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

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

 a { background-color: rgb(177,128,175); }

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

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

 span { border-color: rgb(177,128,175); }

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