#B28EB5

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

Shades of London Hue #B28EB5

Tints of London Hue #B28EB5

Color information

#B28EB5 (or 0xB28EB5) is unknown color: approx London Hue. HEX triplet: B2, 8E and B5. RGB value is (178,142,181). Sum of RGB (Red+Green+Blue) = 178+142+181=501 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.53% from 501); Green value is 142 (55.86% from 255 or 28.34% from 501); Blue value is 181 (71.09% from 255 or 36.13% from 501); Max value from RGB is 181 - color contains mainly: blue. Hex color #B28EB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28EB5 is #4D714A. Grayscale: #9D9D9D. Windows color (decimal): -5075275 or 11898546. OLE color: 11898546.

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

Color convert

RGB178142181-
CMYK0.020.2200.29
HSL295.38º20.86%63.33%-
HSV(B)295.38º21.55%70.98%-
XYZ36.3732.1548-
YUV157.21141.43142.83-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.53%
GREEN value IS 142 (55.86% from 255) = 28.34%
BLUE value IS 181 (71.09% from 255) = 36.13%
R=35.53%
G=28.34%
B=36.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1781421810.020.2200.29295.3820.8663.33
HexB28EB521601D127153f
Octal2622162652260354472577
Binary101100101000111010110101101011001110110010011110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28EB5; }

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

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

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

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

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

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

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

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