#B781AA

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

Shades of London Hue #B781AA

Tints of London Hue #B781AA

Color information

#B781AA (or 0xB781AA) is unknown color: approx London Hue. HEX triplet: B7, 81 and AA. RGB value is (183,129,170). Sum of RGB (Red+Green+Blue) = 183+129+170=482 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.97% from 482); Green value is 129 (50.78% from 255 or 26.76% from 482); Blue value is 170 (66.80% from 255 or 35.27% from 482); Max value from RGB is 183 - color contains mainly: red. Hex color #B781AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B781AA is #487E55. Grayscale: #959595. Windows color (decimal): -4750934 or 11174327. OLE color: 11174327.

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

Color convert

RGB183129170-
CMYK00.300.070.28
HSL314.44º27.27%61.18%-
HSV(B)314.44º29.51%71.76%-
XYZ34.6328.6741.74-
YUV149.82139.39151.67-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.97%
GREEN value IS 129 (50.78% from 255) = 26.76%
BLUE value IS 170 (66.80% from 255) = 35.27%
R=37.97%
G=26.76%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312917000.300.070.28314.4427.2761.18
HexB781AA01E71C13a1b3d
Octal2672012520367344723375
Binary1011011110000001101010100111101111110010011101011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B781AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B781AA; }

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

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

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

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

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

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

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

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