#B881BA

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

Shades of London Hue #B881BA

Tints of London Hue #B881BA

Color information

#B881BA (or 0xB881BA) is unknown color: approx London Hue. HEX triplet: B8, 81 and BA. RGB value is (184,129,186). Sum of RGB (Red+Green+Blue) = 184+129+186=499 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.87% from 499); Green value is 129 (50.78% from 255 or 25.85% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 186 - color contains mainly: blue. Hex color #B881BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B881BA is #477E45. Grayscale: #979797. Windows color (decimal): -4685382 or 12222904. OLE color: 12222904.

HSL color Cylindrical-coordinate representation of color #B881BA: hue angle of 297.89º degrees, saturation: 0.29, 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 #B881BA is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB184129186-
CMYK0.010.3100.27
HSL297.89º29.23%61.76%-
HSV(B)297.89º30.65%72.94%-
XYZ36.4829.4450.21-
YUV151.94147.22150.87-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.87%
GREEN value IS 129 (50.78% from 255) = 25.85%
BLUE value IS 186 (73.05% from 255) = 37.27%
R=36.87%
G=25.85%
B=37.27%

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
Decimal1841291860.010.3100.27297.8929.2361.76
HexB881BA11F01B12a1d3e
Octal2702012721370334523576
Binary10111000100000011011101011111101101110010101011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B881BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B881BA; }

 p { color: rgb(184,129,186); }

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

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

 a { background-color: rgb(184,129,186); }

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

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

 span { border-color: rgb(184,129,186); }

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