#B877B4

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

Shades of London Hue #B877B4

Tints of London Hue #B877B4

Color information

#B877B4 (or 0xB877B4) is unknown color: approx London Hue. HEX triplet: B8, 77 and B4. RGB value is (184,119,180). Sum of RGB (Red+Green+Blue) = 184+119+180=483 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.10% from 483); Green value is 119 (46.88% from 255 or 24.64% from 483); Blue value is 180 (70.70% from 255 or 37.27% from 483); Max value from RGB is 184 - color contains mainly: red. Hex color #B877B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B877B4 is #47884B. Grayscale: #919191. Windows color (decimal): -4687948 or 11827128. OLE color: 11827128.

HSL color Cylindrical-coordinate representation of color #B877B4: hue angle of 303.69º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B877B4 is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.28.

Color convert

RGB184119180-
CMYK00.350.020.28
HSL303.69º31.4%59.41%-
HSV(B)303.69º35.33%72.16%-
XYZ34.626.6846.51-
YUV145.39147.53155.54-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.10%
GREEN value IS 119 (46.88% from 255) = 24.64%
BLUE value IS 180 (70.70% from 255) = 37.27%
R=38.10%
G=24.64%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411918000.350.020.28303.6931.459.41
HexB877B402321C1301f3b
Octal2701672640432344603773
Binary101110001110111101101000100011101110010011000011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B877B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B877B4; }

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

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

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

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

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

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

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

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