#B293AA

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

Shades of London Hue #B293AA

Tints of London Hue #B293AA

Color information

#B293AA (or 0xB293AA) is unknown color: approx London Hue. HEX triplet: B2, 93 and AA. RGB value is (178,147,170). Sum of RGB (Red+Green+Blue) = 178+147+170=495 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.96% from 495); Green value is 147 (57.81% from 255 or 29.70% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 178 - color contains mainly: red. Hex color #B293AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B293AA is #4D6C55. Grayscale: #9E9E9E. Windows color (decimal): -5074006 or 11178930. OLE color: 11178930.

HSL color Cylindrical-coordinate representation of color #B293AA: hue angle of 315.48º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B293AA is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB178147170-
CMYK00.170.040.30
HSL315.48º16.76%63.73%-
HSV(B)315.48º17.42%69.8%-
XYZ36.0533.2342.55-
YUV158.89134.27141.63-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.96%
GREEN value IS 147 (57.81% from 255) = 29.70%
BLUE value IS 170 (66.80% from 255) = 34.34%
R=35.96%
G=29.70%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814717000.170.040.30315.4816.7663.73
HexB293AA01141E13b1140
Octal26222325202143647321100
Binary10110010100100111010101001000110011110100111011100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B293AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B293AA; }

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

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

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

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

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

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

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

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