#B28BB4

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

Shades of London Hue #B28BB4

Tints of London Hue #B28BB4

Color information

#B28BB4 (or 0xB28BB4) is unknown color: approx London Hue. HEX triplet: B2, 8B and B4. RGB value is (178,139,180). Sum of RGB (Red+Green+Blue) = 178+139+180=497 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.81% from 497); Green value is 139 (54.69% from 255 or 27.97% from 497); Blue value is 180 (70.70% from 255 or 36.22% from 497); Max value from RGB is 180 - color contains mainly: blue. Hex color #B28BB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28BB4 is #4D744B. Grayscale: #9B9B9B. Windows color (decimal): -5076044 or 11832242. OLE color: 11832242.

HSL color Cylindrical-coordinate representation of color #B28BB4: hue angle of 297.07º degrees, saturation: 0.21, 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 #B28BB4 is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB178139180-
CMYK0.010.2300.29
HSL297.07º21.47%62.55%-
HSV(B)297.07º22.78%70.59%-
XYZ35.8331.2347.32-
YUV155.34141.92144.17-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.81%
GREEN value IS 139 (54.69% from 255) = 27.97%
BLUE value IS 180 (70.70% from 255) = 36.22%
R=35.81%
G=27.97%
B=36.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1781391800.010.2300.29297.0721.4762.55
HexB28BB411701D129153f
Octal2622132641270354512577
Binary10110010100010111011010011011101110110010100110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28BB4; }

 p { color: rgb(178,139,180); }

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

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

 a { background-color: rgb(178,139,180); }

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

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

 span { border-color: rgb(178,139,180); }

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