#B778BA

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

Shades of London Hue #B778BA

Tints of London Hue #B778BA

Color information

#B778BA (or 0xB778BA) is unknown color: approx London Hue. HEX triplet: B7, 78 and BA. RGB value is (183,120,186). Sum of RGB (Red+Green+Blue) = 183+120+186=489 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.42% from 489); Green value is 120 (47.27% from 255 or 24.54% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 186 - color contains mainly: blue. Hex color #B778BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B778BA is #488745. Grayscale: #929292. Windows color (decimal): -4753222 or 12220599. OLE color: 12220599.

HSL color Cylindrical-coordinate representation of color #B778BA: hue angle of 297.27º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B778BA is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB183120186-
CMYK0.020.3500.27
HSL297.27º32.35%60%-
HSV(B)297.27º35.48%72.94%-
XYZ35.1127.0549.82-
YUV146.36150.37154.13-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.42%
GREEN value IS 120 (47.27% from 255) = 24.54%
BLUE value IS 186 (73.05% from 255) = 38.04%
R=37.42%
G=24.54%
B=38.04%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1831201860.020.3500.27297.2732.3560
HexB778BA22301B129203c
Octal2671702722430334514074
Binary1011011111110001011101010100011011011100101001100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B778BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B778BA; }

 p { color: rgb(183,120,186); }

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

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

 a { background-color: rgb(183,120,186); }

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

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

 span { border-color: rgb(183,120,186); }

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