Html Css Color HEX #B181AD London Hue

📋 copy color: '#B181AD'

red 177 ◦ green 129 ◦ blue 173

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

Shades of London Hue #B181AD

Tints of London Hue #B181AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 36.12%

R = 36.95%
G = 26.93%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B181AD (or 0xB181AD) is known color: London Hue. HEX triplet: B1, 81 and AD. RGB value is (177,129,173). Sum of RGB (Red+Green+Blue) = 177+129+173=479 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.95% from 479); Green value is 129 (50.78% from 255 or 26.93% from 479); Blue value is 173 (67.97% from 255 or 36.12% from 479); Max value from RGB is 177 - color contains mainly: red. Hex color #B181AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B181AD is #4E7E52. Grayscale: #949494. Windows color (decimal): -5144147 or 11370929. OLE color: 11370929.

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

Color convert

RGB 177 129 173 -
CMYK 0 0.27 0.02 0.31
HSL 305º 0.24% 0.6% -
HSV(B) 305º 0.27% 0.69% -
XYZ 33.52 28.06 43.19 -
YUV 148.37 141.9 148.42 -
System Red Green Blue C M Y K H S L
Decimal 177 129 173 0 0.27 0.02 0.31 305 0.24 0.6
Hex B1 81 AD 0 1B 2 1F 131 18 3C
Octal 261 201 255 0 33 2 37 461 30 74
Binary 10110001 10000001 10101101 0 11011 10 11111 100110001 11000 111100

Color Harmonies of #B181AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B181AD

Black with #B181AD

Text Example


Text Example

White with #B181AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B181AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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