#B981B4

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

Shades of London Hue #B981B4

Tints of London Hue #B981B4

Color information

#B981B4 (or 0xB981B4) is unknown color: approx London Hue. HEX triplet: B9, 81 and B4. RGB value is (185,129,180). Sum of RGB (Red+Green+Blue) = 185+129+180=494 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.45% from 494); Green value is 129 (50.78% from 255 or 26.11% from 494); Blue value is 180 (70.70% from 255 or 36.44% from 494); Max value from RGB is 185 - color contains mainly: red. Hex color #B981B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B981B4 is #467E4B. Grayscale: #979797. Windows color (decimal): -4619852 or 11829689. OLE color: 11829689.

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

Color convert

RGB185129180-
CMYK00.300.030.27
HSL305.36º28.57%61.57%-
HSV(B)305.36º30.27%72.55%-
XYZ36.129.3146.93-
YUV151.56144.05151.85-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.45%
GREEN value IS 129 (50.78% from 255) = 26.11%
BLUE value IS 180 (70.70% from 255) = 36.44%
R=37.45%
G=26.11%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512918000.300.030.27305.3628.5761.57
HexB981B401E31B1311d3e
Octal2712012640363334613576
Binary101110011000000110110100011110111101110011000111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B981B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B981B4; }

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

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

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

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

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

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

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

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