#B393C0

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

Shades of East Side #B393C0

Tints of East Side #B393C0

Color information

#B393C0 (or 0xB393C0) is unknown color: approx East Side. HEX triplet: B3, 93 and C0. RGB value is (179,147,192). Sum of RGB (Red+Green+Blue) = 179+147+192=518 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.56% from 518); Green value is 147 (57.81% from 255 or 28.38% from 518); Blue value is 192 (75.39% from 255 or 37.07% from 518); Max value from RGB is 192 - color contains mainly: blue. Hex color #B393C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B393C0 is #4C6C3F. Grayscale: #A1A1A1. Windows color (decimal): -5008448 or 12620723. OLE color: 12620723.

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

Color convert

RGB179147192-
CMYK0.070.2300.25
HSL282.67º26.32%66.47%-
HSV(B)282.67º23.44%75.29%-
XYZ38.5434.2654.45-
YUV161.7145.1140.34-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.56%
GREEN value IS 147 (57.81% from 255) = 28.38%
BLUE value IS 192 (75.39% from 255) = 37.07%
R=34.56%
G=28.38%
B=37.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791471920.070.2300.25282.6726.3266.47
HexB393C071701911b1a42
Octal26322330072703143332102
Binary10110011100100111100000011110111011001100011011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B393C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B393C0; }

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

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

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

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

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

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

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

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