Html Css Color HEX #B175AC London Hue

📋 copy color: '#B175AC'

red 177 ◦ green 117 ◦ blue 172

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

Shades of London Hue #B175AC

Tints of London Hue #B175AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.91%

R = 37.98%
G = 25.11%
B = 36.91%

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

#B175AC (or 0xB175AC) is known color: London Hue. HEX triplet: B1, 75 and AC. RGB value is (177,117,172). Sum of RGB (Red+Green+Blue) = 177+117+172=466 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.98% from 466); Green value is 117 (46.09% from 255 or 25.11% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 177 - color contains mainly: red. Hex color #B175AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B175AC is #4E8A53. Grayscale: #8D8D8D. Windows color (decimal): -5147220 or 11302321. OLE color: 11302321.

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

Color convert

RGB 177 117 172 -
CMYK 0 0.34 0.03 0.31
HSL 305º 0.28% 0.58% -
HSV(B) 305º 0.34% 0.69% -
XYZ 31.94 25.05 42.18 -
YUV 141.21 145.38 153.53 -
System Red Green Blue C M Y K H S L
Decimal 177 117 172 0 0.34 0.03 0.31 305 0.28 0.58
Hex B1 75 AC 0 22 3 1F 131 1C 3A
Octal 261 165 254 0 42 3 37 461 34 72
Binary 10110001 1110101 10101100 0 100010 11 11111 100110001 11100 111010

Color Harmonies of #B175AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B175AC

Black with #B175AC

Text Example


Text Example

White with #B175AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B175AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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