Html Css Color HEX #B176AA London Hue

📋 copy color: '#B176AA'

red 177 ◦ green 118 ◦ blue 170

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

Shades of London Hue #B176AA

Tints of London Hue #B176AA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.38%

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

R = 38.06%
G = 25.38%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#B176AA (or 0xB176AA) is known color: London Hue. HEX triplet: B1, 76 and AA. RGB value is (177,118,170). Sum of RGB (Red+Green+Blue) = 177+118+170=465 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.06% from 465); Green value is 118 (46.48% from 255 or 25.38% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 177 - color contains mainly: red. Hex color #B176AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B176AA is #4E8955. Grayscale: #8D8D8D. Windows color (decimal): -5146966 or 11171505. OLE color: 11171505.

HSL color Cylindrical-coordinate representation of color #B176AA: hue angle of 307.12º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B176AA is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 118 170 -
CMYK 0 0.33 0.04 0.31
HSL 307.12º 0.27% 0.58% -
HSV(B) 307.12º 0.33% 0.69% -
XYZ 31.87 25.21 41.22 -
YUV 141.57 144.05 153.27 -
System Red Green Blue C M Y K H S L
Decimal 177 118 170 0 0.33 0.04 0.31 307.12 0.27 0.58
Hex B1 76 AA 0 21 4 1F 133 1B 3A
Octal 261 166 252 0 41 4 37 463 33 72
Binary 10110001 1110110 10101010 0 100001 100 11111 100110011 11011 111010

Color Harmonies of #B176AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B176AA

Black with #B176AA

Text Example


Text Example

White with #B176AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B176AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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