#B392BC

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

Shades of East Side #B392BC

Tints of East Side #B392BC

Color information

#B392BC (or 0xB392BC) is unknown color: approx East Side. HEX triplet: B3, 92 and BC. RGB value is (179,146,188). Sum of RGB (Red+Green+Blue) = 179+146+188=513 (67% of max value = 765). Red value is 179 (70.31% from 255 or 34.89% from 513); Green value is 146 (57.42% from 255 or 28.46% from 513); Blue value is 188 (73.83% from 255 or 36.65% from 513); Max value from RGB is 188 - color contains mainly: blue. Hex color #B392BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B392BC is #4C6D43. Grayscale: #A0A0A0. Windows color (decimal): -5008708 or 12358323. OLE color: 12358323.

HSL color Cylindrical-coordinate representation of color #B392BC: hue angle of 287.14º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B392BC is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB179146188-
CMYK0.050.2200.26
HSL287.14º23.86%65.49%-
HSV(B)287.14º22.34%73.73%-
XYZ37.9533.7752.1-
YUV160.66143.43141.08-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.89%
GREEN value IS 146 (57.42% from 255) = 28.46%
BLUE value IS 188 (73.83% from 255) = 36.65%
R=34.89%
G=28.46%
B=36.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1791461880.050.2200.26287.1423.8665.49
HexB392BC51601A11f1841
Octal26322227452603243730101
Binary10110011100100101011110010110110011010100011111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B392BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B392BC; }

 p { color: rgb(179,146,188); }

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

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

 a { background-color: rgb(179,146,188); }

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

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

 span { border-color: rgb(179,146,188); }

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