#B878B0

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

Shades of London Hue #B878B0

Tints of London Hue #B878B0

Color information

#B878B0 (or 0xB878B0) is unknown color: approx London Hue. HEX triplet: B8, 78 and B0. RGB value is (184,120,176). Sum of RGB (Red+Green+Blue) = 184+120+176=480 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.33% from 480); Green value is 120 (47.27% from 255 or 25% from 480); Blue value is 176 (69.14% from 255 or 36.67% from 480); Max value from RGB is 184 - color contains mainly: red. Hex color #B878B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B878B0 is #47874F. Grayscale: #919191. Windows color (decimal): -4687696 or 11565240. OLE color: 11565240.

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

Color convert

RGB184120176-
CMYK00.350.040.28
HSL307.5º31.07%59.61%-
HSV(B)307.5º34.78%72.16%-
XYZ34.3226.7644.43-
YUV145.52145.2155.45-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.33%
GREEN value IS 120 (47.27% from 255) = 25%
BLUE value IS 176 (69.14% from 255) = 36.67%
R=38.33%
G=25%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412017600.350.040.28307.531.0759.61
HexB878B002341C1341f3c
Octal2701702600434344643774
Binary1011100011110001011000001000111001110010011010011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B878B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B878B0; }

 p { color: rgb(184,120,176); }

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

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

 a { background-color: rgb(184,120,176); }

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

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

 span { border-color: rgb(184,120,176); }

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