#B181AF

Color #B181AF London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #B181AF

Tints of London Hue #B181AF

Color information

#B181AF (or 0xB181AF) is unknown color: approx 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

RGB177129175-
CMYK00.270.010.31
HSL302.5º23.53%60%-
HSV(B)302.5º27.12%69.41%-
XYZ33.7228.1444.21-
YUV148.6142.9148.26-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.80%
GREEN value IS 129 (50.78% from 255) = 26.82%
BLUE value IS 175 (68.75% from 255) = 36.38%
R=36.80%
G=26.82%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712917500.270.010.31302.523.5360
HexB181AF01B11F12e183c
Octal2612012570331374563074
Binary10110001100000011010111101101111111110010111011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B181AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>