#B77EB5

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

Shades of London Hue #B77EB5

Tints of London Hue #B77EB5

Color information

#B77EB5 (or 0xB77EB5) is unknown color: approx London Hue. HEX triplet: B7, 7E and B5. RGB value is (183,126,181). Sum of RGB (Red+Green+Blue) = 183+126+181=490 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.35% from 490); Green value is 126 (49.61% from 255 or 25.71% from 490); Blue value is 181 (71.09% from 255 or 36.94% from 490); Max value from RGB is 183 - color contains mainly: red. Hex color #B77EB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77EB5 is #48814A. Grayscale: #959595. Windows color (decimal): -4751691 or 11894455. OLE color: 11894455.

HSL color Cylindrical-coordinate representation of color #B77EB5: hue angle of 302.11º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B77EB5 is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.28.

Color convert

RGB183126181-
CMYK00.310.010.28
HSL302.11º28.36%60.59%-
HSV(B)302.11º31.15%71.76%-
XYZ35.3328.3347.32-
YUV149.31145.88152.03-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.35%
GREEN value IS 126 (49.61% from 255) = 25.71%
BLUE value IS 181 (71.09% from 255) = 36.94%
R=37.35%
G=25.71%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.01
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312618100.310.010.28302.1128.3660.59
HexB77EB501F11C12e1c3d
Octal2671762650371344563475
Binary1011011111111101011010101111111110010010111011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77EB5; }

 p { color: rgb(183,126,181); }

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

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

 a { background-color: rgb(183,126,181); }

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

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

 span { border-color: rgb(183,126,181); }

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