#B878BB

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

Shades of London Hue #B878BB

Tints of London Hue #B878BB

Color information

#B878BB (or 0xB878BB) is unknown color: approx London Hue. HEX triplet: B8, 78 and BB. RGB value is (184,120,187). Sum of RGB (Red+Green+Blue) = 184+120+187=491 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.47% from 491); Green value is 120 (47.27% from 255 or 24.44% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 187 - color contains mainly: blue. Hex color #B878BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B878BB is #478744. Grayscale: #929292. Windows color (decimal): -4687685 or 12286136. OLE color: 12286136.

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

Color convert

RGB184120187-
CMYK0.020.3600.27
HSL297.31º33%60.2%-
HSV(B)297.31º35.83%73.33%-
XYZ35.4527.2150.4-
YUV146.77150.7154.55-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.47%
GREEN value IS 120 (47.27% from 255) = 24.44%
BLUE value IS 187 (73.44% from 255) = 38.09%
R=37.47%
G=24.44%
B=38.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1841201870.020.3600.27297.313360.2
HexB878BB22401B129213c
Octal2701702732440334514174
Binary1011100011110001011101110100100011011100101001100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B878BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B878BB; }

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

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

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

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

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

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

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

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