#B293A5

Color #B293A5 Shady Lady (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shady Lady #B293A5

Tints of Shady Lady #B293A5

Color information

#B293A5 (or 0xB293A5) is unknown color: approx Shady Lady. HEX triplet: B2, 93 and A5. RGB value is (178,147,165). Sum of RGB (Red+Green+Blue) = 178+147+165=490 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.33% from 490); Green value is 147 (57.81% from 255 or 30% from 490); Blue value is 165 (64.84% from 255 or 33.67% from 490); Max value from RGB is 178 - color contains mainly: red. Hex color #B293A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B293A5 is #4D6C5A. Grayscale: #9E9E9E. Windows color (decimal): -5074011 or 10851250. OLE color: 10851250.

HSL color Cylindrical-coordinate representation of color #B293A5: hue angle of 325.16º 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 #B293A5 is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.30.

Color convert

RGB178147165-
CMYK00.170.070.30
HSL325.16º16.76%63.73%-
HSV(B)325.16º17.42%69.8%-
XYZ35.5933.0540.1-
YUV158.32131.77142.04-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.33%
GREEN value IS 147 (57.81% from 255) = 30%
BLUE value IS 165 (64.84% from 255) = 33.67%
R=36.33%
G=30%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.07
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814716500.170.070.30325.1616.7663.73
HexB293A501171E1451140
Octal26222324502173650521100
Binary10110010100100111010010101000111111110101000101100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B293A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B293A5; }

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

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

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

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

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

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

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

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