#B082AF

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

Shades of London Hue #B082AF

Tints of London Hue #B082AF

Color information

#B082AF (or 0xB082AF) is unknown color: approx London Hue. HEX triplet: B0, 82 and AF. RGB value is (176,130,175). Sum of RGB (Red+Green+Blue) = 176+130+175=481 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.59% from 481); Green value is 130 (51.17% from 255 or 27.03% from 481); Blue value is 175 (68.75% from 255 or 36.38% from 481); Max value from RGB is 176 - color contains mainly: red. Hex color #B082AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B082AF is #4F7D50. Grayscale: #949494. Windows color (decimal): -5209425 or 11502256. OLE color: 11502256.

HSL color Cylindrical-coordinate representation of color #B082AF: hue angle of 301.3º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B082AF is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB176130175-
CMYK00.260.010.31
HSL301.3º22.55%60%-
HSV(B)301.3º26.14%69.02%-
XYZ33.6228.2944.25-
YUV148.88142.74147.34-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.59%
GREEN value IS 130 (51.17% from 255) = 27.03%
BLUE value IS 175 (68.75% from 255) = 36.38%
R=36.59%
G=27.03%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613017500.260.010.31301.322.5560
HexB082AF01A11F12d173c
Octal2602022570321374552774
Binary10110000100000101010111101101011111110010110110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B082AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B082AF; }

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

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

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

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

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

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

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

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