#B485B1

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

Shades of London Hue #B485B1

Tints of London Hue #B485B1

Color information

#B485B1 (or 0xB485B1) is unknown color: approx London Hue. HEX triplet: B4, 85 and B1. RGB value is (180,133,177). Sum of RGB (Red+Green+Blue) = 180+133+177=490 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.73% from 490); Green value is 133 (52.34% from 255 or 27.14% from 490); Blue value is 177 (69.53% from 255 or 36.12% from 490); Max value from RGB is 180 - color contains mainly: red. Hex color #B485B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B485B1 is #4B7A4E. Grayscale: #979797. Windows color (decimal): -4946511 or 11634100. OLE color: 11634100.

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

Color convert

RGB180133177-
CMYK00.260.020.29
HSL303.83º23.86%61.37%-
HSV(B)303.83º26.11%70.59%-
XYZ35.1529.6545.47-
YUV152.07142.07147.92-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.73%
GREEN value IS 133 (52.34% from 255) = 27.14%
BLUE value IS 177 (69.53% from 255) = 36.12%
R=36.73%
G=27.14%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013317700.260.020.29303.8323.8661.37
HexB485B101A21D130183d
Octal2642052610322354603075
Binary101101001000010110110001011010101110110011000011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B485B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B485B1; }

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

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

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

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

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

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

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

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