#B778B1

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

Shades of London Hue #B778B1

Tints of London Hue #B778B1

Color information

#B778B1 (or 0xB778B1) is unknown color: approx London Hue. HEX triplet: B7, 78 and B1. RGB value is (183,120,177). Sum of RGB (Red+Green+Blue) = 183+120+177=480 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.12% from 480); Green value is 120 (47.27% from 255 or 25% from 480); Blue value is 177 (69.53% from 255 or 36.88% from 480); Max value from RGB is 183 - color contains mainly: red. Hex color #B778B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B778B1 is #48874E. Grayscale: #919191. Windows color (decimal): -4753231 or 11630775. OLE color: 11630775.

HSL color Cylindrical-coordinate representation of color #B778B1: hue angle of 305.71º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B778B1 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB183120177-
CMYK00.340.030.28
HSL305.71º30.43%59.41%-
HSV(B)305.71º34.43%71.76%-
XYZ34.1826.6744.94-
YUV145.34145.87154.87-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.12%
GREEN value IS 120 (47.27% from 255) = 25%
BLUE value IS 177 (69.53% from 255) = 36.88%
R=38.12%
G=25%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312017700.340.030.28305.7130.4359.41
HexB778B102231C1321e3b
Octal2671702610423344623673
Binary101101111111000101100010100010111110010011001011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B778B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B778B1; }

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

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

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

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

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

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

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

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