#B981B6

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

Shades of London Hue #B981B6

Tints of London Hue #B981B6

Color information

#B981B6 (or 0xB981B6) is unknown color: approx London Hue. HEX triplet: B9, 81 and B6. RGB value is (185,129,182). Sum of RGB (Red+Green+Blue) = 185+129+182=496 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.30% from 496); Green value is 129 (50.78% from 255 or 26.01% from 496); Blue value is 182 (71.48% from 255 or 36.69% from 496); Max value from RGB is 185 - color contains mainly: red. Hex color #B981B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B981B6 is #467E49. Grayscale: #979797. Windows color (decimal): -4619850 or 11960761. OLE color: 11960761.

HSL color Cylindrical-coordinate representation of color #B981B6: hue angle of 303.21º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B981B6 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB185129182-
CMYK00.300.020.27
HSL303.21º28.57%61.57%-
HSV(B)303.21º30.27%72.55%-
XYZ36.329.3948.02-
YUV151.79145.05151.69-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.30%
GREEN value IS 129 (50.78% from 255) = 26.01%
BLUE value IS 182 (71.48% from 255) = 36.69%
R=37.30%
G=26.01%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512918200.300.020.27303.2128.5761.57
HexB981B601E21B12f1d3e
Octal2712012660362334573576
Binary101110011000000110110110011110101101110010111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B981B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B981B6; }

 p { color: rgb(185,129,182); }

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

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

 a { background-color: rgb(185,129,182); }

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

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

 span { border-color: rgb(185,129,182); }

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