#B981B5

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

Shades of London Hue #B981B5

Tints of London Hue #B981B5

Color information

#B981B5 (or 0xB981B5) is unknown color: approx London Hue. HEX triplet: B9, 81 and B5. RGB value is (185,129,181). Sum of RGB (Red+Green+Blue) = 185+129+181=495 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.37% from 495); Green value is 129 (50.78% from 255 or 26.06% from 495); Blue value is 181 (71.09% from 255 or 36.57% from 495); Max value from RGB is 185 - color contains mainly: red. Hex color #B981B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B981B5 is #467E4A. Grayscale: #979797. Windows color (decimal): -4619851 or 11895225. OLE color: 11895225.

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

Color convert

RGB185129181-
CMYK00.300.020.27
HSL304.29º28.57%61.57%-
HSV(B)304.29º30.27%72.55%-
XYZ36.229.3547.47-
YUV151.67144.55151.77-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.37%
GREEN value IS 129 (50.78% from 255) = 26.06%
BLUE value IS 181 (71.09% from 255) = 36.57%
R=37.37%
G=26.06%
B=36.57%

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
Decimal18512918100.300.020.27304.2928.5761.57
HexB981B501E21B1301d3e
Octal2712012650362334603576
Binary101110011000000110110101011110101101110011000011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B981B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B981B5; }

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

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

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

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

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

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

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

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