#B877B3

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

Shades of London Hue #B877B3

Tints of London Hue #B877B3

Color information

#B877B3 (or 0xB877B3) is unknown color: approx London Hue. HEX triplet: B8, 77 and B3. RGB value is (184,119,179). Sum of RGB (Red+Green+Blue) = 184+119+179=482 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.17% from 482); Green value is 119 (46.88% from 255 or 24.69% from 482); Blue value is 179 (70.31% from 255 or 37.14% from 482); Max value from RGB is 184 - color contains mainly: red. Hex color #B877B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B877B3 is #47884C. Grayscale: #919191. Windows color (decimal): -4687949 or 11761592. OLE color: 11761592.

HSL color Cylindrical-coordinate representation of color #B877B3: hue angle of 304.62º 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 #B877B3 is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB184119179-
CMYK00.350.030.28
HSL304.62º31.4%59.41%-
HSV(B)304.62º35.33%72.16%-
XYZ34.526.6445.97-
YUV145.28147.03155.62-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.17%
GREEN value IS 119 (46.88% from 255) = 24.69%
BLUE value IS 179 (70.31% from 255) = 37.14%
R=38.17%
G=24.69%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411917900.350.030.28304.6231.459.41
HexB877B302331C1311f3b
Octal2701672630433344613773
Binary101110001110111101100110100011111110010011000111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B877B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B877B3; }

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

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

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

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

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

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

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

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