#B878B4

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

Shades of London Hue #B878B4

Tints of London Hue #B878B4

Color information

#B878B4 (or 0xB878B4) is unknown color: approx London Hue. HEX triplet: B8, 78 and B4. RGB value is (184,120,180). Sum of RGB (Red+Green+Blue) = 184+120+180=484 (64% of max value = 765). Red value is 184 (72.27% from 255 or 38.02% from 484); Green value is 120 (47.27% from 255 or 24.79% from 484); Blue value is 180 (70.70% from 255 or 37.19% from 484); Max value from RGB is 184 - color contains mainly: red. Hex color #B878B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B878B4 is #47874B. Grayscale: #919191. Windows color (decimal): -4687692 or 11827384. OLE color: 11827384.

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

Color convert

RGB184120180-
CMYK00.350.020.28
HSL303.75º31.07%59.61%-
HSV(B)303.75º34.78%72.16%-
XYZ34.7226.9246.55-
YUV145.98147.2155.12-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.02%
GREEN value IS 120 (47.27% from 255) = 24.79%
BLUE value IS 180 (70.70% from 255) = 37.19%
R=38.02%
G=24.79%
B=37.19%

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
Decimal18412018000.350.020.28303.7531.0759.61
HexB878B402321C1301f3c
Octal2701702640432344603774
Binary101110001111000101101000100011101110010011000011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B878B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B878B4; }

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

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

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

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

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

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

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

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