#B17DB0

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

Shades of London Hue #B17DB0

Tints of London Hue #B17DB0

Color information

#B17DB0 (or 0xB17DB0) is unknown color: approx London Hue. HEX triplet: B1, 7D and B0. RGB value is (177,125,176). Sum of RGB (Red+Green+Blue) = 177+125+176=478 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.03% from 478); Green value is 125 (49.22% from 255 or 26.15% from 478); Blue value is 176 (69.14% from 255 or 36.82% from 478); Max value from RGB is 177 - color contains mainly: red. Hex color #B17DB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17DB0 is #4E824F. Grayscale: #929292. Windows color (decimal): -5145168 or 11566513. OLE color: 11566513.

HSL color Cylindrical-coordinate representation of color #B17DB0: hue angle of 301.15º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B17DB0 is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB177125176-
CMYK00.290.010.31
HSL301.15º25%59.22%-
HSV(B)301.15º29.38%69.41%-
XYZ33.327.1544.56-
YUV146.36144.73149.85-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.03%
GREEN value IS 125 (49.22% from 255) = 26.15%
BLUE value IS 176 (69.14% from 255) = 36.82%
R=37.03%
G=26.15%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712517600.290.010.31301.152559.22
HexB17DB001D11F12d193b
Octal2611752600351374553173
Binary1011000111111011011000001110111111110010110111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17DB0; }

 p { color: rgb(177,125,176); }

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

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

 a { background-color: rgb(177,125,176); }

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

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

 span { border-color: rgb(177,125,176); }

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