#B175B2

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

Shades of London Hue #B175B2

Tints of London Hue #B175B2

Color information

#B175B2 (or 0xB175B2) is unknown color: approx London Hue. HEX triplet: B1, 75 and B2. RGB value is (177,117,178). Sum of RGB (Red+Green+Blue) = 177+117+178=472 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.5% from 472); Green value is 117 (46.09% from 255 or 24.79% from 472); Blue value is 178 (69.92% from 255 or 37.71% from 472); Max value from RGB is 178 - color contains mainly: blue. Hex color #B175B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B175B2 is #4E8A4D. Grayscale: #8D8D8D. Windows color (decimal): -5147214 or 11695537. OLE color: 11695537.

HSL color Cylindrical-coordinate representation of color #B175B2: hue angle of 299.02º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B175B2 is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB177117178-
CMYK0.010.3400.30
HSL299.02º28.37%57.84%-
HSV(B)299.02º34.27%69.8%-
XYZ32.5325.2845.29-
YUV141.89148.38153.04-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.5%
GREEN value IS 117 (46.09% from 255) = 24.79%
BLUE value IS 178 (69.92% from 255) = 37.71%
R=37.5%
G=24.79%
B=37.71%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1771171780.010.3400.30299.0228.3757.84
HexB175B212201E12b1c3a
Octal2611652621420364533472
Binary10110001111010110110010110001001111010010101111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B175B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B175B2; }

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

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

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

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

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

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

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

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