#B493C1

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

Shades of East Side #B493C1

Tints of East Side #B493C1

Color information

#B493C1 (or 0xB493C1) is unknown color: approx East Side. HEX triplet: B4, 93 and C1. RGB value is (180,147,193). Sum of RGB (Red+Green+Blue) = 180+147+193=520 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.62% from 520); Green value is 147 (57.81% from 255 or 28.27% from 520); Blue value is 193 (75.78% from 255 or 37.12% from 520); Max value from RGB is 193 - color contains mainly: blue. Hex color #B493C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B493C1 is #4B6C3E. Grayscale: #A1A1A1. Windows color (decimal): -4942911 or 12686260. OLE color: 12686260.

HSL color Cylindrical-coordinate representation of color #B493C1: hue angle of 283.04º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B493C1 is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB180147193-
CMYK0.070.2400.24
HSL283.04º27.06%66.67%-
HSV(B)283.04º23.83%75.69%-
XYZ38.8834.4255.05-
YUV162.11145.43140.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.62%
GREEN value IS 147 (57.81% from 255) = 28.27%
BLUE value IS 193 (75.78% from 255) = 37.12%
R=34.62%
G=28.27%
B=37.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1801471930.070.2400.24283.0427.0666.67
HexB493C171801811b1b43
Octal26422330173003043333103
Binary10110100100100111100000111111000011000100011011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B493C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B493C1; }

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

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

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

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

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

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

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

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