#B981B3

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

Shades of London Hue #B981B3

Tints of London Hue #B981B3

Color information

#B981B3 (or 0xB981B3) is unknown color: approx London Hue. HEX triplet: B9, 81 and B3. RGB value is (185,129,179). Sum of RGB (Red+Green+Blue) = 185+129+179=493 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.53% from 493); Green value is 129 (50.78% from 255 or 26.17% from 493); Blue value is 179 (70.31% from 255 or 36.31% from 493); Max value from RGB is 185 - color contains mainly: red. Hex color #B981B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B981B3 is #467E4C. Grayscale: #979797. Windows color (decimal): -4619853 or 11764153. OLE color: 11764153.

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

Color convert

RGB185129179-
CMYK00.300.030.27
HSL306.43º28.57%61.57%-
HSV(B)306.43º30.27%72.55%-
XYZ35.9929.2746.4-
YUV151.44143.55151.93-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.53%
GREEN value IS 129 (50.78% from 255) = 26.17%
BLUE value IS 179 (70.31% from 255) = 36.31%
R=37.53%
G=26.17%
B=36.31%

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
Decimal18512917900.300.030.27306.4328.5761.57
HexB981B301E31B1321d3e
Octal2712012630363334623576
Binary101110011000000110110011011110111101110011001011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B981B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B981B3; }

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

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

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

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

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

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

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

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