Html Css Color HEX #B176AF London Hue

📋 copy color: '#B176AF'

red 177 ◦ green 118 ◦ blue 175

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

Shades of London Hue #B176AF

Tints of London Hue #B176AF

RGB

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

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

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

R = 37.66%
G = 25.11%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B176AF (or 0xB176AF) is known color: London Hue. HEX triplet: B1, 76 and AF. RGB value is (177,118,175). Sum of RGB (Red+Green+Blue) = 177+118+175=470 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.66% from 470); Green value is 118 (46.48% from 255 or 25.11% from 470); Blue value is 175 (68.75% from 255 or 37.23% from 470); Max value from RGB is 177 - color contains mainly: red. Hex color #B176AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B176AF is #4E8950. Grayscale: #8D8D8D. Windows color (decimal): -5146961 or 11499185. OLE color: 11499185.

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

Color convert

RGB 177 118 175 -
CMYK 0 0.33 0.01 0.31
HSL 302.03º 0.27% 0.58% -
HSV(B) 302.03º 0.33% 0.69% -
XYZ 32.35 25.4 43.76 -
YUV 142.14 146.55 152.87 -
System Red Green Blue C M Y K H S L
Decimal 177 118 175 0 0.33 0.01 0.31 302.03 0.27 0.58
Hex B1 76 AF 0 21 1 1F 12E 1B 3A
Octal 261 166 257 0 41 1 37 456 33 72
Binary 10110001 1110110 10101111 0 100001 1 11111 100101110 11011 111010

Color Harmonies of #B176AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B176AF

Black with #B176AF

Text Example


Text Example

White with #B176AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B176AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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