#B082B3

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

Shades of London Hue #B082B3

Tints of London Hue #B082B3

Color information

#B082B3 (or 0xB082B3) is unknown color: approx London Hue. HEX triplet: B0, 82 and B3. RGB value is (176,130,179). Sum of RGB (Red+Green+Blue) = 176+130+179=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 130 (51.17% from 255 or 26.80% from 485); Blue value is 179 (70.31% from 255 or 36.91% from 485); Max value from RGB is 179 - color contains mainly: blue. Hex color #B082B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B082B3 is #4F7D4C. Grayscale: #959595. Windows color (decimal): -5209421 or 11764400. OLE color: 11764400.

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

Color convert

RGB176130179-
CMYK0.020.2700.30
HSL296.33º24.38%60.59%-
HSV(B)296.33º27.37%70.2%-
XYZ34.0228.4546.35-
YUV149.34144.74147.02-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.29%
GREEN value IS 130 (51.17% from 255) = 26.80%
BLUE value IS 179 (70.31% from 255) = 36.91%
R=36.29%
G=26.80%
B=36.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1761301790.020.2700.30296.3324.3860.59
HexB082B321B01E128183d
Octal2602022632330364503075
Binary101100001000001010110011101101101111010010100011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B082B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B082B3; }

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

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

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

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

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

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

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

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