Html Css Color HEX #B175AF London Hue

📋 copy color: '#B175AF'

red 177 ◦ green 117 ◦ blue 175

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

Shades of London Hue #B175AF

Tints of London Hue #B175AF

RGB

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

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

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

R = 37.74%
G = 24.95%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B175AF (or 0xB175AF) is known color: London Hue. HEX triplet: B1, 75 and AF. RGB value is (177,117,175). Sum of RGB (Red+Green+Blue) = 177+117+175=469 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.74% from 469); Green value is 117 (46.09% from 255 or 24.95% from 469); Blue value is 175 (68.75% from 255 or 37.31% from 469); Max value from RGB is 177 - color contains mainly: red. Hex color #B175AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B175AF is #4E8A50. Grayscale: #8D8D8D. Windows color (decimal): -5147217 or 11498929. OLE color: 11498929.

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

Color convert

RGB 177 117 175 -
CMYK 0 0.34 0.01 0.31
HSL 302º 0.28% 0.58% -
HSV(B) 302º 0.34% 0.69% -
XYZ 32.23 25.16 43.72 -
YUV 141.55 146.88 153.28 -
System Red Green Blue C M Y K H S L
Decimal 177 117 175 0 0.34 0.01 0.31 302 0.28 0.58
Hex B1 75 AF 0 22 1 1F 12E 1C 3A
Octal 261 165 257 0 42 1 37 456 34 72
Binary 10110001 1110101 10101111 0 100010 1 11111 100101110 11100 111010

Color Harmonies of #B175AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B175AF

Black with #B175AF

Text Example


Text Example

White with #B175AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B175AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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