#B392C0

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

Shades of East Side #B392C0

Tints of East Side #B392C0

Color information

#B392C0 (or 0xB392C0) is unknown color: approx East Side. HEX triplet: B3, 92 and C0. RGB value is (179,146,192). Sum of RGB (Red+Green+Blue) = 179+146+192=517 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.62% from 517); Green value is 146 (57.42% from 255 or 28.24% from 517); Blue value is 192 (75.39% from 255 or 37.14% from 517); Max value from RGB is 192 - color contains mainly: blue. Hex color #B392C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B392C0 is #4C6D3F. Grayscale: #A0A0A0. Windows color (decimal): -5008704 or 12620467. OLE color: 12620467.

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

Color convert

RGB179146192-
CMYK0.070.2400.25
HSL283.04º26.74%66.27%-
HSV(B)283.04º23.96%75.29%-
XYZ38.3833.9554.4-
YUV161.11145.43140.76-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.62%
GREEN value IS 146 (57.42% from 255) = 28.24%
BLUE value IS 192 (75.39% from 255) = 37.14%
R=34.62%
G=28.24%
B=37.14%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791461920.070.2400.25283.0426.7466.27
HexB392C071801911b1b42
Octal26322230073003143333102
Binary10110011100100101100000011111000011001100011011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B392C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B392C0; }

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

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

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

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

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

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

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

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