#B582AF

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

Shades of London Hue #B582AF

Tints of London Hue #B582AF

Color information

#B582AF (or 0xB582AF) is unknown color: approx London Hue. HEX triplet: B5, 82 and AF. RGB value is (181,130,175). Sum of RGB (Red+Green+Blue) = 181+130+175=486 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.24% from 486); Green value is 130 (51.17% from 255 or 26.75% from 486); Blue value is 175 (68.75% from 255 or 36.01% from 486); Max value from RGB is 181 - color contains mainly: red. Hex color #B582AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B582AF is #4A7D50. Grayscale: #969696. Windows color (decimal): -4881745 or 11502261. OLE color: 11502261.

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

Color convert

RGB181130175-
CMYK00.280.030.29
HSL307.06º25.63%60.98%-
HSV(B)307.06º28.18%70.98%-
XYZ34.7828.8844.3-
YUV150.38141.9149.84-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.24%
GREEN value IS 130 (51.17% from 255) = 26.75%
BLUE value IS 175 (68.75% from 255) = 36.01%
R=37.24%
G=26.75%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113017500.280.030.29307.0625.6360.98
HexB582AF01C31D1331a3d
Octal2652022570343354633275
Binary101101011000001010101111011100111110110011001111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B582AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B582AF; }

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

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

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

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

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

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

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

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