#B780AC

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

Shades of London Hue #B780AC

Tints of London Hue #B780AC

Color information

#B780AC (or 0xB780AC) is unknown color: approx London Hue. HEX triplet: B7, 80 and AC. RGB value is (183,128,172). Sum of RGB (Red+Green+Blue) = 183+128+172=483 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.89% from 483); Green value is 128 (50.39% from 255 or 26.50% from 483); Blue value is 172 (67.58% from 255 or 35.61% from 483); Max value from RGB is 183 - color contains mainly: red. Hex color #B780AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B780AC is #487F53. Grayscale: #959595. Windows color (decimal): -4751188 or 11305143. OLE color: 11305143.

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

Color convert

RGB183128172-
CMYK00.300.060.28
HSL312º27.64%60.98%-
HSV(B)312º30.05%71.76%-
XYZ34.6928.4842.7-
YUV149.46140.72151.92-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.89%
GREEN value IS 128 (50.39% from 255) = 26.50%
BLUE value IS 172 (67.58% from 255) = 35.61%
R=37.89%
G=26.50%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312817200.300.060.2831227.6460.98
HexB780AC01E61C1381c3d
Octal2672002540366344703475
Binary1011011110000000101011000111101101110010011100011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B780AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B780AC; }

 p { color: rgb(183,128,172); }

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

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

 a { background-color: rgb(183,128,172); }

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

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

 span { border-color: rgb(183,128,172); }

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