#B881BC

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

Shades of London Hue #B881BC

Tints of London Hue #B881BC

Color information

#B881BC (or 0xB881BC) is unknown color: approx London Hue. HEX triplet: B8, 81 and BC. RGB value is (184,129,188). Sum of RGB (Red+Green+Blue) = 184+129+188=501 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.73% from 501); Green value is 129 (50.78% from 255 or 25.75% from 501); Blue value is 188 (73.83% from 255 or 37.52% from 501); Max value from RGB is 188 - color contains mainly: blue. Hex color #B881BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B881BC is #477E43. Grayscale: #979797. Windows color (decimal): -4685380 or 12353976. OLE color: 12353976.

HSL color Cylindrical-coordinate representation of color #B881BC: hue angle of 295.93º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B881BC is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB184129188-
CMYK0.020.3100.26
HSL295.93º30.57%62.16%-
HSV(B)295.93º31.38%73.73%-
XYZ36.6929.5251.34-
YUV152.17148.22150.7-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.73%
GREEN value IS 129 (50.78% from 255) = 25.75%
BLUE value IS 188 (73.83% from 255) = 37.52%
R=36.73%
G=25.75%
B=37.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1841291880.020.3100.26295.9330.5762.16
HexB881BC21F01A1281f3e
Octal2702012742370324503776
Binary101110001000000110111100101111101101010010100011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B881BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B881BC; }

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

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

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

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

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

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

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

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