#B681BA

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

Shades of London Hue #B681BA

Tints of London Hue #B681BA

Color information

#B681BA (or 0xB681BA) is unknown color: approx London Hue. HEX triplet: B6, 81 and BA. RGB value is (182,129,186). Sum of RGB (Red+Green+Blue) = 182+129+186=497 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.62% from 497); Green value is 129 (50.78% from 255 or 25.96% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 186 - color contains mainly: blue. Hex color #B681BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B681BA is #497E45. Grayscale: #979797. Windows color (decimal): -4816454 or 12222902. OLE color: 12222902.

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

Color convert

RGB182129186-
CMYK0.020.3100.27
HSL295.79º29.23%61.76%-
HSV(B)295.79º30.65%72.94%-
XYZ3629.1950.19-
YUV151.34147.56149.87-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.62%
GREEN value IS 129 (50.78% from 255) = 25.96%
BLUE value IS 186 (73.05% from 255) = 37.42%
R=36.62%
G=25.96%
B=37.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821291860.020.3100.27295.7929.2361.76
HexB681BA21F01B1281d3e
Octal2662012722370334503576
Binary101101101000000110111010101111101101110010100011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B681BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B681BA; }

 p { color: rgb(182,129,186); }

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

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

 a { background-color: rgb(182,129,186); }

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

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

 span { border-color: rgb(182,129,186); }

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