#B981B0

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

Shades of London Hue #B981B0

Tints of London Hue #B981B0

Color information

#B981B0 (or 0xB981B0) is unknown color: approx London Hue. HEX triplet: B9, 81 and B0. RGB value is (185,129,176). Sum of RGB (Red+Green+Blue) = 185+129+176=490 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.76% from 490); Green value is 129 (50.78% from 255 or 26.33% from 490); Blue value is 176 (69.14% from 255 or 35.92% from 490); Max value from RGB is 185 - color contains mainly: red. Hex color #B981B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B981B0 is #467E4F. Grayscale: #969696. Windows color (decimal): -4619856 or 11567545. OLE color: 11567545.

HSL color Cylindrical-coordinate representation of color #B981B0: hue angle of 309.64º 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 #B981B0 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB185129176-
CMYK00.300.050.27
HSL309.64º28.57%61.57%-
HSV(B)309.64º30.27%72.55%-
XYZ35.6929.1544.82-
YUV151.1142.05152.18-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.76%
GREEN value IS 129 (50.78% from 255) = 26.33%
BLUE value IS 176 (69.14% from 255) = 35.92%
R=37.76%
G=26.33%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512917600.300.050.27309.6428.5761.57
HexB981B001E51B1361d3e
Octal2712012600365334663576
Binary1011100110000001101100000111101011101110011011011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B981B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B981B0; }

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

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

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

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

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

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

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

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