#B878B3

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

Shades of London Hue #B878B3

Tints of London Hue #B878B3

Color information

#B878B3 (or 0xB878B3) is unknown color: approx London Hue. HEX triplet: B8, 78 and B3. RGB value is (184,120,179). Sum of RGB (Red+Green+Blue) = 184+120+179=483 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.10% from 483); Green value is 120 (47.27% from 255 or 24.84% from 483); Blue value is 179 (70.31% from 255 or 37.06% from 483); Max value from RGB is 184 - color contains mainly: red. Hex color #B878B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B878B3 is #47874C. Grayscale: #919191. Windows color (decimal): -4687693 or 11761848. OLE color: 11761848.

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

Color convert

RGB184120179-
CMYK00.350.030.28
HSL304.69º31.07%59.61%-
HSV(B)304.69º34.78%72.16%-
XYZ34.6226.8846.01-
YUV145.86146.7155.2-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.10%
GREEN value IS 120 (47.27% from 255) = 24.84%
BLUE value IS 179 (70.31% from 255) = 37.06%
R=38.10%
G=24.84%
B=37.06%

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
Decimal18412017900.350.030.28304.6931.0759.61
HexB878B302331C1311f3c
Octal2701702630433344613774
Binary101110001111000101100110100011111110010011000111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B878B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B878B3; }

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

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

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

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

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

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

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

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