Html Css Color HEX #B180AF London Hue

📋 copy color: '#B180AF'

red 177 ◦ green 128 ◦ blue 175

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

Shades of London Hue #B180AF

Tints of London Hue #B180AF

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.67%

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

R = 36.88%
G = 26.67%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B180AF (or 0xB180AF) is known color: London Hue. HEX triplet: B1, 80 and AF. RGB value is (177,128,175). Sum of RGB (Red+Green+Blue) = 177+128+175=480 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.88% from 480); Green value is 128 (50.39% from 255 or 26.67% from 480); Blue value is 175 (68.75% from 255 or 36.46% from 480); Max value from RGB is 177 - color contains mainly: red. Hex color #B180AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B180AF is #4E7F50. Grayscale: #939393. Windows color (decimal): -5144401 or 11501745. OLE color: 11501745.

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

Color convert

RGB 177 128 175 -
CMYK 0 0.28 0.01 0.31
HSL 302.45º 0.24% 0.6% -
HSV(B) 302.45º 0.28% 0.69% -
XYZ 33.59 27.88 44.17 -
YUV 148.01 143.23 148.68 -
System Red Green Blue C M Y K H S L
Decimal 177 128 175 0 0.28 0.01 0.31 302.45 0.24 0.6
Hex B1 80 AF 0 1C 1 1F 12E 18 3C
Octal 261 200 257 0 34 1 37 456 30 74
Binary 10110001 10000000 10101111 0 11100 1 11111 100101110 11000 111100

Color Harmonies of #B180AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B180AF

Black with #B180AF

Text Example


Text Example

White with #B180AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B180AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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