#B77BB3

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

Shades of London Hue #B77BB3

Tints of London Hue #B77BB3

Color information

#B77BB3 (or 0xB77BB3) is unknown color: approx London Hue. HEX triplet: B7, 7B and B3. RGB value is (183,123,179). Sum of RGB (Red+Green+Blue) = 183+123+179=485 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.73% from 485); Green value is 123 (48.44% from 255 or 25.36% from 485); Blue value is 179 (70.31% from 255 or 36.91% from 485); Max value from RGB is 183 - color contains mainly: red. Hex color #B77BB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77BB3 is #48844C. Grayscale: #939393. Windows color (decimal): -4752461 or 11762615. OLE color: 11762615.

HSL color Cylindrical-coordinate representation of color #B77BB3: hue angle of 304º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B77BB3 is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.28.

Color convert

RGB183123179-
CMYK00.330.020.28
HSL304º29.41%60%-
HSV(B)304º32.79%71.76%-
XYZ34.7527.4946.12-
YUV147.32145.88153.45-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.73%
GREEN value IS 123 (48.44% from 255) = 25.36%
BLUE value IS 179 (70.31% from 255) = 36.91%
R=37.73%
G=25.36%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312317900.330.020.2830429.4160
HexB77BB302121C1301d3c
Octal2671732630412344603574
Binary101101111111011101100110100001101110010011000011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77BB3; }

 p { color: rgb(183,123,179); }

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

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

 a { background-color: rgb(183,123,179); }

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

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

 span { border-color: rgb(183,123,179); }

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