#B493C0

Color #B493C0 East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #B493C0

Tints of East Side #B493C0

Color information

#B493C0 (or 0xB493C0) is unknown color: approx East Side. HEX triplet: B4, 93 and C0. RGB value is (180,147,192). Sum of RGB (Red+Green+Blue) = 180+147+192=519 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.68% from 519); Green value is 147 (57.81% from 255 or 28.32% from 519); Blue value is 192 (75.39% from 255 or 36.99% from 519); Max value from RGB is 192 - color contains mainly: blue. Hex color #B493C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B493C0 is #4B6C3F. Grayscale: #A1A1A1. Windows color (decimal): -4942912 or 12620724. OLE color: 12620724.

HSL color Cylindrical-coordinate representation of color #B493C0: hue angle of 284º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B493C0 is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB180147192-
CMYK0.060.2300.25
HSL284º26.32%66.47%-
HSV(B)284º23.44%75.29%-
XYZ38.7734.3854.46-
YUV162144.93140.84-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.68%
GREEN value IS 147 (57.81% from 255) = 28.32%
BLUE value IS 192 (75.39% from 255) = 36.99%
R=34.68%
G=28.32%
B=36.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801471920.060.2300.2528426.3266.47
HexB493C061701911c1a42
Octal26422330062703143432102
Binary10110100100100111100000011010111011001100011100110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B493C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B493C0; }

 p { color: rgb(180,147,192); }

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

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

 a { background-color: rgb(180,147,192); }

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

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

 span { border-color: rgb(180,147,192); }

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