#B981BB

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

Shades of London Hue #B981BB

Tints of London Hue #B981BB

Color information

#B981BB (or 0xB981BB) is unknown color: approx London Hue. HEX triplet: B9, 81 and BB. RGB value is (185,129,187). Sum of RGB (Red+Green+Blue) = 185+129+187=501 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.93% from 501); Green value is 129 (50.78% from 255 or 25.75% from 501); Blue value is 187 (73.44% from 255 or 37.33% from 501); Max value from RGB is 187 - color contains mainly: blue. Hex color #B981BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B981BB is #467E44. Grayscale: #989898. Windows color (decimal): -4619845 or 12288441. OLE color: 12288441.

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

Color convert

RGB185129187-
CMYK0.010.3100.27
HSL297.93º29.9%61.96%-
HSV(B)297.93º31.02%73.33%-
XYZ36.8329.650.79-
YUV152.36147.55151.28-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.93%
GREEN value IS 129 (50.78% from 255) = 25.75%
BLUE value IS 187 (73.44% from 255) = 37.33%
R=36.93%
G=25.75%
B=37.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851291870.010.3100.27297.9329.961.96
HexB981BB11F01B12a1e3e
Octal2712012731370334523676
Binary10111001100000011011101111111101101110010101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B981BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B981BB; }

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

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

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

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

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

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

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

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