#B877BA

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

Shades of London Hue #B877BA

Tints of London Hue #B877BA

Color information

#B877BA (or 0xB877BA) is unknown color: approx London Hue. HEX triplet: B8, 77 and BA. RGB value is (184,119,186). Sum of RGB (Red+Green+Blue) = 184+119+186=489 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.63% from 489); Green value is 119 (46.88% from 255 or 24.34% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 186 - color contains mainly: blue. Hex color #B877BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B877BA is #478845. Grayscale: #919191. Windows color (decimal): -4687942 or 12220344. OLE color: 12220344.

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

Color convert

RGB184119186-
CMYK0.010.3600.27
HSL298.21º32.68%59.8%-
HSV(B)298.21º36.02%72.94%-
XYZ35.2326.9349.8-
YUV146.07150.53155.05-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.63%
GREEN value IS 119 (46.88% from 255) = 24.34%
BLUE value IS 186 (73.05% from 255) = 38.04%
R=37.63%
G=24.34%
B=38.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1841191860.010.3600.27298.2132.6859.8
HexB877BA12401B12a213c
Octal2701672721440334524174
Binary101110001110111101110101100100011011100101010100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B877BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B877BA; }

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

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

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

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

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

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

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

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