#B682B3

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

Shades of London Hue #B682B3

Tints of London Hue #B682B3

Color information

#B682B3 (or 0xB682B3) is unknown color: approx London Hue. HEX triplet: B6, 82 and B3. RGB value is (182,130,179). Sum of RGB (Red+Green+Blue) = 182+130+179=491 (65% of max value = 765). Red value is 182 (71.48% from 255 or 37.07% from 491); Green value is 130 (51.17% from 255 or 26.48% from 491); Blue value is 179 (70.31% from 255 or 36.46% from 491); Max value from RGB is 182 - color contains mainly: red. Hex color #B682B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B682B3 is #497D4C. Grayscale: #969696. Windows color (decimal): -4816205 or 11764406. OLE color: 11764406.

HSL color Cylindrical-coordinate representation of color #B682B3: hue angle of 303.46º degrees, saturation: 0.26, 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 #B682B3 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB182130179-
CMYK00.290.020.29
HSL303.46º26.26%61.18%-
HSV(B)303.46º28.57%71.37%-
XYZ35.4129.1746.41-
YUV151.13143.73150.02-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.07%
GREEN value IS 130 (51.17% from 255) = 26.48%
BLUE value IS 179 (70.31% from 255) = 36.46%
R=37.07%
G=26.48%
B=36.46%

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
Decimal18213017900.290.020.29303.4626.2661.18
HexB682B301D21D12f1a3d
Octal2662022630352354573275
Binary101101101000001010110011011101101110110010111111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B682B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B682B3; }

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

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

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

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

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

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

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

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