#B191B4

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

Shades of London Hue #B191B4

Tints of London Hue #B191B4

Color information

#B191B4 (or 0xB191B4) is unknown color: approx London Hue. HEX triplet: B1, 91 and B4. RGB value is (177,145,180). Sum of RGB (Red+Green+Blue) = 177+145+180=502 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.26% from 502); Green value is 145 (57.03% from 255 or 28.88% from 502); Blue value is 180 (70.70% from 255 or 35.86% from 502); Max value from RGB is 180 - color contains mainly: blue. Hex color #B191B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B191B4 is #4E6E4B. Grayscale: #9E9E9E. Windows color (decimal): -5140044 or 11833777. OLE color: 11833777.

HSL color Cylindrical-coordinate representation of color #B191B4: hue angle of 294.86º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B191B4 is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB177145180-
CMYK0.020.1900.29
HSL294.86º18.92%63.73%-
HSV(B)294.86º19.44%70.59%-
XYZ36.532.8947.61-
YUV158.56140.1141.15-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.26%
GREEN value IS 145 (57.03% from 255) = 28.88%
BLUE value IS 180 (70.70% from 255) = 35.86%
R=35.26%
G=28.88%
B=35.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1771451800.020.1900.29294.8618.9263.73
HexB191B421301D1271340
Octal26122126422303544723100
Binary1011000110010001101101001010011011101100100111100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B191B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B191B4; }

 p { color: rgb(177,145,180); }

 H1.HeaderClassName
 {
   color: #B191B4;
 }
 .AnyTagClassName
 {
   color: #B191B4;
 }
</style>
background-color css

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

 a { background-color: rgb(177,145,180); }

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

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

 span { border-color: rgb(177,145,180); }

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