#B17BAD

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

Shades of London Hue #B17BAD

Tints of London Hue #B17BAD

Color information

#B17BAD (or 0xB17BAD) is unknown color: approx London Hue. HEX triplet: B1, 7B and AD. RGB value is (177,123,173). Sum of RGB (Red+Green+Blue) = 177+123+173=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 123 (48.44% from 255 or 26.00% from 473); Blue value is 173 (67.97% from 255 or 36.58% from 473); Max value from RGB is 177 - color contains mainly: red. Hex color #B17BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17BAD is #4E8452. Grayscale: #909090. Windows color (decimal): -5145683 or 11369393. OLE color: 11369393.

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

Color convert

RGB177123173-
CMYK00.310.020.31
HSL304.44º25.71%58.82%-
HSV(B)304.44º30.51%69.41%-
XYZ32.7626.5342.93-
YUV144.85143.89150.93-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.42%
GREEN value IS 123 (48.44% from 255) = 26.00%
BLUE value IS 173 (67.97% from 255) = 36.58%
R=37.42%
G=26.00%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712317300.310.020.31304.4425.7158.82
HexB17BAD01F21F1301a3b
Octal2611732550372374603273
Binary10110001111101110101101011111101111110011000011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17BAD; }

 p { color: rgb(177,123,173); }

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

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

 a { background-color: rgb(177,123,173); }

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

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

 span { border-color: rgb(177,123,173); }

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