#B475B2

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

Shades of London Hue #B475B2

Tints of London Hue #B475B2

Color information

#B475B2 (or 0xB475B2) is unknown color: approx London Hue. HEX triplet: B4, 75 and B2. RGB value is (180,117,178). Sum of RGB (Red+Green+Blue) = 180+117+178=475 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.89% from 475); Green value is 117 (46.09% from 255 or 24.63% from 475); Blue value is 178 (69.92% from 255 or 37.47% from 475); Max value from RGB is 180 - color contains mainly: red. Hex color #B475B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B475B2 is #4B8A4D. Grayscale: #8E8E8E. Windows color (decimal): -4950606 or 11695540. OLE color: 11695540.

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

Color convert

RGB180117178-
CMYK00.350.010.29
HSL301.9º29.58%58.24%-
HSV(B)301.9º35%70.59%-
XYZ33.2225.6445.32-
YUV142.79147.87154.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.89%
GREEN value IS 117 (46.09% from 255) = 24.63%
BLUE value IS 178 (69.92% from 255) = 37.47%
R=37.89%
G=24.63%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011717800.350.010.29301.929.5858.24
HexB475B202311D12e1e3a
Octal2641652620431354563672
Binary10110100111010110110010010001111110110010111011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B475B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B475B2; }

 p { color: rgb(180,117,178); }

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

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

 a { background-color: rgb(180,117,178); }

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

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

 span { border-color: rgb(180,117,178); }

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