#B080B3

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

Shades of London Hue #B080B3

Tints of London Hue #B080B3

Color information

#B080B3 (or 0xB080B3) is unknown color: approx London Hue. HEX triplet: B0, 80 and B3. RGB value is (176,128,179). Sum of RGB (Red+Green+Blue) = 176+128+179=483 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.44% from 483); Green value is 128 (50.39% from 255 or 26.50% from 483); Blue value is 179 (70.31% from 255 or 37.06% from 483); Max value from RGB is 179 - color contains mainly: blue. Hex color #B080B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B080B3 is #4F7F4C. Grayscale: #949494. Windows color (decimal): -5209933 or 11763888. OLE color: 11763888.

HSL color Cylindrical-coordinate representation of color #B080B3: hue angle of 296.47º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B080B3 is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB176128179-
CMYK0.020.2800.30
HSL296.47º25.12%60.2%-
HSV(B)296.47º28.49%70.2%-
XYZ33.7627.9246.26-
YUV148.17145.4147.85-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.44%
GREEN value IS 128 (50.39% from 255) = 26.50%
BLUE value IS 179 (70.31% from 255) = 37.06%
R=36.44%
G=26.50%
B=37.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1761281790.020.2800.30296.4725.1260.2
HexB080B321C01E128193c
Octal2602002632340364503174
Binary101100001000000010110011101110001111010010100011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B080B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B080B3; }

 p { color: rgb(176,128,179); }

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

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

 a { background-color: rgb(176,128,179); }

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

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

 span { border-color: rgb(176,128,179); }

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