#B181B0

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

Shades of London Hue #B181B0

Tints of London Hue #B181B0

Color information

#B181B0 (or 0xB181B0) is unknown color: approx London Hue. HEX triplet: B1, 81 and B0. RGB value is (177,129,176). Sum of RGB (Red+Green+Blue) = 177+129+176=482 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.72% from 482); Green value is 129 (50.78% from 255 or 26.76% from 482); Blue value is 176 (69.14% from 255 or 36.51% from 482); Max value from RGB is 177 - color contains mainly: red. Hex color #B181B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B181B0 is #4E7E4F. Grayscale: #949494. Windows color (decimal): -5144144 or 11567537. OLE color: 11567537.

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

Color convert

RGB177129176-
CMYK00.270.010.31
HSL301.25º23.53%60%-
HSV(B)301.25º27.12%69.41%-
XYZ33.8228.1844.73-
YUV148.71143.4148.18-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.72%
GREEN value IS 129 (50.78% from 255) = 26.76%
BLUE value IS 176 (69.14% from 255) = 36.51%
R=36.72%
G=26.76%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712917600.270.010.31301.2523.5360
HexB181B001B11F12d183c
Octal2612012600331374553074
Binary10110001100000011011000001101111111110010110111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B181B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B181B0; }

 p { color: rgb(177,129,176); }

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

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

 a { background-color: rgb(177,129,176); }

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

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

 span { border-color: rgb(177,129,176); }

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