#B485B3

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

Shades of London Hue #B485B3

Tints of London Hue #B485B3

Color information

#B485B3 (or 0xB485B3) is unknown color: approx London Hue. HEX triplet: B4, 85 and B3. RGB value is (180,133,179). Sum of RGB (Red+Green+Blue) = 180+133+179=492 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.59% from 492); Green value is 133 (52.34% from 255 or 27.03% from 492); Blue value is 179 (70.31% from 255 or 36.38% from 492); Max value from RGB is 180 - color contains mainly: red. Hex color #B485B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B485B3 is #4B7A4C. Grayscale: #989898. Windows color (decimal): -4946509 or 11765172. OLE color: 11765172.

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

Color convert

RGB180133179-
CMYK00.260.010.29
HSL301.28º23.86%61.37%-
HSV(B)301.28º26.11%70.59%-
XYZ35.3529.7346.52-
YUV152.3143.07147.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.59%
GREEN value IS 133 (52.34% from 255) = 27.03%
BLUE value IS 179 (70.31% 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.29
SystemRedGreenBlueCMYKHSL
Decimal18013317900.260.010.29301.2823.8661.37
HexB485B301A11D12d183d
Octal2642052630321354553075
Binary10110100100001011011001101101011110110010110111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B485B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B485B3; }

 p { color: rgb(180,133,179); }

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

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

 a { background-color: rgb(180,133,179); }

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

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

 span { border-color: rgb(180,133,179); }

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