#B18CB1

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

Shades of London Hue #B18CB1

Tints of London Hue #B18CB1

Color information

#B18CB1 (or 0xB18CB1) is unknown color: approx London Hue. HEX triplet: B1, 8C and B1. RGB value is (177,140,177). Sum of RGB (Red+Green+Blue) = 177+140+177=494 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.83% from 494); Green value is 140 (55.08% from 255 or 28.34% from 494); Blue value is 177 (69.53% from 255 or 35.83% from 494); Max value from RGB is 177 - color contains mainly: red, blue. Hex color #B18CB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18CB1 is #4E734E. Grayscale: #9B9B9B. Windows color (decimal): -5141327 or 11635889. OLE color: 11635889.

HSL color Cylindrical-coordinate representation of color #B18CB1: hue angle of 300º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B18CB1 is Cyan = 0, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB177140177-
CMYK00.2100.31
HSL300º19.17%62.16%-
HSV(B)300º20.9%69.41%-
XYZ35.4531.2845.76-
YUV155.28140.26143.49-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.83%
GREEN value IS 140 (55.08% from 255) = 28.34%
BLUE value IS 177 (69.53% from 255) = 35.83%
R=35.83%
G=28.34%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714017700.2100.3130019.1762.16
HexB18CB101501F12c133e
Octal2612142610250374542376
Binary10110001100011001011000101010101111110010110010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18CB1; }

 p { color: rgb(177,140,177); }

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

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

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

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

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

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

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