#B781AC

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

Shades of London Hue #B781AC

Tints of London Hue #B781AC

Color information

#B781AC (or 0xB781AC) is unknown color: approx London Hue. HEX triplet: B7, 81 and AC. RGB value is (183,129,172). Sum of RGB (Red+Green+Blue) = 183+129+172=484 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.81% from 484); Green value is 129 (50.78% from 255 or 26.65% from 484); Blue value is 172 (67.58% from 255 or 35.54% from 484); Max value from RGB is 183 - color contains mainly: red. Hex color #B781AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B781AC is #487E53. Grayscale: #959595. Windows color (decimal): -4750932 or 11305399. OLE color: 11305399.

HSL color Cylindrical-coordinate representation of color #B781AC: hue angle of 312.22º degrees, saturation: 0.27, 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 #B781AC is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB183129172-
CMYK00.300.060.28
HSL312.22º27.27%61.18%-
HSV(B)312.22º29.51%71.76%-
XYZ34.8328.7542.74-
YUV150.05140.39151.5-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.81%
GREEN value IS 129 (50.78% from 255) = 26.65%
BLUE value IS 172 (67.58% from 255) = 35.54%
R=37.81%
G=26.65%
B=35.54%

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
Decimal18312917200.300.060.28312.2227.2761.18
HexB781AC01E61C1381b3d
Octal2672012540366344703375
Binary1011011110000001101011000111101101110010011100011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B781AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B781AC; }

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

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

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

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

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

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

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

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