Html Css Color HEX #B175AB London Hue

📋 copy color: '#B175AB'

red 177 ◦ green 117 ◦ blue 171

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

Shades of London Hue #B175AB

Tints of London Hue #B175AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.77%

R = 38.06%
G = 25.16%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B175AB (or 0xB175AB) is known color: London Hue. HEX triplet: B1, 75 and AB. RGB value is (177,117,171). Sum of RGB (Red+Green+Blue) = 177+117+171=465 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.06% from 465); Green value is 117 (46.09% from 255 or 25.16% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 177 - color contains mainly: red. Hex color #B175AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B175AB is #4E8A54. Grayscale: #8C8C8C. Windows color (decimal): -5147221 or 11236785. OLE color: 11236785.

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

Color convert

RGB 177 117 171 -
CMYK 0 0.34 0.03 0.31
HSL 306º 0.28% 0.58% -
HSV(B) 306º 0.34% 0.69% -
XYZ 31.84 25.01 41.68 -
YUV 141.1 144.88 153.61 -
System Red Green Blue C M Y K H S L
Decimal 177 117 171 0 0.34 0.03 0.31 306 0.28 0.58
Hex B1 75 AB 0 22 3 1F 132 1C 3A
Octal 261 165 253 0 42 3 37 462 34 72
Binary 10110001 1110101 10101011 0 100010 11 11111 100110010 11100 111010

Color Harmonies of #B175AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B175AB

Black with #B175AB

Text Example


Text Example

White with #B175AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B175AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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