#B881AF

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

Shades of London Hue #B881AF

Tints of London Hue #B881AF

Color information

#B881AF (or 0xB881AF) is unknown color: approx London Hue. HEX triplet: B8, 81 and AF. RGB value is (184,129,175). Sum of RGB (Red+Green+Blue) = 184+129+175=488 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.70% from 488); Green value is 129 (50.78% from 255 or 26.43% from 488); Blue value is 175 (68.75% from 255 or 35.86% from 488); Max value from RGB is 184 - color contains mainly: red. Hex color #B881AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B881AF is #477E50. Grayscale: #969696. Windows color (decimal): -4685393 or 11502008. OLE color: 11502008.

HSL color Cylindrical-coordinate representation of color #B881AF: hue angle of 309.82º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B881AF is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB184129175-
CMYK00.300.050.28
HSL309.82º27.92%61.37%-
HSV(B)309.82º29.89%72.16%-
XYZ35.3628.9944.29-
YUV150.69141.72151.76-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.70%
GREEN value IS 129 (50.78% from 255) = 26.43%
BLUE value IS 175 (68.75% from 255) = 35.86%
R=37.70%
G=26.43%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412917500.300.050.28309.8227.9261.37
HexB881AF01E51C1361c3d
Octal2702012570365344663475
Binary1011100010000001101011110111101011110010011011011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B881AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B881AF; }

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

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

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

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

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

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

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

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