#B681B3

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

Shades of London Hue #B681B3

Tints of London Hue #B681B3

Color information

#B681B3 (or 0xB681B3) is unknown color: approx London Hue. HEX triplet: B6, 81 and B3. RGB value is (182,129,179). Sum of RGB (Red+Green+Blue) = 182+129+179=490 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.14% from 490); Green value is 129 (50.78% from 255 or 26.33% from 490); Blue value is 179 (70.31% from 255 or 36.53% from 490); Max value from RGB is 182 - color contains mainly: red. Hex color #B681B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B681B3 is #497E4C. Grayscale: #969696. Windows color (decimal): -4816461 or 11764150. OLE color: 11764150.

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

Color convert

RGB182129179-
CMYK00.290.020.29
HSL303.4º26.63%60.98%-
HSV(B)303.4º29.12%71.37%-
XYZ35.2828.946.37-
YUV150.55144.06150.43-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.14%
GREEN value IS 129 (50.78% from 255) = 26.33%
BLUE value IS 179 (70.31% from 255) = 36.53%
R=37.14%
G=26.33%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212917900.290.020.29303.426.6360.98
HexB681B301D21D12f1b3d
Octal2662012630352354573375
Binary101101101000000110110011011101101110110010111111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B681B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B681B3; }

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

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

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

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

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

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

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

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