#B293B5

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

Shades of London Hue #B293B5

Tints of London Hue #B293B5

Color information

#B293B5 (or 0xB293B5) is unknown color: approx London Hue. HEX triplet: B2, 93 and B5. RGB value is (178,147,181). Sum of RGB (Red+Green+Blue) = 178+147+181=506 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.18% from 506); Green value is 147 (57.81% from 255 or 29.05% from 506); Blue value is 181 (71.09% from 255 or 35.77% from 506); Max value from RGB is 181 - color contains mainly: blue. Hex color #B293B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B293B5 is #4D6C4A. Grayscale: #A0A0A0. Windows color (decimal): -5073995 or 11899826. OLE color: 11899826.

HSL color Cylindrical-coordinate representation of color #B293B5: hue angle of 294.71º 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 #B293B5 is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB178147181-
CMYK0.020.1900.29
HSL294.71º18.68%64.31%-
HSV(B)294.71º18.78%70.98%-
XYZ37.1333.6748.26-
YUV160.14139.77140.74-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.18%
GREEN value IS 147 (57.81% from 255) = 29.05%
BLUE value IS 181 (71.09% from 255) = 35.77%
R=35.18%
G=29.05%
B=35.77%

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
Decimal1781471810.020.1900.29294.7118.6864.31
HexB293B521301D1271340
Octal26222326522303544723100
Binary1011001010010011101101011010011011101100100111100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B293B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B293B5; }

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

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

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

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

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

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

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

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