#B28CB5

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

Shades of London Hue #B28CB5

Tints of London Hue #B28CB5

Color information

#B28CB5 (or 0xB28CB5) is unknown color: approx London Hue. HEX triplet: B2, 8C and B5. RGB value is (178,140,181). Sum of RGB (Red+Green+Blue) = 178+140+181=499 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.67% from 499); Green value is 140 (55.08% from 255 or 28.06% from 499); Blue value is 181 (71.09% from 255 or 36.27% from 499); Max value from RGB is 181 - color contains mainly: blue. Hex color #B28CB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28CB5 is #4D734A. Grayscale: #9B9B9B. Windows color (decimal): -5075787 or 11898034. OLE color: 11898034.

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

Color convert

RGB178140181-
CMYK0.020.2300.29
HSL295.61º21.69%62.94%-
HSV(B)295.61º22.65%70.98%-
XYZ36.0831.5647.91-
YUV156.04142.09143.67-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.67%
GREEN value IS 140 (55.08% from 255) = 28.06%
BLUE value IS 181 (71.09% from 255) = 36.27%
R=35.67%
G=28.06%
B=36.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1781401810.020.2300.29295.6121.6962.94
HexB28CB521701D128163f
Octal2622142652270354502677
Binary101100101000110010110101101011101110110010100010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28CB5; }

 p { color: rgb(178,140,181); }

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

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

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

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

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

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

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