#B77BB0

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

Shades of London Hue #B77BB0

Tints of London Hue #B77BB0

Color information

#B77BB0 (or 0xB77BB0) is unknown color: approx London Hue. HEX triplet: B7, 7B and B0. RGB value is (183,123,176). Sum of RGB (Red+Green+Blue) = 183+123+176=482 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.97% from 482); Green value is 123 (48.44% from 255 or 25.52% from 482); Blue value is 176 (69.14% from 255 or 36.51% from 482); Max value from RGB is 183 - color contains mainly: red. Hex color #B77BB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77BB0 is #48844F. Grayscale: #929292. Windows color (decimal): -4752464 or 11566007. OLE color: 11566007.

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

Color convert

RGB183123176-
CMYK00.330.040.28
HSL307º29.41%60%-
HSV(B)307º32.79%71.76%-
XYZ34.4527.3744.54-
YUV146.98144.38153.69-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.97%
GREEN value IS 123 (48.44% from 255) = 25.52%
BLUE value IS 176 (69.14% from 255) = 36.51%
R=37.97%
G=25.52%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312317600.330.040.2830729.4160
HexB77BB002141C1331d3c
Octal2671732600414344633574
Binary1011011111110111011000001000011001110010011001111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77BB0; }

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

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

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

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

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

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

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

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