Html Css Color HEX #B17DAF London Hue

📋 copy color: '#B17DAF'

red 177 ◦ green 125 ◦ blue 175

#B17DAF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of London Hue #B17DAF

Tints of London Hue #B17DAF

RGB

 RED value IS 177 (69.53% from 255) = 37.11%

 GREEN value IS 125 (49.22% from 255) = 26.21%

 BLUE value IS 175 (68.75% from 255) = 36.69%

R = 37.11%
G = 26.21%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B17DAF (or 0xB17DAF) is known color: London Hue. HEX triplet: B1, 7D and AF. RGB value is (177,125,175). Sum of RGB (Red+Green+Blue) = 177+125+175=477 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.11% from 477); Green value is 125 (49.22% from 255 or 26.21% from 477); Blue value is 175 (68.75% from 255 or 36.69% from 477); Max value from RGB is 177 - color contains mainly: red. Hex color #B17DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17DAF is #4E8250. Grayscale: #929292. Windows color (decimal): -5145169 or 11500977. OLE color: 11500977.

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

Color convert

RGB 177 125 175 -
CMYK 0 0.29 0.01 0.31
HSL 302.31º 0.25% 0.59% -
HSV(B) 302.31º 0.29% 0.69% -
XYZ 33.2 27.11 44.04 -
YUV 146.25 144.23 149.93 -
System Red Green Blue C M Y K H S L
Decimal 177 125 175 0 0.29 0.01 0.31 302.31 0.25 0.59
Hex B1 7D AF 0 1D 1 1F 12E 19 3B
Octal 261 175 257 0 35 1 37 456 31 73
Binary 10110001 1111101 10101111 0 11101 1 11111 100101110 11001 111011

Color Harmonies of #B17DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17DAF

Black with #B17DAF

Text Example


Text Example

White with #B17DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17DAF; }

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

 H1.HeaderClassName
 {
   color: #B17DAF;
 }
 .AnyTagClassName
 {
   color: #B17DAF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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