Html Css Color HEX #B175AA London Hue

📋 copy color: '#B175AA'

red 177 ◦ green 117 ◦ blue 170

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

Shades of London Hue #B175AA

Tints of London Hue #B175AA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.22%

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

R = 38.15%
G = 25.22%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#B175AA (or 0xB175AA) is known color: London Hue. HEX triplet: B1, 75 and AA. RGB value is (177,117,170). Sum of RGB (Red+Green+Blue) = 177+117+170=464 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.15% from 464); Green value is 117 (46.09% from 255 or 25.22% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 177 - color contains mainly: red. Hex color #B175AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B175AA is #4E8A55. Grayscale: #8C8C8C. Windows color (decimal): -5147222 or 11171249. OLE color: 11171249.

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

Color convert

RGB 177 117 170 -
CMYK 0 0.34 0.04 0.31
HSL 307º 0.28% 0.58% -
HSV(B) 307º 0.34% 0.69% -
XYZ 31.75 24.97 41.18 -
YUV 140.98 144.38 153.69 -
System Red Green Blue C M Y K H S L
Decimal 177 117 170 0 0.34 0.04 0.31 307 0.28 0.58
Hex B1 75 AA 0 22 4 1F 133 1C 3A
Octal 261 165 252 0 42 4 37 463 34 72
Binary 10110001 1110101 10101010 0 100010 100 11111 100110011 11100 111010

Color Harmonies of #B175AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B175AA

Black with #B175AA

Text Example


Text Example

White with #B175AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B175AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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