Html Css Color HEX #B17FAC London Hue

📋 copy color: '#B17FAC'

red 177 ◦ green 127 ◦ blue 172

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

Shades of London Hue #B17FAC

Tints of London Hue #B17FAC

RGB

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

 GREEN value IS 127 (50% from 255) = 26.68%

 BLUE value IS 172 (67.58% from 255) = 36.13%

R = 37.18%
G = 26.68%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B17FAC (or 0xB17FAC) is known color: London Hue. HEX triplet: B1, 7F and AC. RGB value is (177,127,172). Sum of RGB (Red+Green+Blue) = 177+127+172=476 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.18% from 476); Green value is 127 (50% from 255 or 26.68% from 476); Blue value is 172 (67.58% from 255 or 36.13% from 476); Max value from RGB is 177 - color contains mainly: red. Hex color #B17FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17FAC is #4E8053. Grayscale: #929292. Windows color (decimal): -5144660 or 11304881. OLE color: 11304881.

HSL color Cylindrical-coordinate representation of color #B17FAC: hue angle of 306º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B17FAC is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 127 172 -
CMYK 0 0.28 0.03 0.31
HSL 306º 0.24% 0.6% -
HSV(B) 306º 0.28% 0.69% -
XYZ 33.17 27.5 42.59 -
YUV 147.08 142.07 149.34 -
System Red Green Blue C M Y K H S L
Decimal 177 127 172 0 0.28 0.03 0.31 306 0.24 0.6
Hex B1 7F AC 0 1C 3 1F 132 18 3C
Octal 261 177 254 0 34 3 37 462 30 74
Binary 10110001 1111111 10101100 0 11100 11 11111 100110010 11000 111100

Color Harmonies of #B17FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17FAC

Black with #B17FAC

Text Example


Text Example

White with #B17FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17FAC; }

 p { color: rgb(177,127,172); }

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

background-color css

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

 a { background-color: rgb(177,127,172); }

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

border-color css

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

 span { border-color: rgb(177,127,172); }

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