Html Css Color HEX #B181AF London Hue

📋 copy color: '#B181AF'

red 177 ◦ green 129 ◦ blue 175

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

Shades of London Hue #B181AF

Tints of London Hue #B181AF

RGB

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

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

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

R = 36.8%
G = 26.82%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B181AF (or 0xB181AF) is known color: London Hue. HEX triplet: B1, 81 and AF. RGB value is (177,129,175). Sum of RGB (Red+Green+Blue) = 177+129+175=481 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.80% from 481); Green value is 129 (50.78% from 255 or 26.82% from 481); Blue value is 175 (68.75% from 255 or 36.38% from 481); Max value from RGB is 177 - color contains mainly: red. Hex color #B181AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B181AF is #4E7E50. Grayscale: #949494. Windows color (decimal): -5144145 or 11502001. OLE color: 11502001.

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

Color convert

RGB 177 129 175 -
CMYK 0 0.27 0.01 0.31
HSL 302.5º 0.24% 0.6% -
HSV(B) 302.5º 0.27% 0.69% -
XYZ 33.72 28.14 44.21 -
YUV 148.6 142.9 148.26 -
System Red Green Blue C M Y K H S L
Decimal 177 129 175 0 0.27 0.01 0.31 302.5 0.24 0.6
Hex B1 81 AF 0 1B 1 1F 12E 18 3C
Octal 261 201 257 0 33 1 37 456 30 74
Binary 10110001 10000001 10101111 0 11011 1 11111 100101110 11000 111100

Color Harmonies of #B181AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B181AF

Black with #B181AF

Text Example


Text Example

White with #B181AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B181AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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