Html Css Color HEX #B17FAA London Hue

📋 copy color: '#B17FAA'

red 177 ◦ green 127 ◦ blue 170

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

Shades of London Hue #B17FAA

Tints of London Hue #B17FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 35.86%

R = 37.34%
G = 26.79%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#B17FAA (or 0xB17FAA) is known color: London Hue. HEX triplet: B1, 7F and AA. RGB value is (177,127,170). Sum of RGB (Red+Green+Blue) = 177+127+170=474 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.34% from 474); Green value is 127 (50% from 255 or 26.79% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 177 - color contains mainly: red. Hex color #B17FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17FAA is #4E8055. Grayscale: #929292. Windows color (decimal): -5144662 or 11173809. OLE color: 11173809.

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

Color convert

RGB 177 127 170 -
CMYK 0 0.28 0.04 0.31
HSL 308.4º 0.24% 0.6% -
HSV(B) 308.4º 0.28% 0.69% -
XYZ 32.98 27.43 41.59 -
YUV 146.85 141.07 149.5 -
System Red Green Blue C M Y K H S L
Decimal 177 127 170 0 0.28 0.04 0.31 308.4 0.24 0.6
Hex B1 7F AA 0 1C 4 1F 134 18 3C
Octal 261 177 252 0 34 4 37 464 30 74
Binary 10110001 1111111 10101010 0 11100 100 11111 100110100 11000 111100

Color Harmonies of #B17FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17FAA

Black with #B17FAA

Text Example


Text Example

White with #B17FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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