Html Css Color HEX #B181AB London Hue

📋 copy color: '#B181AB'

red 177 ◦ green 129 ◦ blue 171

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

Shades of London Hue #B181AB

Tints of London Hue #B181AB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.04%

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

R = 37.11%
G = 27.04%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B181AB (or 0xB181AB) is known color: London Hue. HEX triplet: B1, 81 and AB. RGB value is (177,129,171). Sum of RGB (Red+Green+Blue) = 177+129+171=477 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.11% from 477); Green value is 129 (50.78% from 255 or 27.04% from 477); Blue value is 171 (67.19% from 255 or 35.85% from 477); Max value from RGB is 177 - color contains mainly: red. Hex color #B181AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B181AB is #4E7E54. Grayscale: #949494. Windows color (decimal): -5144149 or 11239857. OLE color: 11239857.

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

Color convert

RGB 177 129 171 -
CMYK 0 0.27 0.03 0.31
HSL 307.5º 0.24% 0.6% -
HSV(B) 307.5º 0.27% 0.69% -
XYZ 33.33 27.99 42.17 -
YUV 148.14 140.9 148.58 -
System Red Green Blue C M Y K H S L
Decimal 177 129 171 0 0.27 0.03 0.31 307.5 0.24 0.6
Hex B1 81 AB 0 1B 3 1F 134 18 3C
Octal 261 201 253 0 33 3 37 464 30 74
Binary 10110001 10000001 10101011 0 11011 11 11111 100110100 11000 111100

Color Harmonies of #B181AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B181AB

Black with #B181AB

Text Example


Text Example

White with #B181AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B181AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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