#B77DBA

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

Shades of London Hue #B77DBA

Tints of London Hue #B77DBA

Color information

#B77DBA (or 0xB77DBA) is unknown color: approx London Hue. HEX triplet: B7, 7D and BA. RGB value is (183,125,186). Sum of RGB (Red+Green+Blue) = 183+125+186=494 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.04% from 494); Green value is 125 (49.22% from 255 or 25.30% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 186 - color contains mainly: blue. Hex color #B77DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77DBA is #488245. Grayscale: #959595. Windows color (decimal): -4751942 or 12221879. OLE color: 12221879.

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

Color convert

RGB183125186-
CMYK0.020.3300.27
HSL297.05º30.65%60.98%-
HSV(B)297.05º32.8%72.94%-
XYZ35.7228.2850.03-
YUV149.3148.72152.04-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.04%
GREEN value IS 125 (49.22% from 255) = 25.30%
BLUE value IS 186 (73.05% from 255) = 37.65%
R=37.04%
G=25.30%
B=37.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1831251860.020.3300.27297.0530.6560.98
HexB77DBA22101B1291f3d
Octal2671752722410334513775
Binary101101111111101101110101010000101101110010100111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77DBA; }

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

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

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

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

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

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

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

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